summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Some basic tests for finalization.Kaz Kylheku2017-03-242-0/+105
* New catch*, giving access to exception symbol.Kaz Kylheku2017-01-251-12/+12
* Strengthen :filter test.Kaz Kylheku2017-01-222-2/+2
* Test cases for macros in quasiliterals.Kaz Kylheku2017-01-181-0/+11
* bugfix: dynamic env handling in parallel bindingKaz Kylheku2016-12-231-0/+29
* Use with-out-string-stream macro in test.Kaz Kylheku2016-12-231-5/+1
* Convert special-1 test from txr to tl.Kaz Kylheku2016-12-232-10/+9
* Refactoring internals of for/each operators.Kaz Kylheku2016-12-181-9/+10
* conformance: handle macro wrong clause syntax.Kaz Kylheku2016-11-291-1/+1
* Expander warns about unbound variables.Kaz Kylheku2016-11-263-13/+14
* New arithmetic tests.Kaz Kylheku2016-11-152-0/+41
* Introduce case{q,ql,qual}* macros which eval keys.Kaz Kylheku2016-11-121-1/+1
* Deprecated undocumented *user-package* etc.Kaz Kylheku2016-11-081-1/+1
* Circ print: fix recursion from print methods.Kaz Kylheku2016-11-012-0/+16
* Fix tok-str semantics once again.Kaz Kylheku2016-10-261-8/+8
* Fix non-working quasiquote over struct literals.Kaz Kylheku2016-10-241-4/+3
* Changes to the printing framework.Kaz Kylheku2016-10-201-1/+1
* Fix struct lit problem exposed by circular syntax.Kaz Kylheku2016-10-201-1/+1
* Bugfix: sub and length on abstract sequences.Kaz Kylheku2016-10-132-0/+15
* Support curried args in method and meth.Kaz Kylheku2016-10-092-0/+13
* Support curried arguments in umethod and umeth.Kaz Kylheku2016-10-092-0/+4
* Revision of static slot inheritance.Kaz Kylheku2016-09-302-0/+83
* Use *load-path* in load/include directive.Kaz Kylheku2016-09-261-1/+1
* Tests for tok-str.Kaz Kylheku2016-09-172-0/+73
* Adding tests for split-str.Kaz Kylheku2016-09-172-0/+126
* Optimize qref and sys:rslot using slet.Kaz Kylheku2016-09-081-14/+8
* Replace most TXR eval with Lisp eval.Kaz Kylheku2016-06-142-2/+2
* 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