summaryrefslogtreecommitdiff
path: root/libguile/deprecation.h
Commit message (Expand)AuthorAgeFilesLines
* Change Guile license to LGPLv3+...(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* ) Neil Jerram2009-06-171-6/+7
* Make `--disable-deprecated' work....* configure.in (enable_deprecated): Set SCM_WARN_DEPRECATED_DEFAULT even when --disable-deprecated is passed. * libguile/deprecation.h: Declare deprecation-issuing methods even if SCM_ENABLE_DEPRECATED is not set. * libguile/deprecation.c: Ditto. (scm_init_deprecation): Include full body even for unset SCM_ENABLE_DEPRECATED. Signed-off-by: Ludovic Courtès <ludo@gnu.org> daniel2009-04-051-10/+4
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-2/+2
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* Added some comments.Marius Vollmer2003-03-261-0/+6
* Reimplemented to allow deprecation messages while the GC is running....(scm_c_issue_deprecation_warning_fmt): New. Marius Vollmer2002-02-111-0/+1
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-4/+4
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-5/+7
* * Deprecated some definitions....* Minor fixes. Dirk Herrmann2001-05-141-4/+4
* * deprecation.h, deprecation.c: New....* Makefile.am (libguile_la_SOURCES): Added "deprecation.c". (DOT_X_FILES): Added "deprecation.x". (modinclude_HEADERS): Added "deprecation.h". Marius Vollmer2001-05-021-0/+67