Age | Commit message (Expand) | Author | Files | Lines |
2008-09-30 | Merge commit 'origin/master' into vm | Andy Wingo | 1 | -0/+3 |
2008-09-29 | move module-public-interface to C, and expose it as C API | Andy Wingo | 1 | -0/+19 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -0/+3 |
2008-09-07 | module-variable accesses pre-module-obarray if module is #f | Andy Wingo | 1 | -2/+5 |
2008-02-15 | Release stuff: missing NEWS and 2007/2008 copyrights. | Neil Jerram | 1 | -1/+1 |
2008-02-01 | * modules.c (the_root_module): Moved before scm_current_module. | Neil Jerram | 1 | -12/+14 |
2007-05-05 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -56/+241 |
2006-11-02 | Remove environments.[ch] from the build. | Neil Jerram | 1 | -2/+3 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -2/+2 |
2005-07-31 | (scm_eval_closure_module): Removed, we already have | Marius Vollmer | 1 | -12/+0 |
2005-06-11 | *** empty log message *** | Han-Wen Nienhuys | 1 | -0/+13 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-02 | (scm_frame_current_module): New. | Marius Vollmer | 1 | -0/+5 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -1/+1 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -6/+6 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -8/+9 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -20/+20 |
2004-04-26 | * libguile/eval.c (s_macro_keyword): New static identifier. | Dirk Herrmann | 1 | -1/+1 |
2003-11-30 | * modules.c (module_variable): Fixed (and thus simplified) the | Dirk Herrmann | 1 | -2/+1 |
2003-09-12 | (scm_module_reverse_lookup): Check that the obarray really is a | Marius Vollmer | 1 | -0/+3 |
2003-05-29 | 2003-05-29 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -9/+9 |
2003-04-05 | * modules.c (s_scm_module_import_interface): move declaration of | Rob Browning | 1 | -1/+2 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-11 | * modules.c (scm_module_import_interface): New function. | Mikael Djurfeldt | 1 | -0/+36 |
2003-02-19 | * environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31 | Mikael Djurfeldt | 1 | -1/+1 |
2003-02-19 | * hooks.c (scm_c_hook_add): Fixed bug in append mode. | Mikael Djurfeldt | 1 | -3/+3 |
2002-12-10 | * modules.c (scm_export): Inserted a return statement. | Mikael Djurfeldt | 1 | -2/+2 |
2002-12-10 | * modules.c (scm_export): new function | Han-Wen Nienhuys | 1 | -3/+16 |
2002-11-16 | * modules.c (scm_env_top_level, scm_lookup_closure_module, | Dirk Herrmann | 1 | -16/+16 |
2002-07-21 | * modules.c (scm_sym2var): Don't compare SCM values with ==. | Dirk Herrmann | 1 | -1/+1 |
2002-03-14 | Retire inclusion guard macro SCM_MAGIC_SNARFER. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-11-23 | (scm_c_use_module): Adapt to changes to `process-use-modules'. | Marius Vollmer | 1 | -1/+1 |
2001-11-20 | (scm_c_export): Do nothing when the first argument is | Marius Vollmer | 1 | -13/+30 |
2001-11-13 | (scm_c_export): Call va_end after collecting the symbols. | Marius Vollmer | 1 | -0/+1 |
2001-11-11 | * Documentation work. | Neil Jerram | 1 | -1/+1 |
2001-10-13 | (module_variable): Pass over variables that exist but are unbound. | Marius Vollmer | 1 | -3/+8 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -86/+0 |
2001-07-26 | * tags.h: Update tag system docs. | Marius Vollmer | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-28 | * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, | Keisuke Nishida | 1 | -7/+7 |
2001-06-26 | * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3, | Keisuke Nishida | 1 | -27/+16 |
2001-06-14 | replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -2/+2 |
2001-05-27 | * Changed the default definition of SCM. | Dirk Herrmann | 1 | -2/+2 |
2001-05-26 | revert the ill-considered part of the 2001-05-24 changes | Michael Livshin | 1 | -1/+1 |
2001-05-25 | (scm_env_module): Exported to Scheme. | Marius Vollmer | 1 | -2/+5 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -1/+1 |
2001-05-19 | * modules.h, modules.c: Moved around a lot of code so that | Marius Vollmer | 1 | -92/+212 |
2001-05-15 | Merge from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -48/+291 |
2001-04-24 | * modules.c (scm_module_type): New. | Marius Vollmer | 1 | -18/+60 |