Age | Commit message (Expand) | Author | Files | Lines |
2012-05-23 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -173/+29 |
2012-05-23 | finish deprecating eval closures | Andy Wingo | 1 | -63/+0 |
2012-05-23 | deprecate lookup closures | Andy Wingo | 1 | -50/+0 |
2012-05-23 | deprecate scm_sym2var | Andy Wingo | 1 | -73/+42 |
2012-02-19 | tune default hash table sizes | Andy Wingo | 1 | -2/+2 |
2011-10-25 | most uses of scm_from_locale_symbol become scm_from_utf8_symbol | Andy Wingo | 1 | -13/+13 |
2011-10-24 | add SCM_HEAP_OBJECT_P | Andy Wingo | 1 | -1/+1 |
2011-10-24 | remove weak pairs, rewrite weak vectors | Andy Wingo | 1 | -10/+2 |
2011-07-07 | fix invocation of duplicate handlers for merge-generics | Andy Wingo | 1 | -31/+44 |
2011-05-13 | more care regarding SCM_PACK and SCM_UNPACK | Andy Wingo | 1 | -1/+1 |
2011-05-13 | scm_is_eq for SCM vals, not == or != | Andy Wingo | 1 | -3/+3 |
2011-03-08 | add scm_c_public_ref et al | Andy Wingo | 1 | -0/+122 |
2011-02-10 | comment on scm_pre_modules_obarray re threadsafety | Andy Wingo | 1 | -0/+2 |
2011-01-07 | use scm_from_latin1_symboln for string literals and load-symbol | Andy Wingo | 1 | -2/+2 |
2010-11-19 | scm_c_define_module uses define-module* | Andy Wingo | 1 | -4/+4 |
2010-09-02 | module-local-variable optimization | Andy Wingo | 1 | -7/+22 |
2010-05-07 | macro expanders return memoized expressions | Andy Wingo | 1 | -6/+6 |
2010-04-27 | comment some global variables in modules.c | Andy Wingo | 1 | -2/+4 |
2010-04-24 | module-public-interface in Scheme | Andy Wingo | 1 | -28/+13 |
2010-04-20 | module-type defined programmatically | Andy Wingo | 1 | -2/+8 |
2010-04-09 | Fix `module-reverse-lookup'. | Ludovic Courtès | 1 | -12/+15 |
2009-12-08 | SCM_CELL in modules.c | Andy Wingo | 1 | -3/+3 |
2009-12-05 | remove a bunch of needless scm_permanent_object calls | Andy Wingo | 1 | -12/+9 |
2009-12-03 | really boot primitive-eval from scheme. | Andy Wingo | 1 | -3/+9 |
2009-12-01 | export scm_define to scheme as define! | Andy Wingo | 1 | -4/+10 |
2009-12-01 | new evaluator, y'all | Andy Wingo | 1 | -43/+0 |
2009-12-01 | remove some deprecated things, undeprecate scm_the_root_module() | Andy Wingo | 1 | -5/+5 |
2009-10-23 | add some optargs tests | Andy Wingo | 1 | -3/+9 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -14/+36 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-04-26 | add module-{define-keyword!,undefine-keyword!,lookup-keyword} | Andy Wingo | 1 | -2/+2 |
2009-04-21 | scm_[current_]module_transformer returns the %pre-modules-transformer, if set | Andy Wingo | 1 | -6/+12 |
2009-04-17 | eval-closure-module, here hopefully not for long | Andy Wingo | 1 | -0/+15 |
2009-03-22 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -2/+24 |
2008-11-05 | Work around unintentional retention of modules by the GC. | Ludovic Courtès | 1 | -1/+7 |
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 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -0/+3 |
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-10 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -13/+15 |
2008-09-10 | Merge commit '7337d56d5714227865aeca2b40b6bd97cce296d2' into boehm-demers-wei... | Ludovic Courtès | 1 | -56/+241 |
2008-09-10 | Merge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347' into boehm-demers-wei... | Ludovic Courtès | 1 | -2/+3 |
2008-09-07 | module-variable accesses pre-module-obarray if module is #f | Andy Wingo | 1 | -2/+5 |
2008-09-05 | Removed a lot of now-useless SMOB mark/free functions. | Ludovic Courtes | 1 | -1/+0 |
2008-09-05 | Fixes in weak hash tables handling, notably in `hash-fold'. | Ludovic Courtes | 1 | -2/+12 |
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 |