summaryrefslogtreecommitdiff
path: root/libguile/dynl.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-8/+8
2000-03-31Some more SCM/scm_bits_t and SCM-is-union issues.Dirk Herrmann1-2/+2
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-17Only include strings.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Only include ports.h where it is actually needed.Dirk Herrmann1-0/+1
2000-03-17Removed empty file genio.h and references to it.Dirk Herrmann1-1/+0
2000-03-14* dynl.c: made dynamic_obj representation a double cell.Mikael Djurfeldt1-188/+178
2000-03-12*** empty log message ***Mikael Djurfeldt1-2/+2
2000-03-12* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt1-2/+2
2000-03-12Docstring clarification for scm_registered_modules.Marius Vollmer1-3/+3
2000-03-09*.[ch]: make a distinction between SCM as a genericGreg J. Badros1-2/+2
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-01-18* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt1-83/+73
2000-01-12* scm_validate.h: Added SCM_NUM2LONG_DEF macro. MakeGreg J. Badros1-2/+2
2000-01-11* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros1-2/+2
2000-01-11* dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros1-1/+1
2000-01-10* dynl.c: Use ANSI prototypes.Marius Vollmer1-10/+46