summaryrefslogtreecommitdiff
path: root/libguile/deprecation.c
Commit message (Expand)AuthorAgeFilesLines
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver2019-05-231-2/+2
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-5/+4
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-9/+9
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve threads.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Remove list.h from _scm.hAndy Wingo2018-06-181-0/+1
* Devolve more validate macrosAndy Wingo2018-06-181-8/+4
* Remove scm_puts_unlocked.Andy Wingo2016-04-261-1/+1
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-07-061-6/+0
|\
| * fix warning about vsnprintf on mingwAndy Wingo2012-07-061-6/+0
* | Revert "install pthread_atfork handlers for guile's static mutexen"Andy Wingo2012-02-231-2/+1
* | install pthread_atfork handlers for guile's static mutexenAndy Wingo2012-02-171-1/+2
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-12-061-2/+2
|\ \ | |/
| * warnings written to warning portAndy Wingo2011-12-051-2/+2
* | locking for putc, putsAndy Wingo2011-11-081-1/+1
|/
* scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etcAndy Wingo2011-05-131-1/+1
* fix potential deadlock in issue-deprecation-warningAndy Wingo2011-02-101-18/+30
* threadsafety in deprecation, extensionsAndy Wingo2010-08-281-3/+9
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-7/+9
* Make `--disable-deprecated' work.daniel2009-04-051-6/+0
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys2007-01-221-0/+3
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_c_issue_deprecation_warning): Use malloc instead of scm_malloc.Marius Vollmer2005-03-101-1/+1
* Comment on #endifMarius Vollmer2005-03-021-1/+1
* * eval.c, debug.h (SCM_WARN_DEPRECATED): New debug option.Marius Vollmer2005-01-111-9/+9
* *** empty log message ***Marius Vollmer2004-09-221-1/+1
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-1/+1
* * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,Marius Vollmer2004-08-101-2/+4
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-1/+1
* (scm_c_issue_deprecation_warning_fmt): Add va_end.Kevin Ryde2003-07-091-0/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * deprecation.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-0/+4
* * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead ofHan-Wen Nienhuys2002-08-161-1/+1
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* 2002-02-27 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2002-02-271-0/+5
* Reimplemented to allow deprecation messages while the GC is running.Marius Vollmer2002-02-111-24/+59
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-8/+4
* * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida2001-06-281-1/+1
* * deprecation.c, extensions.c, rw.c: include string.h.Gary Houston2001-06-201-0/+1
* revert the ill-considered part of the 2001-05-24 changesMichael Livshin2001-05-261-1/+1
* (scm_include_deprecated_features): Make docstringMarius Vollmer2001-05-221-2/+2
* * Renamed GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.Dirk Herrmann2001-05-161-1/+1
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-2/+2