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