summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* The code expander becomes a public API.Kaz Kylheku2018-11-022-13/+13
* tests: remove macro-time hack from man-or-boy test.Kaz Kylheku2018-07-171-1/+1
* hashing: overhaul part 1.Kaz Kylheku2018-07-041-45/+47
* printer: improve object formatting.Kaz Kylheku2018-04-054-8/+14
* eval: remove hack of macro deffers evaled on expansion.Kaz Kylheku2018-03-254-22/+25
* sub and replace redirect to structure methods.Kaz Kylheku2018-01-011-1/+4
* hash: read/print consistency regression.Kaz Kylheku2017-12-281-48/+44
* macros: expand declined form in outer env.Kaz Kylheku2017-11-242-0/+12
* awk: implement ranges right using functions.Kaz Kylheku2017-10-291-13/+13
* awk: more range test cases.Kaz Kylheku2017-10-272-1/+7
* awk: five new range operators.Kaz Kylheku2017-10-252-0/+43
* tests: add lambda quine tests.Kaz Kylheku2017-07-072-0/+17
* structs: new tests for static-slot-ensure.Kaz Kylheku2017-07-052-0/+23
* Support ref, refset on structs via lambda, lambda-set.Kaz Kylheku2017-06-161-1/+1
* ffi: glob test: struct size on Linux and Cygwin.Kaz Kylheku2017-05-212-22/+40
* ffi: port glob tests to Darwin.Kaz Kylheku2017-05-212-10/+28
* ffi: add two tests based on realpath.Kaz Kylheku2017-05-202-0/+14
* ffi: add two tests based on glob function.Kaz Kylheku2017-05-204-0/+45
* tests: first FFI regression test case.Kaz Kylheku2017-05-133-0/+53
* tests: use internal OS identification method.Kaz Kylheku2017-05-132-4/+10
* 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