index
:
delta/guile.git
alt-par-map-and-thread-safe-popen
baserock/morph
bdw-gc-static-alloc
boehm-demers-weiser-gc
brainfuck
branch_mvo-substrings
branch_mvo-thread-cleanup
branch_release-1-4
branch_release-1-6
branch_release-1-8
calling-convention
cky-hygienic-macros
compile-to-js-merge
coop-repl-servers
dev/hanwen
dirk-adding-josts-environments
dirk-thread-factorization-branch
eval-cleanup
excise-ltdl
historical/wip-1-8-mingw-build
jimb
jimb_env_branch
jimb_mb_branch_1
jimb_readline
lexical-literals
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
master
mdj_elisp_branch
mdj_genloc_branch
mdj_goops_branch
mike-port-encodings
mingw-guile-3.0
mvo-vcell-cleanup-1-branch
mvo_libtool_branch
nan-boxing
ossau-elisp-branch
ossau-gds-dev
r6rs-strings
r7rs-wip
ra0
srfi-4-bytevectors
srfi-41
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
string-abstraction
string_abstraction2
subr-simplification
syncase
syncase-in-boot-9
thread-safe-popen
ttn-back-in-the-saddle
use-minigmp
vm
vm-syncase
vtable-vtable-deprecation
wingo
wip-2.1.2
wip-bpt-elisp
wip-closure-conversion
wip-compiler
wip-cps-bis
wip-cps-for-merge
wip-cse
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-dwarf
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-foreign-objects
wip-generalized-vectors
wip-gnulib-update
wip-goops-refactor
wip-guile-pkg
wip-https-client
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-linker
wip-lloda
wip-load-lang
wip-manual
wip-manual-2
wip-mingw
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-peg
wip-peg-fixed
wip-peg-fixed-2
wip-port-refactor
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-rtl
wip-rtl-assembler
wip-rtl-cps
wip-rtl-dwarf
wip-rtl-halloween
wip-rtl-may-2013
wip-rtl-metadata
wip-rtl-prompts
wip-rtl-vm
wip-sassy
wip-source-info
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-uri-reference
wip-utf16-debugging
wip-vector-cleanup
wip-wingo-elisp-badness
git.savannah.gnu.org: git/guile.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
main
Use /dev/null in 'piped-process' if port is not backed by a fdes.
Josselin Poiret
24 months
wip-cuirass-ci
maint: Add variants of the default package for Guix.
Ludovic Courtès
2 years
wip-elisp-rebased
elisp: boot: Replace removed FRAME-PROCEDURE with FRAME-PROCEDURE-NAME.
Ricardo Wurmus
4 years
wip-exception-truncate
Provide a hook for the exception printer
Daniel Llorens
3 years
wip-lightening-riscv
build: Mark riscv64 as a supported JIT target.
Ludovic Courtès
2 years
wip-load-lang
Added comments in load-lang.test, which does not work. * test-suite/tests/loa...
Matt Wette
2 years
wip-mingw
Avoid mysterious "error no error" message in pipe
Michael Gran
2 years
wip-modernize-autotools
Adds automake option for subdirs
Michael Gran
3 years
wip-tailify
Update tailification pass to handle return-types optimization
Andy Wingo
24 months
wip-tree-il-sourcev
psyntax: Pass source vectors to tree-il constructors.
Ludovic Courtès
3 years
[...]
Tag
Download
Author
Age
v3.0.9
guile-3.0.9.tar.gz
Ludovic Courtès
2 years
v3.0.9rc1
guile-3.0.9rc1.tar.gz
Ludovic Courtès
2 years
v3.0.8
guile-3.0.8.tar.gz
Andy Wingo
3 years
v3.0.7
guile-3.0.7.tar.gz
Andy Wingo
4 years
v3.0.6
guile-3.0.6.tar.gz
Andy Wingo
4 years
v3.0.5
guile-3.0.5.tar.gz
Andy Wingo
4 years
v3.0.4
guile-3.0.4.tar.gz
Ludovic Courtès
5 years
v3.0.3
guile-3.0.3.tar.gz
Ludovic Courtès
5 years
v3.0.2
guile-3.0.2.tar.gz
Ludovic Courtès
5 years
v3.0.1
guile-3.0.1.tar.gz
Ludovic Courtès
5 years
[...]
Age
Commit message
Author
Files
Lines
2023-05-08
Use /dev/null in 'piped-process' if port is not backed by a fdes.
HEAD
main
Josselin Poiret
3
-5
/
+29
2023-05-08
Add error handling for spawn's posix_spawn_file_actions_adddup2.
Josselin Poiret
1
-6
/
+13
2023-05-07
call-with-values builtin doesn't leave garbage on the stack
Andy Wingo
3
-11
/
+50
2023-04-27
Use SCM_GSUBR_MAX in place of the hardcoded number
Daniel Llorens
2
-4
/
+4
2023-04-05
Fix typo in append procedure documentation
Jorge Gomez
1
-1
/
+1
2023-04-04
Add missing backslash.
Mikael Djurfeldt
1
-1
/
+1
2023-04-02
Adjust 'spawn' tests to accept 'LD_ORIGIN_PATH' on GNU/Hurd.
Ludovic Courtès
2
-1
/
+9
2023-04-02
Use 'posix_spawn_file_actions_addclosefrom_np' where available.
Ludovic Courtès
2
-1
/
+17
2023-04-02
Remove racy optimized file descriptor closing loop in 'spawn'.
Ludovic Courtès
1
-29
/
+1
2023-04-02
'spawn' closes only open file descriptors on non-GNU/Linux systems.
Ludovic Courtès
2
-2
/
+21
[...]
Clone
git://git.baserock.org/delta/guile.git
http://git.baserock.org/git/delta/guile.git
https://git.baserock.org/git/delta/guile.git