| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Version 292.txr-292 | Kaz Kylheku | 2023-11-20 | 7 | -1233/+1412 |
* | time: bug: must subtract gmtoff, not add. | Kaz Kylheku | 2023-11-19 | 2 | -5/+5 |
* | stdlib/error.tl problem rears its head. | Kaz Kylheku | 2023-11-16 | 3 | -36/+37 |
* | doc: incorrect description of rlink. | Kaz Kylheku | 2023-11-15 | 1 | -3/+7 |
* | doc: fix wrong typesetting of nil and t. | Kaz Kylheku | 2023-11-15 | 1 | -13/+13 |
* | oop: allow del on struct sequences. | Kaz Kylheku | 2023-11-15 | 3 | -4/+63 |
* | oop: segfault in special methods cache. | Kaz Kylheku | 2023-11-15 | 2 | -11/+34 |
* | dwim: correction to error diagnostic. | Kaz Kylheku | 2023-11-15 | 1 | -1/+1 |
* | New accessor: mref. | Kaz Kylheku | 2023-11-15 | 6 | -0/+308 |
* | place: bad indentation. | Kaz Kylheku | 2023-11-13 | 1 | -9/+9 |
* | ref: bugfix in deletion of ref place. | Kaz Kylheku | 2023-11-11 | 3 | -85/+100 |
* | New macro: tap. | Kaz Kylheku | 2023-11-08 | 4 | -1/+82 |
* | quips: philosphy-related joke. | Kaz Kylheku | 2023-11-05 | 1 | -0/+1 |
* | match: translate some match-case forms into casequal. | Kaz Kylheku | 2023-10-22 | 2 | -32/+102 |
* | build: revise build instructions in configure script | Kaz Kylheku | 2023-10-15 | 1 | -3/+4 |
* | match: bug: missing autloads. | Kaz Kylheku | 2023-10-15 | 1 | -1/+7 |
* | vim: bug: recognize char escapes in quasilit. | Kaz Kylheku | 2023-10-14 | 1 | -1/+1 |
* | build: misspelled PLATFORM_LDLIBS. | Kaz Kylheku | 2023-10-06 | 1 | -1/+1 |
* | New: length-list-<, length-< | Kaz Kylheku | 2023-10-05 | 5 | -0/+138 |
* | doc: small omission in flatcar. | Kaz Kylheku | 2023-10-05 | 1 | -0/+4 |
* | tests for flatcar and flatcar*. | Kaz Kylheku | 2023-10-01 | 1 | -0/+24 |
* | flatten*: fix two bugs. | Kaz Kylheku | 2023-09-30 | 3 | -14/+86 |
* | Integration with setjmp/longjmp. | Kaz Kylheku | 2023-09-27 | 9 | -1/+315 |
* | New hist-sort function. | Kaz Kylheku | 2023-09-25 | 5 | -4/+75 |
* | New T mode for open-file. | Kaz Kylheku | 2023-09-23 | 3 | -4/+70 |
* | New function: rlink. | Kaz Kylheku | 2023-09-23 | 3 | -4/+55 |
* | doc: awk: records and fields | Kaz Kylheku | 2023-09-22 | 1 | -1/+1 |
* | doc: fix "uninterested symbols". | Kaz Kylheku | 2023-09-22 | 1 | -1/+1 |
* | doc: fix wording problem in hash-map. | Kaz Kylheku | 2023-09-22 | 1 | -5/+9 |
* | build: set DELETE_ON_ERROR in Makefile. | Kaz Kylheku | 2023-09-22 | 1 | -0/+2 |
* | doc: fix instances arguments-apply-to-function wording. | Kaz Kylheku | 2023-09-22 | 1 | -21/+27 |
* | New functions: nested-vec-of and nested-vec. | Kaz Kylheku | 2023-09-21 | 7 | -20/+185 |
* | doc: glob*: spelling | Kaz Kylheku | 2023-09-13 | 1 | -2/+2 |
* | glob*: Solaris fixes. | Kaz Kylheku | 2023-09-13 | 2 | -26/+29 |
* | glob*: skip tests on Cygwin. | Kaz Kylheku | 2023-09-13 | 1 | -0/+4 |
* | glob*: fix buggy sort comparison function. | Kaz Kylheku | 2023-09-13 | 2 | -91/+97 |
* | glob*: do not recognize trailing \/**. | Kaz Kylheku | 2023-09-13 | 2 | -1/+31 |
* | New place-mutating macro ensure. | Kaz Kylheku | 2023-09-13 | 3 | -1/+56 |
* | chdir: support stream and fd argument via fchdir. | Kaz Kylheku | 2023-09-12 | 3 | -8/+47 |
* | New glob* function. | Kaz Kylheku | 2023-09-12 | 6 | -5/+610 |
* | Use vargs typedef instead of struct args *. | Kaz Kylheku | 2023-09-05 | 18 | -257/+256 |
* | 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 | 3 | -9/+30 |
* | crypt: detect error tokens more weakly; drop some tests. | Kaz Kylheku | 2023-09-03 | 3 | -4/+24 |
* | chksum: fix misleading comment. | Kaz Kylheku | 2023-09-01 | 1 | -4/+1 |
* | New functions for shell escaping. | Kaz Kylheku | 2023-09-01 | 3 | -0/+125 |
* | New function: str-esc. | Kaz Kylheku | 2023-09-01 | 5 | -0/+98 |
* | awk: prn returns nil. | Kaz Kylheku | 2023-08-26 | 3 | -1/+17 |
* | New macros opf and lopf. | Kaz Kylheku | 2023-08-23 | 4 | -1/+89 |
* | genman: guard against symbol hash collisions. | Kaz Kylheku | 2023-08-22 | 1 | -6/+10 |