summaryrefslogtreecommitdiff
path: root/libguile/modules.h
Commit message (Expand)AuthorAgeFilesLines
* Compile current-module as intrinsic callAndy Wingo2018-06-271-0/+1
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-2/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Devolve gc.hAndy Wingo2018-06-181-0/+2
* Remove includes of validate.h.Andy Wingo2018-06-181-2/+2
* Add scm_maybe_resolve_moduleAndy Wingo2018-05-141-1/+2
* finish deprecating eval closuresAndy Wingo2012-05-231-8/+0
* deprecate lookup closuresAndy Wingo2012-05-231-3/+0
* deprecate scm_sym2varAndy Wingo2012-05-231-5/+5
* add scm_c_public_ref et alAndy Wingo2011-03-081-1/+16
* new evaluator, y'allAndy 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 longAndy Wingo2009-04-171-0/+1
* move module-public-interface to C, and expose it as C APIAndy 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 "dynamicMarius Vollmer2006-01-291-1/+1
* (scm_eval_closure_module): Removed, we already haveMarius 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 inMarius 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 deprecatedMarius Vollmer2001-05-201-1/+1
* * modules.h, modules.c: Moved around a lot of code so thatMarius 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): NewMarius Vollmer2001-02-111-0/+1
* * modules.h (scm_selected_module, scm_current_module): RenamedMarius Vollmer2001-02-081-2/+2
* Smob-related creanup.Keisuke Nishida2000-12-081-2/+3
* * modules.c: Use applicable smobs for eval closures instead ofKeisuke 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 GNUMichael 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. (ThisMikael Djurfeldt1998-11-221-0/+58