summaryrefslogtreecommitdiff
path: root/libguile/dynl.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-24Implement ltdl-like directory search for moduleswip-replace-ltdl-with-gmoduleMike Gran1-49/+72
2020-03-24Replace ltdl function calls with gmoduleMike Gran1-59/+59
2020-03-24Replace libltdl with gmodule-2.0 in buildMike Gran1-1/+1
2020-03-22Interpret dynamic library name as literal file name first.Isaac Jurado1-4/+3
2018-06-20Update license notices in all C filesAndy Wingo1-19/+19
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Make .c copyright headers uniformAndy Wingo1-0/+1
2018-06-20Rationalize include order in C filesAndy Wingo1-30/+14
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-14/+14
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-0/+1
2018-06-18Remove list.h from _scm.hAndy Wingo1-0/+1
2018-06-18Remove includes of validate.h.Andy Wingo1-4/+2
2017-11-22ltdl wrappers now use a recursive mutex.Ludovic Courtès1-5/+11
2016-12-07Fix --without-threadsAndy Wingo1-3/+3
2016-11-01Mutex in dynamic linkerAndy Wingo1-8/+9
2016-04-26Remove scm_puts_unlocked.Andy Wingo1-2/+2
2016-04-26Remove scm_putc_unlocked.Andy Wingo1-1/+1
2013-01-07Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-45/+89
2012-11-27Fix library search order and don't change LD_LIBRARY_PATHMark H Weaver1-45/+89
2011-11-08locking for putc, putsAndy Wingo1-3/+3
2011-03-31More descriptive error for dynamic-pointerMichael Gran1-3/+2
2011-02-12Make sure we don't override the user's extension search path.Ludovic Courtès1-4/+38
2010-08-06remove type discusison from dynamic-pointer docstringAndy Wingo1-5/+0
2010-07-28Update the FFI doc.Ludovic Courtès1-3/+3
2010-07-28Use "pointer" instead of "foreign" when dealing with wrapped pointers.Ludovic Courtès1-5/+5
2010-07-26Simplify the (system foreign) API.Ludovic Courtès1-17/+8
2010-04-09remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo1-1/+0
2010-04-02deprecate dynamic-args-call, and update docs some moreAndy Wingo1-35/+0
2010-03-17Change `dynamic-link' to return a global handle when the argument is omitted.Ludovic Courtès1-7/+29
2010-03-17Fix doc string of `dynamic-pointer'.Ludovic Courtès1-16/+18
2010-01-26foreign.h presents a more pointer-centric interfaceAndy Wingo1-16/+45
2010-01-04dynamic-func returns foreign objects, not bignumsAndy Wingo1-8/+8
2009-10-13add $libir to the ltdl path, not $pkglibdir; add extensionsdirAndy Wingo1-4/+7
2009-09-16add the libdir to the ltdl lib search pathAndy Wingo1-0/+15
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-01-18Use `scm_gc malloc_pointerless ()' in `scm_i allocate_string_pointers ()'.Ludovic Courtès1-12/+1
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+5
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+5
2008-09-05Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes1-7/+0
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-10/+10
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-30Critical section reviewNeil Jerram1-0/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-4/+4
2004-10-22* Makefile.am (INCLUDES): Use @LTDLINC@ instead ofMarius Vollmer1-9/+9
2004-08-19* strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer1-2/+2
2004-08-10* stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,Marius Vollmer1-38/+27