Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -2/+3 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -1/+1 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -1/+1 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -1/+1 |
2004-05-15 | * dynl.c (SET_DYNL_HANDLE): Add cast to scm_t_bits to make | Dirk Herrmann | 1 | -1/+1 |
2004-05-06 | Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use | Marius Vollmer | 1 | -3/+3 |
2003-11-08 | Add a copyright year. | Kevin Ryde | 1 | -1/+2 |
2003-11-08 | (scm_dynamic_unlink): Need scm_list_1 on error message | Kevin Ryde | 1 | -1/+1 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2002-10-05 | * dynl.c (sysdep_dynl_link): switch to scm_lt_dlhandle, | Rob Browning | 1 | -4/+4 |
2002-10-03 | Use scm_lt_ prefix for libltdl functions. | Marius Vollmer | 1 | -8/+8 |
2002-08-04 | gc statistic tweaks | Han-Wen Nienhuys | 1 | -6/+7 |
2002-07-12 | * dynl.c: Don't define stub procedures if DYNAMIC_LINKING is not | Gary Houston | 1 | -42/+0 |
2002-07-10 | * dynl.c: docstring editing. | Gary Houston | 1 | -18/+24 |
2002-07-09 | * dynl.c (scm_dynamic_call): docstring editing. | Gary Houston | 1 | -9/+16 |
2002-06-30 | * dynl.c: Removed all SCM_DEFER_INTS/SCM_ALLOW_INTS, which won't | Gary Houston | 1 | -25/+10 |
2002-06-30 | * posix.c (scm_convert_exec_args), dynl.c | Gary Houston | 1 | -56/+34 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2002-02-11 | * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when | Marius Vollmer | 1 | -5/+6 |
2002-01-22 | * First batch of libguile changes for Elisp support. | Neil Jerram | 1 | -1/+2 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -100/+0 |
2001-07-19 | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 1 | -1/+1 |