summaryrefslogtreecommitdiff
path: root/libguile/extensions.c
Commit message (Expand)AuthorAgeFilesLines
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals....Mark H Weaver2018-10-171-4/+5
* fix --disable-modules build...Andy Wingo2011-06-301-1/+7
* threadsafety in deprecation, extensions...Andy Wingo2010-08-281-3/+12
* add registry of vector constructors, make-generalized-vector...Andy Wingo2009-07-191-3/+2
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* bugfix: don't dynamic link if we found a registered extension...Andy Wingo2009-03-271-0/+5
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* Renamed the "frames" that are related to dynamic-wind to "dynamic...Marius Vollmer2006-01-291-4/+4
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (load_extension): Convert lib and init to locale...Marius Vollmer2004-08-121-14/+24
* * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to...Dirk Herrmann2003-04-201-3/+0
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * extensions.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-251-0/+4
* * dynl.c: Don't define stub procedures if DYNAMIC_LINKING is not...Gary Houston2002-07-121-0/+2
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when...Marius Vollmer2002-02-111-4/+3
* * Miscellaneous small doc updates and fixes.Neil Jerram2001-11-131-1/+1
* * Documentation work.Neil Jerram2001-11-111-30/+34
* * deprecation.c, extensions.c, rw.c: include string.h.Gary Houston2001-06-201-0/+2
* (scm_c_register_extension): Allow NULL as library...Marius Vollmer2001-06-041-2/+14
* * validate.h...Michael Livshin2001-05-241-6/+7
* New files.Marius Vollmer2001-05-201-0/+157