* __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,
[bpt/guile.git] / libguile / dynl.c
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-07-23 Jim BlandySimplify smob and port marking; set the mark bit in...
1998-05-02 Mikael Djurfeldt* fluids.c: Removed use of assert.h (in order to avoid
1998-04-19 Mikael Djurfeldt* dynl.c (scm_must_free_argv): Fixed memory leak due...
1998-04-19 Mikael Djurfeldt* dynl.c: Only check that HAVE_DLOPEN is defined before...
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-10-02 Marius VollmerMake dynamic linking work on Dec Unix. (Thanks to Clark...
1997-07-18 Marius Vollmer* dynl.c (free_dynl_obj): New function to free the...
1997-06-21 Jim BlandyMake things compile neatly under Sun's C compiler.
1997-06-16 Marius Vollmer* dynl.c (scm_dynamic_call, scm_dynamic_args_call)...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-04-29 Marius Vollmer* dynl.c (print_dynl_obj): Indicate whether the dynamic...
1997-01-20 Marius Vollmer* dynl.c: The dynamic linking and module registration...
1997-01-18 Marius Vollmer* dynl.c (scm_dynamic_func): New function to get the...
1996-12-08 Marius VollmerInitial revision