summaryrefslogtreecommitdiff
path: root/test-suite/tests
Commit message (Expand)AuthorAgeFilesLines
* Untabify some test files.Eli Zaretskii2014-07-033-274/+274
* Fix problems with Windows file names that use backslashes.Eli Zaretskii2014-07-031-0/+11
* Unconditionally build and test the ice-9/popen module.Eli Zaretskii2014-07-031-2/+1
* More fixes for deleting files whose ports are not closed.Eli Zaretskii2014-07-022-1/+4
* Fix deletion of ports.test test file on MS-Windows.Eli Zaretskii2014-07-021-8/+17
* i18n: Adjust tests for Windows.Ludovic Courtès2014-06-111-10/+27
* i18n: Ignore LC_MESSAGES on MinGW.Ludovic Courtès2014-06-111-4/+4
* tests: Use NUL instead of /dev/null on MinGW.Ludovic Courtès2014-06-112-4/+7
* SRFI-1 'length+' raises an error unless passed a proper or circular list.Mark H Weaver2014-06-011-1/+5
* rdelim: Speed up 'read-string' (aka. 'get-string-all'.)Ludovic Courtès2014-05-281-2/+8
* tests: Add test for <http://bugs.gnu.org/17466>.Ludovic Courtès2014-05-281-0/+20
* tests: Add test for _IOLBF.Ludovic Courtès2014-05-211-0/+24
* Fix foreign slot initialization and accessAndy Wingo2014-04-271-4/+39
* Support weak vectors, arrays, and bitvectors in (system base types).Mark H Weaver2014-04-241-0/+8
* Calculate usecs correctly in thread-sleep!Nathaniel Alderson2014-03-231-1/+7
* tests: Check 'simple-format' with closed current-output-port.Ludovic Courtès2014-03-201-0/+16
* Fix newline preservation in @example with lines beginning with @Andy Wingo2014-03-171-1/+3
* Test for deleted weak pairs in hash-for-each.David Thompson2014-03-121-0/+12
* SRFI-60: Reimplement 'rotate-bit-field' on inums to be more portable.Mark H Weaver2014-03-111-21/+68
* Add (system base types).Ludovic Courtès2014-02-181-0/+154
* Deprecate general "uniform-vector" interfaceAndy Wingo2014-02-084-50/+42
* Deprecate htons, htonl, ntohs, ntohlAndy Wingo2014-02-081-43/+1
* Improve handling of locales in the test suite.Mark H Weaver2014-02-079-41/+33
* Deprecate vector-ref, vector-length, vector-set! on weak vectorsAndy Wingo2014-02-072-26/+26
* Implement R7RS 'define-values'.Mark H Weaver2014-02-021-0/+175
* Implement SRFI-64 - A Scheme API for test suites.Mark H Weaver2014-02-012-0/+979
* Implement SRFI-43 Vector Library.Mark H Weaver2014-02-011-0/+1375
* Implement SRFI-111 Boxes.Mark H Weaver2014-01-241-0/+65
* Buffered custom binary input ports correctly handle partial read requests.Ludovic Courtès2014-01-211-0/+20
* Write out HTTP Basic auth headers correctly.Mark H Weaver2014-01-211-8/+11
* Add support for content-dispositionAndy Wingo2014-01-201-1/+3
* Custom binary input ports support 'setvbuf'.Ludovic Courtès2014-01-181-0/+123
* Prepare 'setvbuf' to support for non-file ports.Ludovic Courtès2014-01-181-1/+13
* Arrange so that 'file-encoding' does not truncate the encoding name.Ludovic Courtès2014-01-171-2/+8
* web: Don't throw if a response is longer than its Content-Length says.Ludovic Courtès2014-01-151-2/+4
* Custom binary input ports sanity-check the return value of 'read!'.Ludovic Courtès2014-01-151-0/+9
* Document that we support srfi-46 and add it to %cond-expand-features.Mark H Weaver2014-01-151-2/+15
* print: In R7RS |...| symbols, print most graphic characters unescaped.Mark H Weaver2014-01-141-0/+5
* print: Support R7RS |...| symbol notation.Mark H Weaver2014-01-141-1/+55
* read: Support R7RS |...| symbol notation.Mark H Weaver2014-01-141-0/+5
* Recognize 'escape' character name, per R7RS.Mark H Weaver2014-01-141-0/+4
* read: Accept "\|" in string literals.Mark H Weaver2014-01-141-0/+4
* read: Support R7RS '#true' and '#false' syntax for booleans.Mark H Weaver2014-01-141-1/+10
* 'port-position' works on CBIPs that do not support 'set-port-position!'.Ludovic Courtès2014-01-131-1/+10
* Fix 'exact-integer?' comment in numbers.test.Mark H Weaver2014-01-121-1/+1
* Fix hashing of empty vectors.Mark H Weaver2014-01-121-2/+13
* Implement R7RS 'syntax-error'.Mark H Weaver2014-01-091-0/+41
* psyntax: custom ellipses using 'with-ellipsis' or R7RS syntax-rules.Mark H Weaver2014-01-091-1/+105
* Fix 'string-copy!' to work properly with overlapping src/dest.Mark H Weaver2014-01-081-3/+12
* Implement 'exact-integer?' and 'scm_is_exact_integer'.Mark H Weaver2014-01-081-0/+28