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
path:
root
/
test-suite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix peval bug when expand-primitives introduces lexicals
Andy Wingo
2022-12-01
1
-1
/
+9
*
Fix order-of-side-effects bug in (eq? x y z) expansion
Andy Wingo
2022-12-01
1
-0
/
+11
*
Add tests for warning locations.
Andrew Whatson
2022-11-29
1
-1
/
+47
*
Define Scheme bindings to ‘openat’ when available.
Maxime Devos
2022-10-21
1
-0
/
+73
*
Define a Scheme binding to ‘fstatat’ when available.
Maxime Devos
2022-10-21
1
-0
/
+80
*
Define a Scheme binding to ‘unlinkat’ when it exists.
Maxime Devos
2022-10-21
1
-0
/
+59
*
Define a Scheme binding to ‘fchmodat’ when it exists.
Maxime Devos
2022-10-21
1
-0
/
+53
*
Define a Scheme binding to ‘renameat’ when it exists.
Maxime Devos
2022-10-21
1
-0
/
+104
*
Define bindings to ‘mkdirat’ when the C function exists.
Maxime Devos
2022-10-21
1
-0
/
+38
*
Define ‘symlinkat’ wrapper when supported.
Maxime Devos
2022-10-21
1
-0
/
+27
*
Allow file ports in ‘utime’.
Maxime Devos
2022-10-21
1
-1
/
+70
*
Allow file ports in ‘readlink’.
Maxime Devos
2022-10-21
1
-0
/
+61
*
Allow file ports in ‘chdir’ when supported.
Maxime Devos
2022-10-21
1
-0
/
+41
*
Presume ISO C90 headers are always available
Mike Gran
2022-10-14
1
-5
/
+1
*
Test for out of range depth in fluid-ref*
Daniel Llorens
2022-10-03
1
-0
/
+4
*
Modifies command line quoting in c-api.test
Mike Gran
2022-10-02
1
-1
/
+1
*
Avoids deprecated egrep in c-api.test
Mike Gran
2022-10-02
1
-2
/
+2
*
srfi-35: Fix expansion of 'condition' for compound conditions.
Ludovic Courtès
2022-10-01
1
-2
/
+16
*
Baseline compiler no longer crashes on (not (list 1 2)).
Ludovic Courtès
2022-10-01
1
-1
/
+7
*
in ftw test, skip EACCESS test on MinGW
Mike Gran
2022-09-20
1
-3
/
+9
*
in ftw test, don't presume symlink is defined
Mike Gran
2022-09-20
1
-34
/
+40
*
When fork unavailable, skip standalone tests that require it
Michael Gran
2022-09-20
2
-1
/
+7
*
test-suite: Remove obsolete use of 'debug-enable'.
Ludovic Courtès
2022-09-19
1
-3
/
+2
*
'pipe' now takes an optional 'flags' parameter.
Ludovic Courtès
2022-09-19
1
-0
/
+35
*
Add support for "e" flag (O_CLOEXEC) to 'open-file'.
Ludovic Courtès
2022-09-07
2
-1
/
+42
*
In curried definitions, move docstrings to outermost lambda
Jean Abou Samra
2022-08-29
1
-2
/
+50
*
'system*' can no longer close file descriptor 2.
Ludovic Courtès
2022-08-05
1
-2
/
+14
*
web: Don't hide missing data in the chunked input port.
Christopher Baines
2022-07-04
1
-8
/
+17
*
web: Handle ending CRLF (\r\n) for chunked input and output ports.
Christopher Baines
2022-07-04
1
-2
/
+2
*
web: send capitalized authorization header scheme
Aleix Conchillo Flaqué
2022-07-04
1
-3
/
+8
*
Allow null bytes in UNIX sockets.
Liliana Marie Prikler
2022-06-16
1
-4
/
+75
*
Allow empty vendor string in GNU target triplets.
Taylor R Campbell
2022-06-16
1
-1
/
+3
*
Fix "non-revealed port is closed" ports.test
Rob Browning
2022-03-16
1
-3
/
+4
*
tests: web-server: Wait until the server is listening.
Ludovic Courtès
2022-03-15
1
-1
/
+24
*
psyntax: Honor source properties for things other than syntax objects.
Ludovic Courtès
2022-03-07
1
-2
/
+24
*
tests: Add read-syntax + syntax-source test.
Ludovic Courtès
2022-03-07
1
-2
/
+14
*
Have log and log10(real nan) return real nan regardless of sign
Daniel Llorens
2022-01-13
1
-1
/
+10
*
New function bitvector-copy (scm_bitvector_copy)
Daniel Llorens
2022-01-04
1
-2
/
+21
*
New function srfi-4-vector-type-size in (srfi srfi-4 gnu)
Daniel Llorens
2021-12-06
1
-0
/
+17
*
Support C99 complex types in (system foreign)
Daniel Llorens
2021-11-15
1
-1
/
+8
*
Limit the range of ash, round-ash count argument to INT32
Daniel Llorens
2021-11-05
1
-1
/
+4
*
Provide xxvector-copy and xxvector-copy! for srfi-4 vectors
Daniel Llorens
2021-10-21
1
-0
/
+24
*
(ice-9 format): Fix scaling floats with leading zeros
Timothy Sample
2021-10-19
1
-1
/
+7
*
Hotfix to unify (x ...) patterns in match
Andy Wingo
2021-09-30
2
-1
/
+28
*
Baseline compiler no longer swaps rsh/lsh when transforming ash calls.
Ludovic Courtès
2021-09-20
1
-2
/
+11
*
Extend bytevector-fill! to handle a partial fill
Daniel Llorens
2021-08-17
1
-0
/
+14
*
Remove the 'simple vector' concept
Daniel Llorens
2021-08-16
2
-2
/
+2
*
Extend core vector-copy to r7rs vector-copy
Daniel Llorens
2021-08-06
1
-0
/
+9
*
ice-9/read: Parse #{}}# properly.
Maxime Devos
2021-08-02
1
-0
/
+5
*
Fix crash on #nil in syntaxes
Rob Browning
2021-07-11
1
-0
/
+10
[next]