| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: guix fixes. | Kaz Kylheku | 2021-07-13 | 5 | -4/+11 |
* | tests: weaken condition in path search for sh. | Kaz Kylheku | 2021-07-12 | 1 | -1/+1 |
* | tests: json: skip tests relying on cat, if missing. | Kaz Kylheku | 2021-07-12 | 1 | -7/+9 |
* | tests: json: fix accidentally excluded tests. | Kaz Kylheku | 2021-07-12 | 1 | -2/+2 |
* | tests: 002 group: skip test if utils missing. | Kaz Kylheku | 2021-07-12 | 1 | -0/+2 |
* | New function: add-suffix. | Kaz Kylheku | 2021-07-10 | 1 | -0/+19 |
* | New functions: trim-short-suffix, trim-long-suffix. | Kaz Kylheku | 2021-07-10 | 1 | -0/+48 |
* | suffix functions: new test cases. | Kaz Kylheku | 2021-07-10 | 1 | -1/+3 |
* | 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 |
* | tests: fix malformed chmod.tl. | Paul A. Patience | 2021-07-05 | 1 | -11/+11 |
* | genman, lib, tests: use defvarl where possible. | Paul A. Patience | 2021-07-05 | 8 | -37/+31 |
* | stack-limit: bug: not handling RLIM_INFINITY. | Kaz Kylheku | 2021-07-04 | 1 | -6/+9 |
* | path-search: fix test for sh not being in /bin. | Kaz Kylheku | 2021-07-04 | 1 | -1/+1 |
* | suffix functions: ignore trailing slashes. | Kaz Kylheku | 2021-07-03 | 1 | -2/+16 |
* | 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 | 2 | -23/+51 |
* | 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 |
* | path-cat: becomes variadic. | Kaz Kylheku | 2021-06-29 | 1 | -0/+32 |
* | New function: path-search. | Kaz Kylheku | 2021-06-29 | 1 | -0/+15 |
* | regex-from-trie: correctly handle empty trie. | Kaz Kylheku | 2021-06-27 | 1 | -0/+4 |
* | regex-from-trie: bugs processing compressed trie. | Kaz Kylheku | 2021-06-27 | 1 | -0/+5 |
* | regex-from-trie: bugfix: incomplete regex. | Kaz Kylheku | 2021-06-27 | 1 | -1/+1 |
* | filter: regex-from-trie produces bad or syntax. | Kaz Kylheku | 2021-06-27 | 1 | -0/+49 |
* | tests: reduce time spent in stack overflow test. | Kaz Kylheku | 2021-06-26 | 1 | -0/+1 |
* | base-name: bug with empty string suffix. | Kaz Kylheku | 2021-06-26 | 1 | -0/+28 |
* | suffix functions: requirements change. | Kaz Kylheku | 2021-06-26 | 1 | -22/+22 |
* | suffix functions: leading dot is not delimiter | Kaz Kylheku | 2021-06-26 | 1 | -13/+23 |
* | 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 | 2 | -0/+34 |
* | matcher: new looping macros. | Kaz Kylheku | 2021-06-24 | 1 | -0/+25 |
* | short-suffix, long-suffix: no match across slash. | Kaz Kylheku | 2021-06-22 | 1 | -0/+26 |
* | 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 |
* | New functions: long-suffix, short-suffix. | Kaz Kylheku | 2021-06-22 | 1 | -0/+34 |
* | Dubious new functions cxr/cyr. | Kaz Kylheku | 2021-06-21 | 1 | -0/+14 |
* | subprocesses: cygwin fixes. | Kaz Kylheku | 2021-06-20 | 1 | -3/+9 |
* | subprocesses: a few test cases. | Kaz Kylheku | 2021-06-20 | 1 | -0/+18 |
* | read/get-json: reject trailing junk in string input. | Kaz Kylheku | 2021-06-20 | 2 | -1/+73 |
* | op: tests, and fix (op progn ...) situation | Kaz Kylheku | 2021-06-17 | 1 | -0/+71 |
* | txr-case: upkeep. | Kaz Kylheku | 2021-06-16 | 2 | -0/+13 |
* | math: forbid dubious inequality comparisons. | Kaz Kylheku | 2021-06-15 | 1 | -0/+56 |
* | expander: bug: atoms in quasiliteral. | Kaz Kylheku | 2021-06-15 | 1 | -0/+15 |
* | defsymacro: regression: don't expand replacement. | Kaz Kylheku | 2021-06-15 | 1 | -0/+8 |