Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-08-20 | autocompiled files before installation go to a cache dir in the builddir | Andy Wingo | 1 | -1/+1 |
2009-08-18 | `load' autocompiles | Andy Wingo | 1 | -5/+13 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -43/+238 |
2009-08-11 | make the fallback path look less like line noise | Andy Wingo | 1 | -1/+2 |
2009-08-11 | include objcode cookie in the fallback path | Andy Wingo | 1 | -1/+1 |
2009-06-20 | put autocompiled files into ~/.cache or $XDG_CACHE_HOME | Andy Wingo | 1 | -16/+20 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-06-05 | stamp .go with timestamp of .scm; a fresh go has same mtime of .scm | Andy Wingo | 1 | -4/+4 |
2009-06-05 | final (?) tweaks to the autocompile code | Andy Wingo | 1 | -9/+37 |
2009-06-05 | simplify autocompilation some more | Andy Wingo | 1 | -74/+64 |
2009-06-05 | further autocompilation tweaks | Andy Wingo | 1 | -35/+43 |
2009-06-03 | fix error autocompiling parts of the compiler; make check works | Andy Wingo | 1 | -1/+13 |
2009-06-03 | tweaks to autocompile code | Andy Wingo | 1 | -13/+36 |
2009-06-03 | implement autocompilation | Andy Wingo | 1 | -1/+61 |
2009-06-03 | add exception_on_error optional arg to primitive-load-path | Andy Wingo | 1 | -6/+17 |
2009-06-03 | refactors to load.c to support auto-compilation | Andy Wingo | 1 | -32/+45 |
2009-06-03 | separate the load-compiled path from the load path | Andy Wingo | 1 | -2/+46 |
2009-03-22 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -10/+99 |
2008-09-30 | Merge commit 'origin/master' into vm | Andy Wingo | 1 | -1/+1 |
2008-09-18 | don't poke installed scm, go, etc files when running pre-inst-guile | Andy Wingo | 1 | -3/+11 |
2008-09-17 | Remove GC-related code from fluids. | Ludovic Courtès | 1 | -5/+4 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2008-09-02 | make primitive-load-path load compiled files if available | Andy Wingo | 1 | -7/+88 |
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 | -8/+8 |
2005-12-14 | * api-evaluation.texi (Loading): Document custom reader. | Neil Jerram | 1 | -1/+21 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-05-12 | * unif.c (scm_i_read_array): Declare rank as ssize_t, to guarantee | Neil Jerram | 1 | -2/+2 |
2005-03-02 | (scm_primitive_load): Use scm_i_frame_current_load_port instead of | Marius Vollmer | 1 | -30/+13 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -3/+3 |
2004-08-24 | Include "srfi-13.h" instead of "strop.h". | Marius Vollmer | 1 | -1/+1 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -16/+17 |
2004-08-13 | (scm_init_load_path): Do not pass NULL to scm_to_locale_string, which | Marius Vollmer | 1 | -2/+4 |
2004-08-12 | (scm_primitive_load_path): Do not check for absolute filenames when | Marius Vollmer | 1 | -15/+2 |
2004-08-10 | Removed commented out debugging fprintfs. | Marius Vollmer | 1 | -3/+0 |
2004-08-10 | (scm_internal_parse_path): Removed. | Marius Vollmer | 1 | -129/+153 |
2004-07-27 | * tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into | Marius Vollmer | 1 | -2/+2 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -5/+5 |
2003-05-29 | 2003-05-29 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -0/+26 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-25 | * load.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+4 |
2002-07-20 | 2002-07-20 Han-Wen <hanwen@cs.uu.nl> | Han-Wen Nienhuys | 1 | -2/+2 |