summaryrefslogtreecommitdiff
path: root/test-suite
Commit message (Expand)AuthorAgeFilesLines
* deprecate generalized vectors in favor of arraysAndy Wingo2013-02-184-61/+38
* optimize access to arrays of rank 1 or 2Andy Wingo2013-02-181-2/+2
* add hash-count for native tablesDaniel Hartwig2013-02-181-0/+16
* local rewrite for apply to a let-bound rest listAndy Wingo2013-02-151-5/+26
* inline call-with-values consumers with optional and/or rest argsAndy Wingo2013-02-151-0/+7
* more rest argument inlining improvementsAndy Wingo2013-02-151-0/+71
* better inlining of `apply' with rest argumentsAndy Wingo2013-02-151-0/+29
* procedures with rest arguments can get inlinedAndy Wingo2013-02-151-0/+8
* peval can inline let-bound lambdasAndy Wingo2013-02-141-1/+13
* Skip FFI tests that rely on `-export-dynamic' behavior when not available.Ludovic Courtès2013-02-011-5/+10
* Revert "detect and consume byte-order marks for textual ports"Andy Wingo2013-01-301-58/+1
* add #:doctype-handler to xml->sxmlAndy Wingo2013-01-301-1/+84
* detect and consume byte-order marks for textual portsAndy Wingo2013-01-301-1/+58
* Fix argument count for various format string escape sequences.Ian Price2013-01-281-2/+27
* Add tests for `--language'.Ludovic Courtès2013-01-264-1/+54
* ecmascript: Fix conversion to boolean for non-numbers.Ludovic Courtès2013-01-261-1/+2
* add read-string and read-string! to (ice-9 rdelim)Andy Wingo2013-01-221-2/+55
* warn on multithreaded forkAndy Wingo2013-01-172-1/+1
* case-lambda* clauses fail to match if too many positionalsAndy Wingo2013-01-141-1/+71
* Change iconv procedures to take optional instead of keyword argAndy Wingo2013-01-111-1/+6
* Add http-post, http-put, et ceteraAndy Wingo2013-01-111-0/+577
* add bytevector->string and string->bytevector in new (ice-9 iconv) moduleAndy Wingo2013-01-112-1/+117
* deprecate SCM_CHAR_CODE_LIMIT and char-code-limitAndy Wingo2013-01-101-11/+12
* More procedure-arguments-alist documentation and a bugfixAndy Wingo2013-01-071-2/+2
* tests: Remove leftover `pk'.Ludovic Courtès2012-12-191-1/+1
* Change `system*' to not leave dangling processes behind.Ludovic Courtès2012-12-191-1/+14
* test-suite: Skip `EACCES' test of `file-system-fold' when run as root.Ludovic Courtès2012-12-101-12/+16
* Avoid signed integer overflow in scm_productMark H Weaver2012-12-071-0/+10
* web: Add `response-body-port'.Ludovic Courtès2012-11-281-2/+16
* tests: Use `pass-if-equal' in `web-response.test'.Ludovic Courtès2012-11-281-39/+37
* eval: Store docstrings for lambdas.Ludovic Courtès2012-11-281-0/+30
* R6RS srfi library names should ignore first identifier after the :nIan Price2012-11-251-1/+3
* Add tests for `-Wduplicate-case-datum' and `-Wbad-case-datum'.Ludovic Courtès2012-11-231-1/+71
* R6RS `string-for-each' should accept multiple string argumentsIan Price2012-11-221-0/+40
* cse: Fix out-of-bounds access to the database.Ludovic Courtès2012-11-211-1/+18
* futures: Allow nested futures; put the main thread to work.Ludovic Courtès2012-11-211-2/+18
* Add missing R6RS `open-file-input/output-port' procedureAndreas Rottmann2012-11-121-43/+55
* srfi-9.test: avoid symbols of the form ':bar' for more robust checking.Mark H Weaver2012-11-101-2/+2
* Change the argument order of 'set-fields' to match that of 'set-fields'.Mark H Weaver2012-11-101-17/+17
* Improve error for set-fields paths leading to different types.Mark H Weaver2012-11-101-0/+36
* Improve error messages for invalid record definitions.Mark H Weaver2012-11-091-0/+106
* Fix non-toplevel srfi-9 compile-time error tests to actually be non-toplevel.Mark H Weaver2012-11-091-72/+88
* Use 'pass-if-equal' to check syntax-error exceptions in srfi-9.test.Mark H Weaver2012-11-091-96/+96
* Implement functional record setters.Mark H Weaver2012-11-081-28/+516
* Fix `generalized-vector->list' indexing bug with shared arrays.Ludovic Courtès2012-11-031-1/+31
* test-suite: Add a nameless form of `pass-if-equal'.Ludovic Courtès2012-11-022-6/+8
* scandir: Use `lstat' instead of `stat'.Ludovic Courtès2012-11-011-1/+11
* test-suite: Use `pass-if-equal' in `ftw.test'.Ludovic Courtès2012-11-011-13/+13
* test-suite: Add `pass-if-equal'.Ludovic Courtès2012-11-011-1/+18
* Test number-theoretic division by -0.0.Mark H Weaver2012-10-301-1/+1