summaryrefslogtreecommitdiff
path: root/libguile/dynl.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-01-05*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros1-8/+8
1999-12-18* dynl.c: Added #include "scm_validate.h"Greg J. Badros1-0/+2
1999-12-18* alist.c, chars.c, dynl.c, net_db.c, numbers.c, unif.c: UseGreg J. Badros1-3/+2
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-6/+6
1999-12-13* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1-8/+83
1999-12-12* *.c: Finish replacing K&R style prototypes with ANSI CGreg J. Badros1-3/+1
1999-12-12* *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BOOL_T:Greg J. Badros1-2/+1
1999-12-12* *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1-91/+65
1999-07-07Greg's smob patchMikael Djurfeldt1-7/+3
1999-06-21Resolved harmless conflict.Marius Vollmer1-6/+41
1999-06-21* dynl.c (no_dynl_error, sysdep_dynl_link, sysdep_dynl_unlink,Jim Blandy1-13/+9
1999-02-06* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),Jim Blandy1-11/+12
1998-10-19* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,Jim Blandy1-1/+1
1998-07-23Simplify smob and port marking; set the mark bit in the genericJim Blandy1-1/+0
1998-05-02* fluids.c: Removed use of assert.h (in order to avoidMikael Djurfeldt1-0/+2
1998-04-19* dynl.c (scm_must_free_argv): Fixed memory leak due to negatedMikael Djurfeldt1-2/+2
1998-04-19* dynl.c: Only check that HAVE_DLOPEN is defined before loadingMikael Djurfeldt1-2/+2
1997-10-15 * Makefile.in: Rebuilt.Tom Tromey1-3/+3
1997-10-02Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)Marius Vollmer1-1/+1
1997-07-18* dynl.c (free_dynl_obj): New function to free the dynamic objectMarius Vollmer1-3/+16
1997-06-21Make things compile neatly under Sun's C compiler.Jim Blandy1-2/+2
1997-06-16* dynl.c (scm_dynamic_call, scm_dynamic_args_call): Wrap dynamicMarius Vollmer1-6/+20
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1997-04-29* dynl.c (print_dynl_obj): Indicate whether the dynamic object hasMarius Vollmer1-0/+2
1997-01-20* dynl.c: The dynamic linking and module registration functionsMarius Vollmer1-18/+52
1997-01-18* dynl.c (scm_dynamic_func): New function to get the address of aMarius Vollmer1-6/+266
1996-12-08Initial revisionMarius Vollmer1-0/+147