summaryrefslogtreecommitdiff
path: root/test-suite/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-021-5/+5
* 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 number-theoretic division by -0.0.Mark H Weaver2012-10-301-1/+1
* Minor tweaks to srfi-105.testMark H Weaver2012-10-291-2/+2
* Implement SRFI-105 curly infix expressions.Mark H Weaver2012-10-261-0/+240
* Implement #!fold-case and #!no-fold-case reader directives.Mark H Weaver2012-10-261-0/+13
* Implement `hash' for structs.Ludovic Courtès2012-10-121-0/+42
* In string-split, add support for character sets and predicates.Daniel Hartwig2012-10-121-1/+61
* Simplify calls to 'eqv?' when one argument is an immediate constant.Mark H Weaver2012-10-081-21/+53
* Don't simplify 'equal?' to 'not' or 'null?'.Mark H Weaver2012-10-081-4/+4
* Don't simplify 'equal?' to 'eq?' when constant is an *inexact* small integer.Mark H Weaver2012-10-071-0/+4
* Simplify calls to `equal?' when one argument is a constant.Ludovic Courtès2012-10-061-0/+46
* Improve error reporting in 'append!'Mark H Weaver2012-10-061-3/+3
* Change inappropriate uses of expect-fail X to pass-if not X in chars.testMark H Weaver2012-10-041-42/+42
* In fold-matches, set regexp/notbol unless matching string start.Chris K. Jester-Young2012-09-261-1/+8
* Rewrite SRFI-31 in terms of `syntax-rules'.Ludovic Courtès2012-09-111-3/+4
* doc: Fix description of regexp/locale encoding interaction.Ludovic Courtès2012-08-271-3/+12
* Update `texinfo.test' to match latest change.Ludovic Courtès2012-08-261-2/+1
* Fix uri-encoding for strings with no unreserved charsIan Price2012-08-261-1/+2
* Fix uri-encoding for octets 0-15Ian Price2012-08-261-1/+2
* Revert "Add tests for 'exp' and 'expt' that should produce complex NaNs"Mark H Weaver2012-08-071-11/+1
* Add tests for 'exp' and 'expt' that should produce complex NaNsMark H Weaver2012-07-281-1/+11
* update tests after vtable-vtable deprecationAndy Wingo2012-07-282-7/+11
* Angle of -0.0 is pi, not zeroMark H Weaver2012-07-281-2/+5
* Add HTTP Chunked Encoding support to web modules.Ian Price2012-07-062-0/+44
* Fix @ and @@ to not capture lexicals; new @@ @@ form for R6RS librariesMark H Weaver2012-07-061-8/+8
* disable some uri tests if --disable-networkingAndy Wingo2012-07-061-35/+38
* more uri-related ipv6 fixesAndy Wingo2012-07-061-7/+7
* enhance IPv6 supportDaniel Hartwig2012-07-061-4/+12
* support URIs with domain names starting with numbersDaniel Hartwig2012-07-061-1/+48
* better procedure-arguments for interpreted procs with opt, rest, kwargsAndy Wingo2012-07-061-1/+24
* simplify one kind of degenerate promptAndy Wingo2012-07-051-13/+25
* fix bugs in effects analysis of "effect+exception-free-primitives"Andy Wingo2012-07-051-1/+7
* optimize (apply foo 0 (list 1 2)) => (foo 0 1 2)Andy Wingo2012-07-051-1/+9
* Have `procedure-arguments' always return the `allow-other-keys?' pair.Ludovic Courtès2012-07-021-1/+8
* Add tests for `procedure-arguments'.Ludovic Courtès2012-07-021-1/+42
* cse: expressions evaluated for effect do not provide predicatesAndy Wingo2012-06-221-1/+16
* scandir: select? takes basenames, operates on (sub)dirs alsoAndy Wingo2012-06-221-2/+5
* Fix possible deadlock upon `encoding-error' in `open-input-string'.Ludovic Courtès2012-06-201-0/+16
* Make SRFI-6 string ports Unicode-capable.Ludovic Courtès2012-06-201-5/+21