summaryrefslogtreecommitdiff
path: root/test-suite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Baseline compiler no longer swaps rsh/lsh when transforming ash calls.Ludovic Courtès2021-09-201-2/+11
* Extend bytevector-fill! to handle a partial fillDaniel Llorens2021-08-171-0/+14
* Remove the 'simple vector' conceptDaniel Llorens2021-08-162-2/+2
* Extend core vector-copy to r7rs vector-copyDaniel Llorens2021-08-061-0/+9
* ice-9/read: Parse #{}}# properly.Maxime Devos2021-08-021-0/+5
* Fix crash on #nil in syntaxesRob Browning2021-07-111-0/+10
* Fix bug in eq-constant? propagation in CSE if kf == ktAndy Wingo2021-05-241-63/+67
* bug#45131: [PATCH] Compile directly to target language if no joint is found.Leo Prikler2021-05-101-0/+23
* 'primitive-fork' closes and recreates the current thread's 'sleep_pipe'.Ludovic Courtès2021-05-082-0/+66
* analyze: 'unbound-variable' warning handles re-exported bindings.Ludovic Courtès2021-05-021-0/+13
* Fix tree-il effects analysis for promptsAndy Wingo2021-05-011-0/+21
* Fix bug for read-syntax on ( . args)Andy Wingo2021-05-011-2/+7
* Fix syntax testAndy Wingo2021-04-291-1/+1
* bug#48096: [3.0.6] ‘syntax-error’ exceptions include vectors instead of s...Ludovic Courtès2021-04-291-1/+13