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
2024-10-12
Redirect diagnostice output messages (e.g., auto-compiling code) to a newly d...
Matthew Wette
1
-21
/
+21
2023-07-16
Fix typos throughout codebase.
Morgan Smith
1
-1
/
+1
2022-09-07
'primitive-load' opens files with O_CLOEXEC.
Ludovic Courtès
1
-2
/
+2
2019-05-23
Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.
Mark H Weaver
1
-16
/
+19
2018-10-07
Fix use of uninstalled header by installed headers
Andy Wingo
1
-0
/
+1
2018-08-07
Revert "Honor '%fresh-auto-compile'."
Ludovic Courtès
1
-6
/
+3
2018-06-26
Rename scm_i_thread to scm_thread
Andy Wingo
1
-0
/
+1
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-20
/
+17
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-29
/
+29
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-6
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Devolve variable.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove list.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-1
/
+6
2017-11-22
Honor '%fresh-auto-compile'.
Ludovic Courtès
1
-4
/
+7
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2016-06-12
Skip incompatible .go files
Andy Wingo
1
-62
/
+240
2016-04-26
Remove scm_puts_unlocked.
Andy Wingo
1
-13
/
+13
2015-11-11
load-path will skip over stale .go files and keep going
Andy Wingo
1
-97
/
+100
2015-01-22
Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840'
Andy Wingo
1
-16
/
+13
2015-01-22
Merge commit 'a7bbba05838cabe2294f498e7008e1c51db6d664'
Andy Wingo
1
-14
/
+14
2014-11-01
Use on-stack or GC-managed memory in 'search-path'.
Ludovic Courtès
1
-14
/
+14
2014-11-01
Reduce C heap allocations in 'search-path'.
Ludovic Courtès
1
-16
/
+13
2014-09-30
Merge branch 'stable-2.0'
Mark H Weaver
1
-11
/
+49
2014-08-15
On MS-Windows, don't return file names with backslashes from search-path.
Eli Zaretskii
1
-1
/
+2
2014-07-03
Fix problems with Windows file names that use backslashes.
Eli Zaretskii
1
-10
/
+47
2014-04-25
Merge branch 'stable-2.0'
v2.1.0
Mark H Weaver
1
-4
/
+1
2014-02-27
Rely on Gnulib for <unistd.h>.
Mark H Weaver
1
-4
/
+1
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
[next]