summaryrefslogtreecommitdiff
path: root/libguile/extensions.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-30fix --disable-modules buildAndy Wingo1-1/+7
2010-08-28threadsafety in deprecation, extensionsAndy Wingo1-3/+12
2009-07-19add registry of vector constructors, make-generalized-vectorAndy Wingo1-3/+2
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-03-27bugfix: don't dynamic link if we found a registered extensionAndy Wingo1-0/+5
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-4/+4
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2004-08-12(load_extension): Convert lib and init to localeMarius Vollmer1-14/+24
2003-04-20 * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING toDirk Herrmann1-3/+0
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-25* extensions.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-0/+4
2002-07-12 * dynl.c: Don't define stub procedures if DYNAMIC_LINKING is notGary Houston1-0/+2
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-4/+3
2001-11-13* Miscellaneous small doc updates and fixes.Neil Jerram1-1/+1
2001-11-11* Documentation work.Neil Jerram1-30/+34
2001-06-20 * deprecation.c, extensions.c, rw.c: include string.h.Gary Houston1-0/+2
2001-06-04(scm_c_register_extension): Allow NULL as libraryMarius Vollmer1-2/+14
2001-05-24* validate.hMichael Livshin1-6/+7
2001-05-20New files.Marius Vollmer1-0/+157