summaryrefslogtreecommitdiff
path: root/libguile/load.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-01-101-4/+8
|\ \ | |/
| * primitive-load returns the value(s) of the last expressionAndy Wingo2012-01-091-4/+8
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-12-061-10/+10
|\ \ | |/
| * warnings written to warning portAndy Wingo2011-12-051-10/+10
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-12-011-2/+1
|\ \ | |/
| * use new scm_make_fluid_with_defaultAndy Wingo2011-11-231-2/+1
* | locking for putc, putsAndy Wingo2011-11-081-12/+12
* | most uses of scm_from_locale_symbol become scm_from_utf8_symbolAndy Wingo2011-10-251-1/+1
* | add SCM_{PACK,UNPACK}_POINTERAndy Wingo2011-10-241-4/+4
|/
* avoid duplicate stats when searching for files in a pathAndy Wingo2011-08-031-112/+127
* fix unnecessary call to canonicalize_path in load-path fast caseAndy Wingo2011-08-031-6/+8
* add a site dir to %load-compiled-pathAndy Wingo2011-07-211-1/+4
* fix generation of auto-compiled file names on mingw systemsAndy Wingo2011-06-301-2/+18
* %load-hook not just for primitive-loadAndy Wingo2011-06-301-0/+9
* better messages on failed autocompilationAndy Wingo2011-06-171-5/+18
* mingw: use $APPDATA as a possible root for cachedir.Jan Nieuwenhuizen2011-06-171-0/+6
* scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etcAndy Wingo2011-05-131-1/+1
* add --fresh-auto-compileAndy Wingo2011-04-151-2/+25
* add packager info to %build-infoAndy Wingo2011-04-141-0/+15
* Add `%auto-compilation-options', used by `compile-file' when auto-compiling.Ludovic Courtès2011-02-131-4/+24
* primitive-load defaults to utf-8, not latin-1Andy Wingo2011-02-131-2/+3
* autocompile -> auto-compileAndy Wingo2011-02-131-19/+19
* use scm_from_latin1_symboln for string literals and load-symbolAndy Wingo2011-01-071-2/+2
* Don't say "source file is newer" when either file is inaccessible.Ludovic Courtès2010-09-041-10/+13
* Compare source/compiled file timestamps with nano-second resolution.Ludovic Courtès2010-09-041-7/+20
* %site-dir is specific to the effective versionAndy Wingo2010-08-061-3/+17
* Check for go/scm mtime ordering rather than equality.Ludovic Courtès2010-07-261-2/+2
* Canonicalize source file names in `primitive-load-path' (fix bug #30170).Ludovic Courtès2010-06-201-0/+3
* remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo2010-04-091-1/+0
* correctly handle --no-autocompile (fixed broken previous patch)Andy Wingo2010-03-301-6/+11
* going through scm_shell not necessary to get autocompilationAndy Wingo2010-03-301-3/+7
* properly integrate vm bootstrapping into init.cAndy Wingo2010-01-071-0/+4
* Fix 1.8-compatibility of `scm_search_path ()'.Ludovic Courtès2010-01-071-3/+4
* in the load path, look in library-dir before site-dirAndy Wingo2009-12-201-2/+2
* if we have no eval.go, load no .goAndy Wingo2009-12-101-0/+3
* remove a bunch of needless scm_permanent_object callsAndy Wingo2009-12-051-1/+1
* really boot primitive-eval from scheme.Andy Wingo2009-12-031-0/+16
* Have `scm_scan_for_encoding ()' use GC-managed memory.Ludovic Courtès2009-11-141-6/+5
* Restore signature of `scm_search_path ()' as found in 1.8.Ludovic Courtès2009-11-011-8/+44
* Restore signature of `scm_primitive_load_path ()' as found in 1.8.Ludovic Courtès2009-10-151-4/+27
* Compile in a fresh module by default.Ludovic Courtès2009-09-201-1/+5
* Add the `%host-type' global variable.Ludovic Courtès2009-09-181-0/+4
* Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-09-091-1/+1
|\
| * fix case in which compiled path had stale .go, but fallback had fresh .goAndy Wingo2009-08-281-1/+1
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-281-7/+25
|\ \ | |/
| * Add missing `FUNC_NAME' definition.Ludovic Courtès2009-08-281-2/+3
| * Add full Unicode capability to ports and the default readerMichael Gran2009-08-251-1/+10
| * autocompiled files before installation go to a cache dir in the builddirAndy Wingo2009-08-201-1/+1
| * `load' autocompilesAndy Wingo2009-08-181-5/+13
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-181-43/+238
|\ \ | |/