summaryrefslogtreecommitdiff
path: root/libguile/dynl.c
Commit message (Expand)AuthorAgeFilesLines
* Add windows stubs for dlopen, dlclose, dlsym, dlerrorMike Gran2021-03-111-0/+8
* Replace libltdl with raw dlopen, dlsymAndy Wingo2021-02-031-312/+115
* Interpret dynamic library name as literal file name first.Isaac Jurado2020-03-221-4/+3
* Update license notices in all C filesAndy Wingo2018-06-201-19/+19
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Make .c copyright headers uniformAndy Wingo2018-06-201-0/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-30/+14
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-14/+14
* 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-0/+1
* Remove list.h from _scm.hAndy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-4/+2
* ltdl wrappers now use a recursive mutex.Ludovic Courtès2017-11-221-5/+11
* Fix --without-threadsAndy Wingo2016-12-071-3/+3
* Mutex in dynamic linkerAndy Wingo2016-11-011-8/+9
* Remove scm_puts_unlocked.Andy Wingo2016-04-261-2/+2
* Remove scm_putc_unlocked.Andy Wingo2016-04-261-1/+1
* Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-01-071-45/+89
|\
| * Fix library search order and don't change LD_LIBRARY_PATHMark H Weaver2012-11-271-45/+89
* | locking for putc, putsAndy Wingo2011-11-081-3/+3
|/
* More descriptive error for dynamic-pointerMichael Gran2011-03-311-3/+2
* Make sure we don't override the user's extension search path.Ludovic Courtès2011-02-121-4/+38
* remove type discusison from dynamic-pointer docstringAndy Wingo2010-08-061-5/+0
* Update the FFI doc.Ludovic Courtès2010-07-281-3/+3
* Use "pointer" instead of "foreign" when dealing with wrapped pointers.Ludovic Courtès2010-07-281-5/+5
* Simplify the (system foreign) API.Ludovic Courtès2010-07-261-17/+8
* remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo2010-04-091-1/+0
* deprecate dynamic-args-call, and update docs some moreAndy Wingo2010-04-021-35/+0
* Change `dynamic-link' to return a global handle when the argument is omitted.Ludovic Courtès2010-03-171-7/+29
* Fix doc string of `dynamic-pointer'.Ludovic Courtès2010-03-171-16/+18
* foreign.h presents a more pointer-centric interfaceAndy Wingo2010-01-261-16/+45
* dynamic-func returns foreign objects, not bignumsAndy Wingo2010-01-041-8/+8
* add $libir to the ltdl path, not $pkglibdir; add extensionsdirAndy Wingo2009-10-131-4/+7
* add the libdir to the ltdl lib search pathAndy Wingo2009-09-161-0/+15
* Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-181-6/+7
|\
| * Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* | Use `scm_gc malloc_pointerless ()' in `scm_i allocate_string_pointers ()'.Ludovic Courtès2009-01-181-12/+1
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2008-09-131-1/+5
|\ \ | |/
| * Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+5
* | Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes2008-09-051-7/+0
|/
* Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer2006-01-291-10/+10
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Critical section reviewNeil Jerram2005-03-301-0/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-4/+4
* * Makefile.am (INCLUDES): Use @LTDLINC@ instead ofMarius Vollmer2004-10-221-9/+9
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-2/+2
* * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c,Marius Vollmer2004-08-101-38/+27
* * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer2004-08-021-2/+3