summaryrefslogtreecommitdiff
path: root/libguile/dynl.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-02* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer1-2/+3
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-1/+1
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-1/+1
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-1/+1
2004-05-15 * dynl.c (SET_DYNL_HANDLE): Add cast to scm_t_bits to makeDirk Herrmann1-1/+1
2004-05-06Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. UseMarius Vollmer1-3/+3
2003-11-08Add a copyright year.Kevin Ryde1-1/+2
2003-11-08(scm_dynamic_unlink): Need scm_list_1 on error messageKevin Ryde1-1/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2002-10-05* dynl.c (sysdep_dynl_link): switch to scm_lt_dlhandle,Rob Browning1-4/+4
2002-10-03Use scm_lt_ prefix for libltdl functions.Marius Vollmer1-8/+8
2002-08-04gc statistic tweaksHan-Wen Nienhuys1-6/+7
2002-07-12 * dynl.c: Don't define stub procedures if DYNAMIC_LINKING is notGary Houston1-42/+0
2002-07-10 * dynl.c: docstring editing.Gary Houston1-18/+24
2002-07-09 * dynl.c (scm_dynamic_call): docstring editing.Gary Houston1-9/+16
2002-06-30 * dynl.c: Removed all SCM_DEFER_INTS/SCM_ALLOW_INTS, which won'tGary Houston1-25/+10
2002-06-30 * posix.c (scm_convert_exec_args), dynl.cGary Houston1-56/+34
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-5/+6
2002-01-22* First batch of libguile changes for Elisp support.Neil Jerram1-1/+2
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-100/+0
2001-07-19 * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller1-1/+1