summaryrefslogtreecommitdiff
path: root/libguile/modules.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-23finish deprecating eval closuresAndy Wingo1-8/+0
2012-05-23deprecate lookup closuresAndy Wingo1-3/+0
2012-05-23deprecate scm_sym2varAndy Wingo1-5/+5
2011-03-08add scm_c_public_ref et alAndy Wingo1-1/+16
2009-12-01new evaluator, y'allAndy Wingo1-5/+0
2009-12-01remove some deprecated things, undeprecate scm_the_root_module()Andy Wingo1-0/+1
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-04-17eval-closure-module, here hopefully not for longAndy Wingo1-0/+1
2008-09-29move module-public-interface to C, and expose it as C APIAndy Wingo1-0/+1
2008-05-31Add `SCM_INTERNAL' macro, use it.Ludovic Courtès1-3/+3
2007-05-05Changes from arch/CVS synchronizationLudovic Courtès1-1/+10
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-1/+1
2005-07-31(scm_eval_closure_module): Removed, we already haveMarius Vollmer1-1/+0
2005-06-11*** empty log message ***Han-Wen Nienhuys1-0/+1
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-02(scm_frame_current_module): New.Marius Vollmer1-0/+1
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2003-03-11* modules.c (scm_module_import_interface): New function.Mikael Djurfeldt1-1/+2
2002-10-20(SCM_MAKE_VALIDATE_MSG): New. Use it instead of SCM_MAKE_VALIDATE inMarius Vollmer1-2/+2
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-1/+1
2001-11-02Prefixed each each exported symbol with SCM_API.Marius Vollmer1-47/+47
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-12/+5
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-2/+2
2001-05-27* Changed the default definition of SCM.Dirk Herrmann1-6/+6
2001-05-20(scm_system_module_env_p): Move out of deprecatedMarius Vollmer1-1/+1
2001-05-19* modules.h, modules.c: Moved around a lot of code so thatMarius Vollmer1-21/+36
2001-05-15Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer1-2/+21
2001-04-24* modules.c (scm_module_type): New.Marius Vollmer1-0/+5
2001-02-11* modules.h. modules.c (scm_current_module_lookup_closure): NewMarius Vollmer1-0/+1
2001-02-08* modules.h (scm_selected_module, scm_current_module): RenamedMarius Vollmer1-2/+2
2000-12-08Smob-related creanup.Keisuke Nishida1-2/+3
2000-09-10* modules.c: Use applicable smobs for eval closures instead ofKeisuke Nishida1-0/+4
2000-08-11* modules.h (SCM_MODULEP, SCM_VALIDATE_MODULE,Mikael Djurfeldt1-0/+31
2000-06-04* modules.h (scm_standard_eval_closure): Declare.Mikael Djurfeldt1-1/+2
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-02* list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros1-3/+3
1999-03-19* debug.c, eval.c, evalext.c, stacks.c: #include "modules.h".Mikael Djurfeldt1-0/+3
1998-11-26* modules.c, modules.h (scm_resolve_module): New function.Mikael Djurfeldt1-0/+2
1998-11-23* modules.c (scm_make_module): Beautify the module.Mikael Djurfeldt1-0/+2
1998-11-22* modules.c, modules.h: New files: C interface to modules. (ThisMikael Djurfeldt1-0/+58