index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
load.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-09
Merge branch 'stable-2.0'
Mark H Weaver
1
-10
/
+5
2014-01-08
scm_primitive_load: Simplify code using 'scm_open_file_with_encoding'.
Mark H Weaver
1
-10
/
+5
2013-11-28
Remove private-gc.h
Andy Wingo
1
-1
/
+0
2013-03-28
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-32
/
+95
2013-03-10
add %site-ccache-dir
Jason Earl
1
-0
/
+13
2013-03-07
fix compilation under mingw
Andy Wingo
1
-7
/
+9
2013-03-07
Use `scm_is_eq' in load.c.
Ludovic Courtès
1
-2
/
+2
2013-02-24
load.c uses same logic as boot-9 for file names
Andy Wingo
1
-32
/
+80
2013-01-30
Revert "detect and consume byte-order marks for textual ports"
Andy Wingo
1
-3
/
+0
2013-01-30
detect and consume byte-order marks for textual ports
Andy Wingo
1
-0
/
+3
2013-01-23
merge stable-2.0
Andy Wingo
1
-9
/
+13
2013-01-21
fix try-module-autoload, which did not detect failure to find the file
Andy Wingo
1
-9
/
+13
2013-01-07
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-2
/
+33
2012-11-28
Add parse-path-with-ellipsis, and use it for GUILE_LOAD_PATH et al.
Mark H Weaver
1
-2
/
+33
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
[next]