summaryrefslogtreecommitdiff
path: root/test-suite
Commit message (Expand)AuthorAgeFilesLines
* Add test for 'string-ref' with a negative index at -O2.Ludovic Courtès2023-01-171-5/+14
* Do not expand 'make-vector' primcall with wrong number of arguments.Ludovic Courtès2023-01-161-2/+11
* Add 'bytevector-slice'.Ludovic Courtès2023-01-141-1/+66
* Make 'system*' and 'piped-process' internally use 'spawn'.Josselin Poiret2023-01-131-1/+17
* Add 'spawn'.Josselin Poiret2023-01-131-2/+77
* Test for 'frame-local-ref' errors when printing backtrace.Andrew Whatson2023-01-111-1/+22
* Fix peval bug when expand-primitives introduces lexicalsAndy Wingo2022-12-011-1/+9
* Fix order-of-side-effects bug in (eq? x y z) expansionAndy Wingo2022-12-011-0/+11
* Add tests for warning locations.Andrew Whatson2022-11-291-1/+47
* Define Scheme bindings to ‘openat’ when available.Maxime Devos2022-10-211-0/+73
* Define a Scheme binding to ‘fstatat’ when available.Maxime Devos2022-10-211-0/+80
* Define a Scheme binding to ‘unlinkat’ when it exists.Maxime Devos2022-10-211-0/+59
* Define a Scheme binding to ‘fchmodat’ when it exists.Maxime Devos2022-10-211-0/+53
* Define a Scheme binding to ‘renameat’ when it exists.Maxime Devos2022-10-211-0/+104
* Define bindings to ‘mkdirat’ when the C function exists.Maxime Devos2022-10-211-0/+38
* Define ‘symlinkat’ wrapper when supported.Maxime Devos2022-10-211-0/+27
* Allow file ports in ‘utime’.Maxime Devos2022-10-211-1/+70
* Allow file ports in ‘readlink’.Maxime Devos2022-10-211-0/+61
* Allow file ports in ‘chdir’ when supported.Maxime Devos2022-10-211-0/+41
* Presume ISO C90 headers are always availableMike Gran2022-10-141-5/+1
* Test for out of range depth in fluid-ref*Daniel Llorens2022-10-031-0/+4
* Modifies command line quoting in c-api.testMike Gran2022-10-021-1/+1
* Avoids deprecated egrep in c-api.testMike Gran2022-10-021-2/+2
* srfi-35: Fix expansion of 'condition' for compound conditions.Ludovic Courtès2022-10-011-2/+16
* Baseline compiler no longer crashes on (not (list 1 2)).Ludovic Courtès2022-10-011-1/+7
* in ftw test, skip EACCESS test on MinGWMike Gran2022-09-201-3/+9
* in ftw test, don't presume symlink is definedMike Gran2022-09-201-34/+40
* When fork unavailable, skip standalone tests that require itMichael Gran2022-09-202-1/+7
* test-suite: Remove obsolete use of 'debug-enable'.Ludovic Courtès2022-09-191-3/+2
* 'pipe' now takes an optional 'flags' parameter.Ludovic Courtès2022-09-191-0/+35
* Add support for "e" flag (O_CLOEXEC) to 'open-file'.Ludovic Courtès2022-09-072-1/+42
* In curried definitions, move docstrings to outermost lambdaJean Abou Samra2022-08-291-2/+50
* 'system*' can no longer close file descriptor 2.Ludovic Courtès2022-08-051-2/+14
* web: Don't hide missing data in the chunked input port.Christopher Baines2022-07-041-8/+17
* web: Handle ending CRLF (\r\n) for chunked input and output ports.Christopher Baines2022-07-041-2/+2
* web: send capitalized authorization header schemeAleix Conchillo Flaqué2022-07-041-3/+8
* Allow null bytes in UNIX sockets.Liliana Marie Prikler2022-06-161-4/+75
* Allow empty vendor string in GNU target triplets.Taylor R Campbell2022-06-161-1/+3
* Fix "non-revealed port is closed" ports.testRob Browning2022-03-161-3/+4
* tests: web-server: Wait until the server is listening.Ludovic Courtès2022-03-151-1/+24
* psyntax: Honor source properties for things other than syntax objects.Ludovic Courtès2022-03-071-2/+24
* tests: Add read-syntax + syntax-source test.Ludovic Courtès2022-03-071-2/+14
* Have log and log10(real nan) return real nan regardless of signDaniel Llorens2022-01-131-1/+10
* New function bitvector-copy (scm_bitvector_copy)Daniel Llorens2022-01-041-2/+21
* New function srfi-4-vector-type-size in (srfi srfi-4 gnu)Daniel Llorens2021-12-061-0/+17
* Support C99 complex types in (system foreign)Daniel Llorens2021-11-151-1/+8
* Limit the range of ash, round-ash count argument to INT32Daniel Llorens2021-11-051-1/+4
* Provide xxvector-copy and xxvector-copy! for srfi-4 vectorsDaniel Llorens2021-10-211-0/+24
* (ice-9 format): Fix scaling floats with leading zerosTimothy Sample2021-10-191-1/+7
* Hotfix to unify (x ...) patterns in matchAndy Wingo2021-09-302-1/+28