summaryrefslogtreecommitdiff
path: root/libguile/deprecation.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-08locking for putc, putsAndy Wingo1-1/+1
2011-05-13scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etcAndy Wingo1-1/+1
2011-02-10fix potential deadlock in issue-deprecation-warningAndy Wingo1-18/+30
2010-08-28threadsafety in deprecation, extensionsAndy Wingo1-3/+9
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-7/+9
2009-04-05Make `--disable-deprecated' work.daniel1-6/+0
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2007-01-22* backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys1-0/+3
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-10(scm_c_issue_deprecation_warning): Use malloc instead of scm_malloc.Marius Vollmer1-1/+1
2005-03-02Comment on #endifMarius Vollmer1-1/+1
2005-01-11* eval.c, debug.h (SCM_WARN_DEPRECATED): New debug option.Marius Vollmer1-9/+9
2004-09-22*** empty log message ***Marius Vollmer1-1/+1
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-1/+1
2004-08-10* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,Marius Vollmer1-2/+4
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-1/+1
2003-07-09(scm_c_issue_deprecation_warning_fmt): Add va_end.Kevin Ryde1-0/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-25* deprecation.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-0/+4
2002-08-16* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead ofHan-Wen Nienhuys1-1/+1
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-02-272002-02-27 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-0/+5
2002-02-11Reimplemented to allow deprecation messages while the GC is running.Marius Vollmer1-24/+59
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-8/+4
2001-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-1/+1
2001-06-20 * deprecation.c, extensions.c, rw.c: include string.h.Gary Houston1-0/+1
2001-05-26revert the ill-considered part of the 2001-05-24 changesMichael Livshin1-1/+1
2001-05-22(scm_include_deprecated_features): Make docstringMarius Vollmer1-2/+2
2001-05-16* Renamed GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.Dirk Herrmann1-1/+1
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-2/+2
2001-05-14* Deprecated some definitions.Dirk Herrmann1-1/+1
2001-05-09* ports.c (scm_c_read): pointer arithmetic on void pointers isn'tMichael Livshin1-2/+2
2001-05-02* deprecation.h, deprecation.c: New.Marius Vollmer1-0/+159