| Commit message (Expand) | Author | Age | Files | Lines |
* | finish deprecating eval closures... | Andy Wingo | 2012-05-23 | 1 | -8/+0 |
* | deprecate lookup closures... | Andy Wingo | 2012-05-23 | 1 | -3/+0 |
* | deprecate scm_sym2var... | Andy Wingo | 2012-05-23 | 1 | -5/+5 |
* | add scm_c_public_ref et al... | Andy Wingo | 2011-03-08 | 1 | -1/+16 |
* | new evaluator, y'all... | Andy Wingo | 2009-12-01 | 1 | -5/+0 |
* | remove some deprecated things, undeprecate scm_the_root_module()... | Andy Wingo | 2009-12-01 | 1 | -0/+1 |
* | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | eval-closure-module, here hopefully not for long... | Andy Wingo | 2009-04-17 | 1 | -0/+1 |
* | move module-public-interface to C, and expose it as C API... | Andy Wingo | 2008-09-29 | 1 | -0/+1 |
* | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 2008-05-31 | 1 | -3/+3 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-05-05 | 1 | -1/+10 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | Renamed the "frames" that are related to dynamic-wind to "dynamic... | Marius Vollmer | 2006-01-29 | 1 | -1/+1 |
* | (scm_eval_closure_module): Removed, we already have... | Marius Vollmer | 2005-07-31 | 1 | -1/+0 |
* | *** empty log message *** | Han-Wen Nienhuys | 2005-06-11 | 1 | -0/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | (scm_frame_current_module): New. | Marius Vollmer | 2005-03-02 | 1 | -0/+1 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -35/+11 |
* | * modules.c (scm_module_import_interface): New function.... | Mikael Djurfeldt | 2003-03-11 | 1 | -1/+2 |
* | (SCM_MAKE_VALIDATE_MSG): New. Use it instead of SCM_MAKE_VALIDATE in... | Marius Vollmer | 2002-10-20 | 1 | -2/+2 |
* | 2002-07-20 Han-Wen <hanwen@cs.uu.nl>... | Han-Wen Nienhuys | 2002-07-20 | 1 | -1/+1 |
* | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 2001-11-02 | 1 | -47/+47 |
* | * Removed lots of deprecated stuff. | Dirk Herrmann | 2001-08-31 | 1 | -12/+5 |
* | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 2001-06-14 | 1 | -2/+2 |
* | * Changed the default definition of SCM.... | Dirk Herrmann | 2001-05-27 | 1 | -6/+6 |
* | (scm_system_module_env_p): Move out of deprecated... | Marius Vollmer | 2001-05-20 | 1 | -1/+1 |
* | * modules.h, modules.c: Moved around a lot of code so that... | Marius Vollmer | 2001-05-19 | 1 | -21/+36 |
* | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 2001-05-15 | 1 | -2/+21 |
* | * modules.c (scm_module_type): New.... | Marius Vollmer | 2001-04-24 | 1 | -0/+5 |
* | * modules.h. modules.c (scm_current_module_lookup_closure): New... | Marius Vollmer | 2001-02-11 | 1 | -0/+1 |
* | * modules.h (scm_selected_module, scm_current_module): Renamed... | Marius Vollmer | 2001-02-08 | 1 | -2/+2 |
* | Smob-related creanup. | Keisuke Nishida | 2000-12-08 | 1 | -2/+3 |
* | * modules.c: Use applicable smobs for eval closures instead of... | Keisuke Nishida | 2000-09-10 | 1 | -0/+4 |
* | * modules.h (SCM_MODULEP, SCM_VALIDATE_MODULE,... | Mikael Djurfeldt | 2000-08-11 | 1 | -0/+31 |
* | * modules.h (scm_standard_eval_closure): Declare. | Mikael Djurfeldt | 2000-06-04 | 1 | -1/+2 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU... | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,... | Greg J. Badros | 2000-03-02 | 1 | -3/+3 |
* | * debug.c, eval.c, evalext.c, stacks.c: #include "modules.h".... | Mikael Djurfeldt | 1999-03-19 | 1 | -0/+3 |
* | * modules.c, modules.h (scm_resolve_module): New function. | Mikael Djurfeldt | 1998-11-26 | 1 | -0/+2 |
* | * modules.c (scm_make_module): Beautify the module. | Mikael Djurfeldt | 1998-11-23 | 1 | -0/+2 |
* | * modules.c, modules.h: New files: C interface to modules. (This... | Mikael Djurfeldt | 1998-11-22 | 1 | -0/+58 |