summaryrefslogtreecommitdiff
path: root/test-suite
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix bug in new array readerDaniel Llorens2021-03-031-1/+35
* Read-in-scheme replaces boot "read" definitionAndy Wingo2021-03-033-15/+12
* Relax srfi-105 source expectationsAndy Wingo2021-03-031-2/+8
* Invalid charset at EOF does not cause decoding errorAndy Wingo2021-03-031-1/+1
* Fix another typo in routine reading arraysDaniel Llorens2021-03-021-1/+5
* Read Scheme via read-syntaxAndy Wingo2021-02-251-7/+13
* the mkdtemp tests don't clean up the directories createdMichael Gran2021-02-041-3/+3
* Replace libltdl with raw dlopen, dlsymAndy Wingo2021-02-031-19/+17
* strptime test shouldn't presume that initial whitespace is ignoredMike Gran2021-01-231-3/+3
* don't test crypt if not presentMike Gran2021-01-231-1/+5