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
/
init.c
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
Reimplement weak vectors in Scheme using ephemerons
wip-whippet
Andy Wingo
1
-2
/
+0
5 days
Add ephemeron objects
Andy Wingo
1
-0
/
+2
6 days
Reimplement guardians in Scheme
Andy Wingo
1
-2
/
+0
6 days
Don't run finalizers until Guile is initialized
Andy Wingo
1
-2
/
+1
8 days
Add (system finalizers)
Andy Wingo
1
-1
/
+1
10 days
Remove GUILE_DEBUG_MALLOC configuration
Andy Wingo
1
-9
/
+0
2025-04-22
Use Whippet API to boot threads
Andy Wingo
1
-4
/
+5
2024-10-12
Redirect diagnostice output messages (e.g., auto-compiling code) to a newly d...
Matthew Wette
1
-0
/
+1
2024-07-30
Drop libguile srfi-1
Rob Browning
1
-2
/
+0
2023-06-08
Rewrite soft ports in Scheme
Andy Wingo
1
-2
/
+0
2023-06-08
Add "custom ports"
Andy Wingo
1
-1
/
+3
2021-12-06
New function srfi-4-vector-type-size in (srfi srfi-4 gnu)
Daniel Llorens
1
-1
/
+1
2021-08-03
Merge libguile/generalized-arrays.* into libguile/arrays.*
Daniel Llorens
1
-2
/
+0
2021-03-03
don't presume availability of gmp.pc
Michael Gran
1
-1
/
+3
2021-03-02
improve autoconfigury for minigmp
Michael Gran
1
-1
/
+1
2021-03-02
Enable option to prefer mini-gmp over libgmp
Michael Gran
1
-0
/
+4
2020-09-10
Move copy-tree to (ice-9 copy-tree); deprecate main binding
Andy Wingo
1
-3
/
+1
2019-12-13
Avoid throwing exceptions during early boot if stdin is closed
Andy Wingo
1
-38
/
+8
2019-11-13
Rebase throw/catch on top of raise-exception/with-exception-handler
Andy Wingo
1
-0
/
+2
2019-05-23
Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.
Mark H Weaver
1
-2
/
+2
2018-09-17
Fix --disable-jit compilation
lightning
Andy Wingo
1
-0
/
+2
2018-08-20
Manual JIT interface via %jit-compile
Andy Wingo
1
-0
/
+2
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
Make .c copyright headers uniform
Andy Wingo
1
-1
/
+2
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-31
/
+26
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-111
/
+111
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 foreign.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-17
Refactor handling of auxiliary stacks and setjmp/longjmp
Andy Wingo
1
-6
/
+0
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-0
/
+5
2018-03-30
Add instrinsics to runtime
Andy Wingo
1
-1
/
+3
2017-03-28
Add disjoint syntax object type
Andy Wingo
1
-0
/
+2
2017-02-28
Fix segfault introduced with R6RS port commit
Andy Wingo
1
-1
/
+1
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2016-10-26
Use atomics for async interrupts
Andy Wingo
1
-1
/
+1
2016-10-23
Move thread bindings to (ice-9 threads)
Andy Wingo
1
-1
/
+0
2016-10-17
Deprecate arbiters
Andy Wingo
1
-2
/
+0
2016-09-06
Add atomic boxes
Andy Wingo
1
-0
/
+2
2016-08-30
Add file descriptor finalizers
Andy Wingo
1
-0
/
+2
2016-04-30
Tweak port initialization order
Andy Wingo
1
-1
/
+1
2015-01-22
Merge commit 'a7bbba05838cabe2294f498e7008e1c51db6d664'
Andy Wingo
1
-4
/
+4
2014-10-10
scm_boot_guile: Gracefully handle the case where argc == 0.
Mark H Weaver
1
-4
/
+4
2014-09-30
Merge branch 'stable-2.0'
Mark H Weaver
1
-0
/
+3
2014-09-29
Add (ice-9 unicode) module
Andy Wingo
1
-0
/
+2
2014-09-12
Add (ice-9 unicode) module
Andy Wingo
1
-0
/
+2
2014-07-03
Fix problems with Windows file names that use backslashes.
Eli Zaretskii
1
-0
/
+3
2014-04-28
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+1
2014-04-28
New foreign object facility, to replace SMOBs
Andy Wingo
1
-0
/
+1
[next]