summaryrefslogtreecommitdiff
path: root/libguile/dynl.c
Commit message (Expand)AuthorAgeFilesLines
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-83/+73
* * scm_validate.h: Added SCM_NUM2LONG_DEF macro. MakeGreg J. Badros2000-01-121-2/+2
* * dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros2000-01-111-2/+2
* * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,Greg J. Badros2000-01-111-1/+1
* * dynl.c: Use ANSI prototypes.Marius Vollmer2000-01-101-10/+46
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-8/+8
* * dynl.c: Added #include "scm_validate.h"Greg J. Badros1999-12-181-0/+2
* * alist.c, chars.c, dynl.c, net_db.c, numbers.c, unif.c: UseGreg J. Badros1999-12-181-3/+2
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-6/+6
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1999-12-131-8/+83
* * *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1999-12-121-3/+1
* * *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T:Greg J. Badros1999-12-121-2/+1
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-91/+65
* Greg's smob patchMikael Djurfeldt1999-07-071-7/+3
* Resolved harmless conflict.Marius Vollmer1999-06-211-6/+41
* * dynl.c (no_dynl_error, sysdep_dynl_link, sysdep_dynl_unlink,Jim Blandy1999-06-211-13/+9
* * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1999-02-061-11/+12
* * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1998-10-191-1/+1
* Simplify smob and port marking; set the mark bit in the genericJim Blandy1998-07-231-1/+0
* * fluids.c: Removed use of assert.h (in order to avoidMikael Djurfeldt1998-05-021-0/+2
* * dynl.c (scm_must_free_argv): Fixed memory leak due to negatedMikael Djurfeldt1998-04-191-2/+2
* * dynl.c: Only check that HAVE_DLOPEN is defined before loadingMikael Djurfeldt1998-04-191-2/+2
* * Makefile.in: Rebuilt.Tom Tromey1997-10-151-3/+3
* Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)Marius Vollmer1997-10-021-1/+1
* * dynl.c (free_dynl_obj): New function to free the dynamic objectMarius Vollmer1997-07-181-3/+16
* Make things compile neatly under Sun's C compiler.Jim Blandy1997-06-211-2/+2
* * dynl.c (scm_dynamic_call, scm_dynamic_args_call): Wrap dynamicMarius Vollmer1997-06-161-6/+20
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* * dynl.c (print_dynl_obj): Indicate whether the dynamic object hasMarius Vollmer1997-04-291-0/+2
* * dynl.c: The dynamic linking and module registration functionsMarius Vollmer1997-01-201-18/+52
* * dynl.c (scm_dynamic_func): New function to get the address of aMarius Vollmer1997-01-181-6/+266
* Initial revisionMarius Vollmer1996-12-081-0/+147