summaryrefslogtreecommitdiff
path: root/libguile/modules.h
Commit message (Expand)AuthorAgeFilesLines
* finish deprecating eval closures...Andy Wingo2012-05-231-8/+0
* deprecate lookup closures...Andy Wingo2012-05-231-3/+0
* deprecate scm_sym2var...Andy Wingo2012-05-231-5/+5
* add scm_c_public_ref et al...Andy Wingo2011-03-081-1/+16
* new evaluator, y'all...Andy Wingo2009-12-011-5/+0
* remove some deprecated things, undeprecate scm_the_root_module()...Andy Wingo2009-12-011-0/+1
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* eval-closure-module, here hopefully not for long...Andy Wingo2009-04-171-0/+1
* move module-public-interface to C, and expose it as C API...Andy Wingo2008-09-291-0/+1
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-3/+3
* Changes from arch/CVS synchronizationLudovic Courtès2007-05-051-1/+10
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* Renamed the "frames" that are related to dynamic-wind to "dynamic...Marius Vollmer2006-01-291-1/+1
* (scm_eval_closure_module): Removed, we already have...Marius Vollmer2005-07-311-1/+0
* *** empty log message ***Han-Wen Nienhuys2005-06-111-0/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_frame_current_module): New.Marius Vollmer2005-03-021-0/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * modules.c (scm_module_import_interface): New function....Mikael Djurfeldt2003-03-111-1/+2
* (SCM_MAKE_VALIDATE_MSG): New. Use it instead of SCM_MAKE_VALIDATE in...Marius Vollmer2002-10-201-2/+2
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>...Han-Wen Nienhuys2002-07-201-1/+1
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-47/+47
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-12/+5
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-2/+2
* * Changed the default definition of SCM....Dirk Herrmann2001-05-271-6/+6
* (scm_system_module_env_p): Move out of deprecated...Marius Vollmer2001-05-201-1/+1
* * modules.h, modules.c: Moved around a lot of code so that...Marius Vollmer2001-05-191-21/+36
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-2/+21
* * modules.c (scm_module_type): New....Marius Vollmer2001-04-241-0/+5
* * modules.h. modules.c (scm_current_module_lookup_closure): New...Marius Vollmer2001-02-111-0/+1
* * modules.h (scm_selected_module, scm_current_module): Renamed...Marius Vollmer2001-02-081-2/+2
* Smob-related creanup.Keisuke Nishida2000-12-081-2/+3
* * modules.c: Use applicable smobs for eval closures instead of...Keisuke Nishida2000-09-101-0/+4
* * modules.h (SCM_MODULEP, SCM_VALIDATE_MODULE,...Mikael Djurfeldt2000-08-111-0/+31
* * modules.h (scm_standard_eval_closure): Declare.Mikael Djurfeldt2000-06-041-1/+2
* * *.[hc]: add Emacs magic at the end of file, to ensure GNU...Michael Livshin2000-03-191-0/+6
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,...Greg J. Badros2000-03-021-3/+3
* * debug.c, eval.c, evalext.c, stacks.c: #include "modules.h"....Mikael Djurfeldt1999-03-191-0/+3
* * modules.c, modules.h (scm_resolve_module): New function.Mikael Djurfeldt1998-11-261-0/+2
* * modules.c (scm_make_module): Beautify the module.Mikael Djurfeldt1998-11-231-0/+2
* * modules.c, modules.h: New files: C interface to modules. (This...Mikael Djurfeldt1998-11-221-0/+58