summaryrefslogtreecommitdiff
path: root/libguile/extensions.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-03Replace libltdl with raw dlopen, dlsymAndy Wingo1-2/+5
2019-05-23Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver1-6/+4
2018-06-20Update license notices in all C filesAndy Wingo1-19/+19
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rationalize include order in C filesAndy Wingo1-2/+4
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-8/+8
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Devolve threads.h from _scm.h.Andy Wingo1-0/+1
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-1/+3
2018-06-14Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo1-3/+2
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