| Commit message (Expand) | Author | Age | Files | Lines |
* | syntax: add tests for #; syntax. | Kaz Kylheku | 2021-10-23 | 1 | -0/+12 |
* | printer: bug: fallback syms printed without prefix. | Kaz Kylheku | 2021-10-12 | 3 | -1/+35 |
* | seq_iter: some new test cases. | Kaz Kylheku | 2021-08-30 | 1 | -0/+8 |
* | sub: allow generic iterables. | Kaz Kylheku | 2021-08-22 | 1 | -0/+19 |
* | iter-begin: string range support. | Kaz Kylheku | 2021-08-22 | 1 | -0/+42 |
* | windows: skip test requiring full Unicode. | Kaz Kylheku | 2021-08-07 | 1 | -0/+3 |
* | tests: fix undefined variable warning. | Kaz Kylheku | 2021-08-03 | 1 | -1/+3 |
* | oop: fix infelicity in new* and lnew* macros. | Kaz Kylheku | 2021-07-31 | 1 | -0/+14 |
* | tests: multiple evaluation issue in amb. | Kaz Kylheku | 2021-07-30 | 1 | -2/+2 |
* | tests: longer test for delimited continuations. | Kaz Kylheku | 2021-07-30 | 1 | -0/+10 |
* | subtypep: handle struct type objects. | Kaz Kylheku | 2021-07-27 | 1 | -0/+48 |
* | op: set nested flag in correct context. | Kaz Kylheku | 2021-07-19 | 1 | -0/+11 |
* | op: fix bug in do. | Kaz Kylheku | 2021-07-19 | 1 | -0/+8 |
* | tests: fix stack overflow test case for old gmake. | Kaz Kylheku | 2021-07-14 | 1 | -2/+7 |
* | lib: tests for keep-if, remove-if, separate. | Kaz Kylheku | 2021-07-10 | 1 | -0/+42 |
* | subtypep: handle COBJ inheritance. | Kaz Kylheku | 2021-07-09 | 1 | -0/+20 |
* | with-resources: undocumented nil skip behavior. | Kaz Kylheku | 2021-07-07 | 1 | -0/+18 |
* | genman, lib, tests: use defvarl where possible. | Paul A. Patience | 2021-07-05 | 3 | -5/+5 |
* | stack-limit: bug: not handling RLIM_INFINITY. | Kaz Kylheku | 2021-07-04 | 1 | -6/+9 |
* | compiler: add failing inline lambda tests. | Kaz Kylheku | 2021-07-03 | 1 | -0/+10 |
* | tests: support for compiled test forms. | Kaz Kylheku | 2021-07-03 | 1 | -0/+5 |
* | tests: include constp test in compile case. | Kaz Kylheku | 2021-07-02 | 1 | -1/+1 |
* | tests: simplify file name handling in compile test. | Kaz Kylheku | 2021-07-02 | 1 | -5/+5 |
* | lambda: tests. | Kaz Kylheku | 2021-07-02 | 1 | -0/+88 |
* | constantp: tests. | Kaz Kylheku | 2021-07-02 | 1 | -0/+23 |
* | op: bug in do: must insert @1 into unexpanded form. | Kaz Kylheku | 2021-06-29 | 1 | -0/+5 |
* | tests: reduce time spent in stack overflow test. | Kaz Kylheku | 2021-06-26 | 1 | -0/+1 |
* | signals: disable stack overflow in handler. | Kaz Kylheku | 2021-06-24 | 1 | -0/+11 |
* | txr: stack protection in pattern language. | Kaz Kylheku | 2021-06-24 | 2 | -0/+9 |
* | Test for stack overflow protection. | Kaz Kylheku | 2021-06-24 | 1 | -0/+31 |
* | lib: rmismatch tests and bugfix. | Kaz Kylheku | 2021-06-22 | 1 | -0/+39 |
* | lib: optimize mismatch, rmismatch for strings. | Kaz Kylheku | 2021-06-22 | 1 | -0/+49 |
* | Dubious new functions cxr/cyr. | Kaz Kylheku | 2021-06-21 | 1 | -0/+14 |
* | read/get-json: reject trailing junk in string input. | Kaz Kylheku | 2021-06-20 | 1 | -0/+52 |
* | op: tests, and fix (op progn ...) situation | Kaz Kylheku | 2021-06-17 | 1 | -0/+71 |
* | expander: bug: atoms in quasiliteral. | Kaz Kylheku | 2021-06-15 | 1 | -0/+15 |
* | tests: remove *stderr* to *stdnull* redirection. | Kaz Kylheku | 2021-06-11 | 1 | -2/+1 |
* | reduce-left: rewrite using seq_iter. | Kaz Kylheku | 2021-06-09 | 1 | -0/+10 |
* | expander: expand must only ignores unbound warnings. | Kaz Kylheku | 2021-06-07 | 1 | -4/+4 |
* | tests: fix vtest being hindrance to error finding. | Kaz Kylheku | 2021-05-25 | 1 | -1/+1 |
* | window-map: add tests, improve doc, add examples. | Kaz Kylheku | 2021-05-25 | 1 | -0/+19 |
* | window-map: broken :wrap and :reflect. | Kaz Kylheku | 2021-05-25 | 1 | -0/+33 |
* | parser: bug: handing of lex state in pushback tokens. | Kaz Kylheku | 2021-05-12 | 1 | -0/+6 |
* | parser: #; tests and bugfixes. | Kaz Kylheku | 2021-05-06 | 1 | -0/+20 |
* | buf: bugfix: int-buf, uint-buf refer to alloc size. | Kaz Kylheku | 2021-05-04 | 1 | -0/+4 |
* | mapcar*: fix broken. | Kaz Kylheku | 2021-04-29 | 1 | -0/+6 |
* | compile/eval: new operator, mac-env-param-bind. | Kaz Kylheku | 2021-04-21 | 1 | -0/+5 |
* | tests: disable some UTF-8 tests on 16 bit wchar_t. | Kaz Kylheku | 2021-04-20 | 1 | -8/+9 |
* | compile/eval: print compiler error on *stderr*. | Kaz Kylheku | 2021-04-19 | 1 | -1/+2 |
* | tests: use fixed regsub in compile test. | Kaz Kylheku | 2021-04-13 | 1 | -1/+1 |