Age | Commit message (Expand) | Author | Files | Lines |
2020-03-24 | Implement ltdl-like directory search for moduleswip-replace-ltdl-with-gmodule | Mike Gran | 1 | -49/+72 |
2020-03-24 | Replace ltdl function calls with gmodule | Mike Gran | 1 | -59/+59 |
2020-03-24 | Replace libltdl with gmodule-2.0 in build | Mike Gran | 1 | -1/+1 |
2020-03-22 | Interpret dynamic library name as literal file name first. | Isaac Jurado | 1 | -4/+3 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -19/+19 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Make .c copyright headers uniform | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -30/+14 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -14/+14 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Devolve threads.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove list.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove includes of validate.h. | Andy Wingo | 1 | -4/+2 |
2017-11-22 | ltdl wrappers now use a recursive mutex. | Ludovic Courtès | 1 | -5/+11 |
2016-12-07 | Fix --without-threads | Andy Wingo | 1 | -3/+3 |
2016-11-01 | Mutex in dynamic linker | Andy Wingo | 1 | -8/+9 |
2016-04-26 | Remove scm_puts_unlocked. | Andy Wingo | 1 | -2/+2 |
2016-04-26 | Remove scm_putc_unlocked. | Andy Wingo | 1 | -1/+1 |
2013-01-07 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -45/+89 |
2012-11-27 | Fix library search order and don't change LD_LIBRARY_PATH | Mark H Weaver | 1 | -45/+89 |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -3/+3 |
2011-03-31 | More descriptive error for dynamic-pointer | Michael Gran | 1 | -3/+2 |
2011-02-12 | Make sure we don't override the user's extension search path. | Ludovic Courtès | 1 | -4/+38 |
2010-08-06 | remove type discusison from dynamic-pointer docstring | Andy Wingo | 1 | -5/+0 |
2010-07-28 | Update the FFI doc. | Ludovic Courtès | 1 | -3/+3 |
2010-07-28 | Use "pointer" instead of "foreign" when dealing with wrapped pointers. | Ludovic Courtès | 1 | -5/+5 |
2010-07-26 | Simplify the (system foreign) API. | Ludovic Courtès | 1 | -17/+8 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -1/+0 |
2010-04-02 | deprecate dynamic-args-call, and update docs some more | Andy Wingo | 1 | -35/+0 |
2010-03-17 | Change `dynamic-link' to return a global handle when the argument is omitted. | Ludovic Courtès | 1 | -7/+29 |
2010-03-17 | Fix doc string of `dynamic-pointer'. | Ludovic Courtès | 1 | -16/+18 |
2010-01-26 | foreign.h presents a more pointer-centric interface | Andy Wingo | 1 | -16/+45 |
2010-01-04 | dynamic-func returns foreign objects, not bignums | Andy Wingo | 1 | -8/+8 |
2009-10-13 | add $libir to the ltdl path, not $pkglibdir; add extensionsdir | Andy Wingo | 1 | -4/+7 |
2009-09-16 | add the libdir to the ltdl lib search path | Andy Wingo | 1 | -0/+15 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -6/+7 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-01-18 | Use `scm_gc malloc_pointerless ()' in `scm_i allocate_string_pointers ()'. | Ludovic Courtès | 1 | -12/+1 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+5 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+5 |
2008-09-05 | Removed a lot of now-useless SMOB mark/free functions. | Ludovic Courtes | 1 | -7/+0 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -10/+10 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-30 | Critical section review | Neil Jerram | 1 | -0/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -4/+4 |
2004-10-22 | * Makefile.am (INCLUDES): Use @LTDLINC@ instead of | Marius Vollmer | 1 | -9/+9 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -2/+2 |
2004-08-10 | * stime.c, socket.c, simpos.c, procs.c, posix.c, ports.c, | Marius Vollmer | 1 | -38/+27 |