summaryrefslogtreecommitdiff
path: root/libguile/deprecation.h
Commit message (Collapse)AuthorAgeFilesLines
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
| | | | | | | | | | (Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* )
* Make `--disable-deprecated' work.daniel2009-04-051-10/+4
| | | | | | | | | | | | * 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>
* 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.Marius Vollmer2002-02-111-0/+1
| | | | (scm_c_issue_deprecation_warning_fmt): New.
* 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.Dirk Herrmann2001-05-141-4/+4
| | | | * Minor fixes.
* * deprecation.h, deprecation.c: New.Marius Vollmer2001-05-021-0/+67
* Makefile.am (libguile_la_SOURCES): Added "deprecation.c". (DOT_X_FILES): Added "deprecation.x". (modinclude_HEADERS): Added "deprecation.h".