summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use random padding in PRNG rather than 0xAA.Kaz Kylheku2016-04-281-59/+59
* Run IPv6 tests only on some operating systems.Kaz Kylheku2016-03-102-4/+11
* Dgram test: multiple transfers on one stream, IPv6.Kaz Kylheku2016-03-072-0/+39
* Basic regression test case for sockets.Kaz Kylheku2016-03-073-0/+44
* random: wrong mask width for power-of-two moduli.Kaz Kylheku2016-01-181-59/+59
* Useful feature: object post-initialization.Kaz Kylheku2015-12-161-1/+2
* Add man or boy test, based on Knuth's Algol 60 code.Kaz Kylheku2015-11-232-0/+69
* Add amb test case for continuations.Kaz Kylheku2015-11-021-0/+20
* New range type, distinct from cons cell.Kaz Kylheku2015-11-011-1/+2
* Add some tests for continuations.Kaz Kylheku2015-10-282-0/+19
* New test case for handle and frame introspection.Kaz Kylheku2015-10-172-0/+19
* Tweaking expansions of when and until.Kaz Kylheku2015-10-091-4/+4
* Optional arguments in boa construction.Kaz Kylheku2015-10-041-2/+2
* Optimize empty lambdas in defstruct.Kaz Kylheku2015-09-301-16/+14
* Implementation of static slots for structures.Kaz Kylheku2015-09-291-12/+17
* More tests for ifa/conda.Kaz Kylheku2015-09-271-0/+15
* More informative printed rep for functions.Kaz Kylheku2015-09-091-1/+1
* Adding struct tests.Kaz Kylheku2015-09-023-4/+148
* Add maze generation to test suite.Kaz Kylheku2015-08-242-0/+152
* Fix broken @@@<n>/@@@rest references in quasiliterals.Kaz Kylheku2015-08-191-0/+4
* Quasiquote regression from 110.Kaz Kylheku2015-08-191-0/+8
* Count East Asian Wide and Full Fidth chars as two columns.Kaz Kylheku2015-08-101-2/+2
* * stream.c (indent_mode_put_string): Function removed,Kaz Kylheku2015-08-041-47/+47
* Multi-line, indented printing of structure.Kaz Kylheku2015-07-313-5/+66
* Quasiliteral tests.Kaz Kylheku2015-07-252-0/+15
* * tests/012/ifa.tl: New test for it being bound to a place.Kaz Kylheku2015-07-241-0/+5
* Split off test macros from ifa.tl into common file.Kaz Kylheku2015-07-232-14/+14
* * lisplib.c (ifa_set_entries): Add conda.Kaz Kylheku2015-06-211-10/+15
* Test ifa macro.Kaz Kylheku2015-06-192-0/+47
* Crack down on redefinitions of built-ins.Kaz Kylheku2015-05-082-12/+12
* New macro-based framework for assignment places.Kaz Kylheku2015-05-064-3/+3
* * tests/011/macros-1.txr: Add test for lexical functionKaz Kylheku2015-02-072-0/+7
* * share/txr/stdlib/txr-case.txr: New file.Kaz Kylheku2014-10-212-0/+13
* Add test case for recent breakage.Kaz Kylheku2014-10-083-0/+324
* * tests/001/query-1.txr: Remove bogus public domain header.Kaz Kylheku2014-07-155-20/+0
* * tests/011/macros-2.txr: Added test for labels shadowing macro,Kaz Kylheku2014-07-102-2/+14
* * parser.l: Allowing ^ to be a quote character, and adjusting definitionKaz Kylheku2014-03-035-10/+10
* * tests/011/special-1.txr: Add some coverage for evaluationKaz Kylheku2014-03-011-1/+2
* * tests/011/mandel.expected: New file.Kaz Kylheku2014-02-282-0/+123
* Change in the design of how special variables work, to fix the brokenKaz Kylheku2014-02-282-2/+3
* * tests/010/output-clauses.expected: New file.Kaz Kylheku2014-02-282-0/+78
* About time for some new regression tests.Kaz Kylheku2014-02-286-0/+74
* * stream.c (vformat): Compensate for differences in printfKaz Kylheku2012-03-271-1/+1
* * Makefile (TXR_ARGS): Pass new file to tests/009/json.txr test.Kaz Kylheku2012-03-233-17/+117
* * tests/010/block.expected: New file.Kaz Kylheku2012-03-154-0/+14
* * stream.c (string_out_byte_flush): Bugfix. Do not loop inside thisKaz Kylheku2012-03-132-0/+12
* Fixing long-time (pre-GIT) bug. The object (nil) was stupidly used toKaz Kylheku2012-02-262-0/+24
* * tests/008/filtenv.expected: New file.Kaz Kylheku2012-02-252-0/+7
* * tests/010/seq.txr: New file.Kaz Kylheku2012-02-222-0/+33
* This test case would have caught the prior regression.Kaz Kylheku2012-02-023-0/+54