summaryrefslogtreecommitdiffstats
path: root/tests/012
Commit message (Expand)AuthorAgeFilesLines
* 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
* expander: expand must only ignores unbound warnings.Kaz Kylheku2021-06-071-4/+4
* tests: fix vtest being hindrance to error finding.Kaz Kylheku2021-05-251-1/+1
* window-map: add tests, improve doc, add examples.Kaz Kylheku2021-05-251-0/+19
* window-map: broken :wrap and :reflect.Kaz Kylheku2021-05-251-0/+33
* parser: bug: handing of lex state in pushback tokens.Kaz Kylheku2021-05-121-0/+6
* parser: #; tests and bugfixes.Kaz Kylheku2021-05-061-0/+20
* buf: bugfix: int-buf, uint-buf refer to alloc size.Kaz Kylheku2021-05-041-0/+4
* mapcar*: fix broken.Kaz Kylheku2021-04-291-0/+6
* compile/eval: new operator, mac-env-param-bind.Kaz Kylheku2021-04-211-0/+5
* tests: disable some UTF-8 tests on 16 bit wchar_t.Kaz Kylheku2021-04-201-8/+9
* compile/eval: print compiler error on *stderr*.Kaz Kylheku2021-04-191-1/+2
* tests: use fixed regsub in compile test.Kaz Kylheku2021-04-131-1/+1