summaryrefslogtreecommitdiff
path: root/libguile/extensions.c
Commit message (Expand)AuthorAgeFilesLines
* Replace libltdl with raw dlopen, dlsymAndy Wingo2021-02-031-2/+5
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver2019-05-231-6/+4
* Update license notices in all C filesAndy Wingo2018-06-201-19/+19
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-2/+4
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-8/+8
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve threads.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-1/+3
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-3/+2
* fix --disable-modules buildAndy Wingo2011-06-301-1/+7
* threadsafety in deprecation, extensionsAndy Wingo2010-08-281-3/+12
* add registry of vector constructors, make-generalized-vectorAndy 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 extensionwingoAndy 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 "dynamicMarius Vollmer2006-01-291-4/+4
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (load_extension): Convert lib and init to localeMarius Vollmer2004-08-121-14/+24
* * Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING toDirk 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 notGary 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 whenMarius 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 libraryMarius Vollmer2001-06-041-2/+14
* * validate.hMichael Livshin2001-05-241-6/+7
* New files.Marius Vollmer2001-05-201-0/+157