* coop-threads.c: Remove K&R function headers.
[bpt/guile.git] / libguile / dynl.c
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-12-12 Greg J. Badros* *.c, srcprop.h: Use SCM_BOOL(f) instead of (f? SCM_BO...
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-07-07 Mikael DjurfeldtGreg's smob patch
1999-06-21 Marius VollmerResolved harmless conflict.
1999-06-21 Jim Blandy* dynl.c (no_dynl_error, sysdep_dynl_link, sysdep_dynl_...
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_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