summaryrefslogtreecommitdiff
path: root/libguile/load.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-09Merge branch 'stable-2.0'Mark H Weaver1-10/+5
2014-01-08scm_primitive_load: Simplify code using 'scm_open_file_with_encoding'.Mark H Weaver1-10/+5
2013-11-28Remove private-gc.hAndy Wingo1-1/+0
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-32/+95
2013-03-10add %site-ccache-dirJason Earl1-0/+13
2013-03-07fix compilation under mingwAndy Wingo1-7/+9
2013-03-07Use `scm_is_eq' in load.c.Ludovic Courtès1-2/+2
2013-02-24load.c uses same logic as boot-9 for file namesAndy Wingo1-32/+80
2013-01-30Revert "detect and consume byte-order marks for textual ports"Andy Wingo1-3/+0
2013-01-30detect and consume byte-order marks for textual portsAndy Wingo1-0/+3
2013-01-23merge stable-2.0Andy Wingo1-9/+13
2013-01-21fix try-module-autoload, which did not detect failure to find the fileAndy Wingo1-9/+13
2013-01-07Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-2/+33
2012-11-28Add parse-path-with-ellipsis, and use it for GUILE_LOAD_PATH et al.Mark H Weaver1-2/+33
2012-02-08Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-14/+14
2012-02-02Improve the usage of variable names in C docstrings.Bake Timmons1-2/+2
2012-02-01Fix search_path to fill stat_buf when given an absolute pathnameMark H Weaver1-12/+12
2012-01-10Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-4/+8
2012-01-09primitive-load returns the value(s) of the last expressionAndy Wingo1-4/+8
2011-12-06Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-10/+10
2011-12-05warnings written to warning portAndy Wingo1-10/+10
2011-12-01Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-2/+1
2011-11-23use new scm_make_fluid_with_defaultAndy Wingo1-2/+1
2011-11-08locking for putc, putsAndy Wingo1-12/+12
2011-10-25most uses of scm_from_locale_symbol become scm_from_utf8_symbolAndy Wingo1-1/+1
2011-10-24add SCM_{PACK,UNPACK}_POINTERAndy Wingo1-4/+4
2011-08-03avoid duplicate stats when searching for files in a pathAndy Wingo1-112/+127
2011-08-03fix unnecessary call to canonicalize_path in load-path fast caseAndy Wingo1-6/+8
2011-07-21add a site dir to %load-compiled-pathAndy Wingo1-1/+4
2011-06-30fix generation of auto-compiled file names on mingw systemsAndy Wingo1-2/+18
2011-06-30%load-hook not just for primitive-loadAndy Wingo1-0/+9
2011-06-17better messages on failed autocompilationAndy Wingo1-5/+18
2011-06-17mingw: use $APPDATA as a possible root for cachedir.Jan Nieuwenhuizen1-0/+6
2011-05-13scm_is_false instead of == SCM_BOOL_F; also is_null, is_true, etcAndy Wingo1-1/+1
2011-04-15add --fresh-auto-compileAndy Wingo1-2/+25
2011-04-14add packager info to %build-infoAndy Wingo1-0/+15
2011-02-13Add `%auto-compilation-options', used by `compile-file' when auto-compiling.Ludovic Courtès1-4/+24
2011-02-13primitive-load defaults to utf-8, not latin-1Andy Wingo1-2/+3
2011-02-13autocompile -> auto-compileAndy Wingo1-19/+19
2011-01-07use scm_from_latin1_symboln for string literals and load-symbolAndy Wingo1-2/+2
2010-09-04Don't say "source file is newer" when either file is inaccessible.Ludovic Courtès1-10/+13
2010-09-04Compare source/compiled file timestamps with nano-second resolution.Ludovic Courtès1-7/+20
2010-08-06%site-dir is specific to the effective versionAndy Wingo1-3/+17
2010-07-26Check for go/scm mtime ordering rather than equality.Ludovic Courtès1-2/+2
2010-06-20Canonicalize source file names in `primitive-load-path' (fix bug #30170).Ludovic Courtès1-0/+3
2010-04-09remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo1-1/+0
2010-03-30correctly handle --no-autocompile (fixed broken previous patch)Andy Wingo1-6/+11
2010-03-30going through scm_shell not necessary to get autocompilationAndy Wingo1-3/+7
2010-01-07properly integrate vm bootstrapping into init.cAndy Wingo1-0/+4
2010-01-07Fix 1.8-compatibility of `scm_search_path ()'.Ludovic Courtès1-3/+4