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