Merge from mvo-vcell-cleanup-1-branch.
[bpt/guile.git] / libguile / modules.c
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-04-24 Marius Vollmer* modules.c (scm_module_type): New.
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-02-16 Martin Grabmüller(scm_standard_eval_closure): Added docstring.
2001-02-11 Marius Vollmer* modules.h. modules.c (scm_current_module_lookup_closu...
2001-02-08 Marius Vollmer* modules.h (scm_selected_module, scm_current_module...
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-09-10 Keisuke Nishida* modules.c: Use applicable smobs for eval closures...
2000-09-02 Neil Jerram* Docstring updates.
2000-08-11 Mikael Djurfeldt* modules.c (scm_module_tag, scm_module_system_booted_p...
2000-07-18 Dirk Herrmann* Fixed some type-related errors.
2000-06-21 Mikael Djurfeldt* modules.c (scm_selected_module): the_module is now...
2000-06-06 Mikael Djurfeldt* modules.c (scm_system_module_env_p): Fixed detection...
2000-06-04 Mikael Djurfeldt* modules.c: Added #include "libguile/vectors.h";
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
1999-12-12 Greg J. Badros* *.c: Finish replacing K&R style prototypes with ANSI C
1999-03-19 Mikael Djurfeldt* modules.c: #include "procprop.h"
1998-11-26 Mikael Djurfeldt* modules.c, modules.h (scm_resolve_module): New function.
1998-11-23 Mikael Djurfeldt* modules.c (scm_make_module): Beautify the module.
1998-11-22 Mikael Djurfeldt* modules.c, modules.h: New files: C interface to modul...