Only include strings.h where it is actually needed.
[bpt/guile.git] / libguile / dynl.c
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
2000-03-17 Dirk HerrmannRemoved empty file genio.h and references to it.
2000-03-14 Mikael Djurfeldt* dynl.c: made dynamic_obj representation a double...
2000-03-12 Mikael Djurfeldt*** empty log message ***
2000-03-12 Mikael Djurfeldt* async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval...
2000-03-12 Marius VollmerDocstring clarification for scm_registered_modules.
2000-03-09 Greg J. Badros*.[ch]: make a distinction between SCM as a generic
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-12 Greg J. Badros* scm_validate.h: Added SCM_NUM2LONG_DEF macro. Make
2000-01-11 Greg J. Badros* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
2000-01-11 Greg J. Badros* dynl.c, error.c, eval.c, feature.c, filesys.c, fports...
2000-01-10 Marius Vollmer* dynl.c: Use ANSI prototypes.
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
1999-12-18 Greg J. Badros* dynl.c: Added #include "scm_validate.h"
1999-12-18 Greg J. Badros* alist.c, chars.c, dynl.c, net_db.c, numbers.c, unif...
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