Age | Commit message (Expand) | Author | Files | Lines |
2012-02-08 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -14/+14 |
2012-02-02 | Improve the usage of variable names in C docstrings. | Bake Timmons | 1 | -2/+2 |
2012-02-01 | Fix search_path to fill stat_buf when given an absolute pathname | Mark H Weaver | 1 | -12/+12 |
2012-01-10 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -4/+8 |
2012-01-09 | primitive-load returns the value(s) of the last expression | Andy Wingo | 1 | -4/+8 |
2011-12-06 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -10/+10 |
2011-12-05 | warnings written to warning port | Andy Wingo | 1 | -10/+10 |
2011-12-01 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -2/+1 |
2011-11-23 | use new scm_make_fluid_with_default | Andy Wingo | 1 | -2/+1 |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -12/+12 |
2011-10-25 | most uses of scm_from_locale_symbol become scm_from_utf8_symbol | Andy Wingo | 1 | -1/+1 |
2011-10-24 | add SCM_{PACK,UNPACK}_POINTER | Andy Wingo | 1 | -4/+4 |
2011-08-03 | avoid duplicate stats when searching for files in a path | Andy Wingo | 1 | -112/+127 |
2011-08-03 | fix unnecessary call to canonicalize_path in load-path fast case | Andy Wingo | 1 | -6/+8 |
2011-07-21 | add a site dir to %load-compiled-path | Andy Wingo | 1 | -1/+4 |
2011-06-30 | fix generation of auto-compiled file names on mingw systems | Andy Wingo | 1 | -2/+18 |
2011-06-30 | %load-hook not just for primitive-load | Andy Wingo | 1 | -0/+9 |
2011-06-17 | better messages on failed autocompilation | Andy Wingo | 1 | -5/+18 |
2011-06-17 | mingw: use $APPDATA as a possible root for cachedir. | Jan Nieuwenhuizen | 1 | -0/+6 |
2011-05-13 | scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etc | Andy Wingo | 1 | -1/+1 |
2011-04-15 | add --fresh-auto-compile | Andy Wingo | 1 | -2/+25 |
2011-04-14 | add packager info to %build-info | Andy Wingo | 1 | -0/+15 |
2011-02-13 | Add `%auto-compilation-options', used by `compile-file' when auto-compiling. | Ludovic Courtès | 1 | -4/+24 |
2011-02-13 | primitive-load defaults to utf-8, not latin-1 | Andy Wingo | 1 | -2/+3 |
2011-02-13 | autocompile -> auto-compile | Andy Wingo | 1 | -19/+19 |
2011-01-07 | use scm_from_latin1_symboln for string literals and load-symbol | Andy Wingo | 1 | -2/+2 |
2010-09-04 | Don't say "source file is newer" when either file is inaccessible. | Ludovic Courtès | 1 | -10/+13 |
2010-09-04 | Compare source/compiled file timestamps with nano-second resolution. | Ludovic Courtès | 1 | -7/+20 |
2010-08-06 | %site-dir is specific to the effective version | Andy Wingo | 1 | -3/+17 |
2010-07-26 | Check for go/scm mtime ordering rather than equality. | Ludovic Courtès | 1 | -2/+2 |
2010-06-20 | Canonicalize source file names in `primitive-load-path' (fix bug #30170). | Ludovic Courtès | 1 | -0/+3 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -1/+0 |
2010-03-30 | correctly handle --no-autocompile (fixed broken previous patch) | Andy Wingo | 1 | -6/+11 |
2010-03-30 | going through scm_shell not necessary to get autocompilation | Andy Wingo | 1 | -3/+7 |
2010-01-07 | properly integrate vm bootstrapping into init.c | Andy Wingo | 1 | -0/+4 |
2010-01-07 | Fix 1.8-compatibility of `scm_search_path ()'. | Ludovic Courtès | 1 | -3/+4 |
2009-12-20 | in the load path, look in library-dir before site-dir | Andy Wingo | 1 | -2/+2 |
2009-12-10 | if we have no eval.go, load no .go | Andy Wingo | 1 | -0/+3 |
2009-12-05 | remove a bunch of needless scm_permanent_object calls | Andy Wingo | 1 | -1/+1 |
2009-12-03 | really boot primitive-eval from scheme. | Andy Wingo | 1 | -0/+16 |
2009-11-14 | Have `scm_scan_for_encoding ()' use GC-managed memory. | Ludovic Courtès | 1 | -6/+5 |
2009-11-01 | Restore signature of `scm_search_path ()' as found in 1.8. | Ludovic Courtès | 1 | -8/+44 |
2009-10-15 | Restore signature of `scm_primitive_load_path ()' as found in 1.8. | Ludovic Courtès | 1 | -4/+27 |
2009-09-20 | Compile in a fresh module by default. | Ludovic Courtès | 1 | -1/+5 |
2009-09-18 | Add the `%host-type' global variable. | Ludovic Courtès | 1 | -0/+4 |
2009-09-09 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+1 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -7/+25 |
2009-08-28 | fix case in which compiled path had stale .go, but fallback had fresh .go | Andy Wingo | 1 | -1/+1 |
2009-08-28 | Add missing `FUNC_NAME' definition. | Ludovic Courtès | 1 | -2/+3 |
2009-08-25 | Add full Unicode capability to ports and the default reader | Michael Gran | 1 | -1/+10 |