summaryrefslogtreecommitdiffstats
path: root/tests/012
Commit message (Expand)AuthorAgeFilesLines
* buf: compression tests.Kaz Kylheku2022-05-301-0/+18
* utf8: bugfix: trailing char fragment ignored.Kaz Kylheku2022-05-201-0/+6
* opip: pass through forms in the op family.Kaz Kylheku2022-02-241-0/+6
* New list-builder method: oust.Kaz Kylheku2022-02-231-0/+5
* New function: partition-if.Kaz Kylheku2022-02-231-0/+26
* find-max: convert to seq_info iteration.Kaz Kylheku2022-02-221-0/+13
* typecase: merge with etypecase, handle t differnetly.Kaz Kylheku2022-01-212-1/+19
* testing: cover compiled, non-inlined lambda.Kaz Kylheku2022-01-141-13/+28
* 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