summaryrefslogtreecommitdiff
path: root/libguile/dynl.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-28 * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,Keisuke Nishida1-1/+1
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-1/+1
2001-06-04(scm_registered_modules, scm_clear_registered_modules): Do not emitMarius Vollmer1-6/+0
2001-06-03Include "deprecation.h".Marius Vollmer1-1/+1
2001-06-03(scm_register_module_xxx, scm_registered_modules,Marius Vollmer1-0/+13
2001-05-24* validate.hMichael Livshin1-1/+1
2001-04-03Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller1-40/+27
2001-01-26* Added missing includes of string.h.Dirk Herrmann1-0/+2
2000-12-08Smob-related creanup.Keisuke Nishida1-6/+7
2000-12-05* Changed guardian representation to applicable smob.Dirk Herrmann1-1/+6
2000-11-22* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.Dirk Herrmann1-1/+1
2000-11-17* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer1-0/+2
2000-10-30* Change a couple of functions to accept either symbols or strings only.Dirk Herrmann1-43/+39
2000-10-25* Some more work to get rid of SCM_LENGTHDirk Herrmann1-1/+1
2000-09-26* Replaced a lot of references to SCM_CHARS.Dirk Herrmann1-6/+9
2000-08-11 * macros.c: Remove surplus newlines from end of docstrings.Neil Jerram1-7/+4
2000-06-02* dynl.c: Changed #include <ltdl.h> --> #includeMikael Djurfeldt1-1/+1
2000-05-18* Unified some rest argument checking and handling.Dirk Herrmann1-39/+5
2000-05-04Avoid modifications of cells via pointers. Use SCM_SET_CELL... instead.Dirk Herrmann1-44/+34