summaryrefslogtreecommitdiffstats
path: root/tests/012
Commit message (Expand)AuthorAgeFilesLines
* new feature: :mass-delegate struct clause macro.Kaz Kylheku2021-12-231-0/+33
* eval: fix optional parameter bug from 2014.Kaz Kylheku2021-12-231-0/+14
* new feature: defstruct clause macros.Kaz Kylheku2021-12-221-0/+15
* The pairlis function comes to TXR Lisp.Kaz Kylheku2021-12-221-0/+8
* New functions: subq, subql, subqual and subst.Kaz Kylheku2021-12-221-0/+50
* less: bug, vectors not supported.Kaz Kylheku2021-12-201-0/+21
* define-accessor: fix broken arg handling.Kaz Kylheku2021-12-101-0/+12
* case macros: bug in singleton key optimization.Kaz Kylheku2021-12-081-0/+32
* rot, nrot: new functions.Kaz Kylheku2021-12-071-0/+78
* tuples*: new function.Kaz Kylheku2021-12-041-0/+47
* tuples: add test cases.Kaz Kylheku2021-12-021-1/+48
* tuples: check length argument.Kaz Kylheku2021-12-021-0/+3
* syntax: add tests for #; syntax.Kaz Kylheku2021-10-231-0/+12
* printer: bug: fallback syms printed without prefix.Kaz Kylheku2021-10-123-1/+35
* seq_iter: some new test cases.Kaz Kylheku2021-08-301-0/+8
* sub: allow generic iterables.Kaz Kylheku2021-08-221-0/+19
* iter-begin: string range support.Kaz Kylheku2021-08-221-0/+42
* windows: skip test requiring full Unicode.Kaz Kylheku2021-08-071-0/+3
* tests: fix undefined variable warning.Kaz Kylheku2021-08-031-1/+3
* oop: fix infelicity in new* and lnew* macros.Kaz Kylheku2021-07-311-0/+14
* tests: multiple evaluation issue in amb.Kaz Kylheku2021-07-301-2/+2
* tests: longer test for delimited continuations.Kaz Kylheku2021-07-301-0/+10
* subtypep: handle struct type objects.Kaz Kylheku2021-07-271-0/+48
* op: set nested flag in correct context.Kaz Kylheku2021-07-191-0/+11
* op: fix bug in do.Kaz Kylheku2021-07-191-0/+8
* tests: fix stack overflow test case for old gmake.Kaz Kylheku2021-07-141-2/+7
* lib: tests for keep-if, remove-if, separate.Kaz Kylheku2021-07-101-0/+42
* subtypep: handle COBJ inheritance.Kaz Kylheku2021-07-091-0/+20
* with-resources: undocumented nil skip behavior.Kaz Kylheku2021-07-071-0/+18
* genman, lib, tests: use defvarl where possible.Paul A. Patience2021-07-053-5/+5
* stack-limit: bug: not handling RLIM_INFINITY.Kaz Kylheku2021-07-041-6/+9
* compiler: add failing inline lambda tests.Kaz Kylheku2021-07-031-0/+10
* tests: support for compiled test forms.Kaz Kylheku2021-07-031-0/+5
* tests: include constp test in compile case.Kaz Kylheku2021-07-021-1/+1
* tests: simplify file name handling in compile test.Kaz Kylheku2021-07-021-5/+5
* lambda: tests.Kaz Kylheku2021-07-021-0/+88
* constantp: tests.Kaz Kylheku2021-07-021-0/+23
* op: bug in do: must insert @1 into unexpanded form.Kaz Kylheku2021-06-291-0/+5
* tests: reduce time spent in stack overflow test.Kaz Kylheku2021-06-261-0/+1
* signals: disable stack overflow in handler.Kaz Kylheku2021-06-241-0/+11
* txr: stack protection in pattern language.Kaz Kylheku2021-06-242-0/+9
* Test for stack overflow protection.Kaz Kylheku2021-06-241-0/+31
* lib: rmismatch tests and bugfix.Kaz Kylheku2021-06-221-0/+39
* lib: optimize mismatch, rmismatch for strings.Kaz Kylheku2021-06-221-0/+49
* Dubious new functions cxr/cyr.Kaz Kylheku2021-06-211-0/+14
* read/get-json: reject trailing junk in string input.Kaz Kylheku2021-06-201-0/+52
* op: tests, and fix (op progn ...) situationKaz Kylheku2021-06-171-0/+71
* expander: bug: atoms in quasiliteral.Kaz Kylheku2021-06-151-0/+15
* tests: remove *stderr* to *stdnull* redirection.Kaz Kylheku2021-06-111-2/+1
* reduce-left: rewrite using seq_iter.Kaz Kylheku2021-06-091-0/+10