| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: fix tests/007/except-4.txr for Solaris, BSD. | Kaz Kylheku | 2024-01-05 | 2 | -5/+2 |
* | openbsd: more tests fixes. | Kaz Kylheku | 2024-01-05 | 5 | -5/+5 |
* | tests: fix on OpenBSD. | Paul A. Patience | 2024-01-05 | 4 | -5/+11 |
* | perm, rperm, comb, rcomb: test generic sequences, bugfixes. | Kaz Kylheku | 2023-12-27 | 1 | -0/+10 |
* | rcomb, perm, rperm: test. | Kaz Kylheku | 2023-12-27 | 1 | -0/+317 |
* | comb: bug: missing combinations. | Kaz Kylheku | 2023-12-26 | 1 | -0/+116 |
* | json: support Lisp comments. | Kaz Kylheku | 2023-12-20 | 1 | -0/+3 |
* | New functions: read-objects, file-get-objects, ... | Kaz Kylheku | 2023-12-19 | 1 | -0/+33 |
* | hash: new function, hash-join. | Kaz Kylheku | 2023-12-18 | 1 | -0/+5 |
* | hash: test cases and small doc fix. | Kaz Kylheku | 2023-12-18 | 1 | -0/+18 |
* | txr: bug in handling @{nil ...} variable match. | Kaz Kylheku | 2023-12-17 | 2 | -0/+4 |
* | load: load block value should be exit status. | Kaz Kylheku | 2023-12-11 | 3 | -0/+12 |
* | print: print/read consistency problem with rcons. | Kaz Kylheku | 2023-12-08 | 1 | -0/+9 |
* | sh-esc: clean up mess I made. | Kaz Kylheku | 2023-11-25 | 1 | -8/+55 |
* | glob: suppress consecutive duplicates; fix memleak. | Kaz Kylheku | 2023-11-22 | 1 | -1/+1 |
* | tests: fix FFI libpng setjmp test case for Solaris 10. | Kaz Kylheku | 2023-11-20 | 1 | -1/+2 |
* | stdlib/error.tl problem rears its head. | Kaz Kylheku | 2023-11-16 | 1 | -3/+3 |
* | oop: allow del on struct sequences. | Kaz Kylheku | 2023-11-15 | 1 | -1/+10 |
* | oop: segfault in special methods cache. | Kaz Kylheku | 2023-11-15 | 1 | -0/+14 |
* | New accessor: mref. | Kaz Kylheku | 2023-11-15 | 1 | -0/+85 |
* | ref: bugfix in deletion of ref place. | Kaz Kylheku | 2023-11-11 | 1 | -0/+6 |
* | New macro: tap. | Kaz Kylheku | 2023-11-08 | 1 | -0/+12 |
* | New: length-list-<, length-< | Kaz Kylheku | 2023-10-05 | 1 | -0/+20 |
* | tests for flatcar and flatcar*. | Kaz Kylheku | 2023-10-01 | 1 | -0/+24 |
* | flatten*: fix two bugs. | Kaz Kylheku | 2023-09-30 | 1 | -1/+57 |
* | Integration with setjmp/longjmp. | Kaz Kylheku | 2023-09-27 | 2 | -0/+50 |
* | New hist-sort function. | Kaz Kylheku | 2023-09-25 | 1 | -0/+5 |
* | New functions: nested-vec-of and nested-vec. | Kaz Kylheku | 2023-09-21 | 1 | -0/+21 |
* | glob*: Solaris fixes. | Kaz Kylheku | 2023-09-13 | 1 | -25/+26 |
* | glob*: skip tests on Cygwin. | Kaz Kylheku | 2023-09-13 | 1 | -0/+4 |
* | glob*: fix buggy sort comparison function. | Kaz Kylheku | 2023-09-13 | 1 | -88/+89 |
* | glob*: do not recognize trailing \/**. | Kaz Kylheku | 2023-09-13 | 1 | -0/+25 |
* | New glob* function. | Kaz Kylheku | 2023-09-12 | 2 | -0/+120 |
* | crypt: newly proposed test still fails on Musl. | Kaz Kylheku | 2023-09-03 | 1 | -1/+1 |
* | json: allow integers and lists. | Kaz Kylheku | 2023-09-03 | 1 | -0/+5 |
* | crypt: detect error tokens more weakly; drop some tests. | Kaz Kylheku | 2023-09-03 | 1 | -2/+1 |
* | New functions for shell escaping. | Kaz Kylheku | 2023-09-01 | 1 | -0/+11 |
* | New function: str-esc. | Kaz Kylheku | 2023-09-01 | 1 | -0/+39 |
* | awk: prn returns nil. | Kaz Kylheku | 2023-08-26 | 1 | -0/+10 |
* | New macros opf and lopf. | Kaz Kylheku | 2023-08-23 | 1 | -0/+4 |
* | New function: csort-group. | Kaz Kylheku | 2023-08-17 | 1 | -0/+10 |
* | math: tofloat and toint in user-defined arithmetic. | Kaz Kylheku | 2023-08-14 | 1 | -1/+5 |
* | math: add tests for new user-defined arith functions. | Kaz Kylheku | 2023-08-14 | 1 | -1/+89 |
* | tree: bug: tree-delete-specific-node doesn't use key fun | Kaz Kylheku | 2023-08-14 | 1 | -1/+7 |
* | unuse-sym: fix in face of use-sym-as. | Kaz Kylheku | 2023-08-10 | 1 | -0/+8 |
* | New feature: local symbol renaming. | Kaz Kylheku | 2023-08-10 | 1 | -0/+31 |
* | new: left-inserting pipeline operators. | Kaz Kylheku | 2023-08-08 | 1 | -0/+4 |
* | close-stream: new : protocol from close method. | Kaz Kylheku | 2023-08-07 | 2 | -1/+24 |
* | streams: close-stream only caches non-nil result. | Kaz Kylheku | 2023-08-07 | 2 | -0/+23 |
* | opip: new special handling of (let ...). | Kaz Kylheku | 2023-08-03 | 1 | -0/+6 |