build: Don't include <config.h> in native programs when cross-compiling.
[bpt/guile.git] / libguile / deprecation.c
2012-07-06 Andy Wingofix warning about vsnprintf on mingw
2011-12-05 Andy Wingowarnings written to warning port
2011-05-13 Andy Wingoscm_is_false instead of == SCM_BOOL_F; also is_null...
2011-02-10 Andy Wingofix potential deadlock in issue-deprecation-warning
2010-08-28 Andy Wingothreadsafety in deprecation, extensions
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-04-05 danielMake `--disable-deprecated' work.
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-13 Ludovic CourtèsInclude <config.h> in all C files; use `#ifdef HAVE_CON...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-08-02 Andy Wingomerge guile-vm to guile
2007-01-22 Han-Wen Nienhuys* backtrace.c, debug.c, debug.h, deprecation.c, eq...
2006-04-17 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-10 Marius Vollmer(scm_c_issue_deprecation_warning): Use malloc instead...
2005-03-02 Marius VollmerComment on #endif
2005-01-11 Marius Vollmer* eval.c, debug.h (SCM_WARN_DEPRECATED): New debug...
2004-09-22 Marius Vollmer*** empty log message ***
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2004-08-10 Marius Vollmer* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,
2004-07-06 Marius Vollmer* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP...
2003-07-09 Kevin Ryde(scm_c_issue_deprecation_warning_fmt): Add va_end.
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-25 Rob Browning* deprecation.c: #include <config.h> if HAVE_CONFIG_H.
2002-08-16 Han-Wen Nienhuys* mallocs.c (scm_malloc_obj): use scm_gc_malloc in...
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-02-27 Stefan Jahn2002-02-27 Stefan Jahn <stefan@lkcc.org>
2002-02-11 Marius VollmerReimplemented to allow deprecation messages while the...
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-06-28 Keisuke Nishida * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list...
2001-06-20 Gary Houston * deprecation.c, extensions.c, rw.c: include string.h.
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-22 Marius Vollmer(scm_include_deprecated_features): Make docstring
2001-05-16 Dirk Herrmann* Renamed GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEP...
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-05-14 Dirk Herrmann* Deprecated some definitions.
2001-05-09 Michael Livshin* ports.c (scm_c_read): pointer arithmetic on void...
2001-05-02 Marius Vollmer* deprecation.h, deprecation.c: New.