summaryrefslogtreecommitdiff
path: root/test-suite
Commit message (Expand)AuthorAgeFilesLines
* '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
* bug#48089: Guile 3.0.6 returns zero-indexed locations for ‘read-error’Ludovic Courtès2021-04-291-0/+12
* Fix closure-conversion bug for SCC with all free vars prunedAndy Wingo2021-04-271-2/+33
* goops: Preserve all slot options in redefinable classes.David Thompson2021-03-191-1/+43
* Fix recent i18n testsAndy Wingo2021-03-161-2/+4
* Fix buffer overread in string-locale<?Andy Wingo2021-03-151-0/+7
* Adapt test for string-locale-ci=?Andy Wingo2021-03-151-5/+7
* Fix buffer overread in string-locale-ci=? and related functionsAndy Wingo2021-03-151-3/+7
* On Cygwin, 'lib' DLLs use 'cyg' prefixMike Gran2021-03-131-0/+35
* Add tests for get-bytevector-some!Andrew Whatson2021-03-121-0/+20
* Revert "Handle CRLF and Unicode line endings in read-line"Andy Wingo2021-03-121-41/+1
* Handle CRLF and Unicode line endings in read-lineMike Gran2021-03-111-1/+41
* ice-9 ftw: handle non-working inodesMichael Gran2021-03-111-17/+38
* ice-9 ftw: handle missing getuid and getgidMichael Gran2021-03-111-2/+2
* Build standalone test libraries as unversionedMike Gran2021-03-111-4/+4
* Add mkstemp; undocument mkstemp!Andy Wingo2021-03-102-23/+13
* disable popen 'no duplicates' test for MinGWMichael Gran2021-03-101-1/+6
* Fix reading #!!#Andy Wingo2021-03-071-1/+16
* Fix reading "#;", "'", and similar premature-EOF situationsAndy Wingo2021-03-051-1/+1