summaryrefslogtreecommitdiff
path: root/libguile/deprecation.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Deprecated some definitions.Dirk Herrmann2001-05-141-1/+1
* * ports.c (scm_c_read): pointer arithmetic on void pointers isn'tMichael Livshin2001-05-091-2/+2
* * deprecation.h, deprecation.c: New.Marius Vollmer2001-05-021-0/+159