| Commit message (Expand) | Author | Age | Files | Lines |
* | New accessor: mref. | Kaz Kylheku | 2023-11-15 | 1 | -0/+137 |
* | ref: bugfix in deletion of ref place. | Kaz Kylheku | 2023-11-11 | 1 | -78/+85 |
* | New macro: tap. | Kaz Kylheku | 2023-11-08 | 1 | -0/+66 |
* | match: translate some match-case forms into casequal. | Kaz Kylheku | 2023-10-22 | 1 | -12/+59 |
* | New: length-list-<, length-< | Kaz Kylheku | 2023-10-05 | 1 | -0/+86 |
* | doc: small omission in flatcar. | Kaz Kylheku | 2023-10-05 | 1 | -0/+4 |
* | flatten*: fix two bugs. | Kaz Kylheku | 2023-09-30 | 1 | -9/+24 |
* | Integration with setjmp/longjmp. | Kaz Kylheku | 2023-09-27 | 1 | -0/+190 |
* | New hist-sort function. | Kaz Kylheku | 2023-09-25 | 1 | -0/+44 |
* | New T mode for open-file. | Kaz Kylheku | 2023-09-23 | 1 | -1/+53 |
* | New function: rlink. | Kaz Kylheku | 2023-09-23 | 1 | -2/+14 |
* | 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 |
* | 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 | 1 | -0/+81 |
* | doc: glob*: spelling | Kaz Kylheku | 2023-09-13 | 1 | -2/+2 |
* | New place-mutating macro ensure. | Kaz Kylheku | 2023-09-13 | 1 | -0/+48 |
* | chdir: support stream and fd argument via fchdir. | Kaz Kylheku | 2023-09-12 | 1 | -4/+17 |
* | New glob* function. | Kaz Kylheku | 2023-09-12 | 1 | -2/+220 |
* | json: allow integers and lists. | Kaz Kylheku | 2023-09-03 | 1 | -2/+10 |
* | crypt: detect error tokens more weakly; drop some tests. | Kaz Kylheku | 2023-09-03 | 1 | -0/+12 |
* | New functions for shell escaping. | Kaz Kylheku | 2023-09-01 | 1 | -0/+90 |
* | New function: str-esc. | Kaz Kylheku | 2023-09-01 | 1 | -0/+37 |
* | awk: prn returns nil. | Kaz Kylheku | 2023-08-26 | 1 | -0/+5 |
* | New macros opf and lopf. | Kaz Kylheku | 2023-08-23 | 1 | -0/+78 |
* | load-args-process: bugfix: :compile action must load. | Kaz Kylheku | 2023-08-22 | 1 | -2/+11 |
* | New function: csort-group. | Kaz Kylheku | 2023-08-17 | 1 | -1/+10 |
* | doc: massive revision of capitalization in headings. | Kaz Kylheku | 2023-08-16 | 1 | -81/+82 |
* | doc: typo in *stdnull* example. | Kaz Kylheku | 2023-08-16 | 1 | -1/+1 |
* | doc: capitalize User-defined in heading. | Kaz Kylheku | 2023-08-16 | 1 | -1/+1 |
* | math: tofloat and toint in user-defined arithmetic. | Kaz Kylheku | 2023-08-14 | 1 | -0/+31 |
* | listener: auto compound expression mode. | Kaz Kylheku | 2023-08-14 | 1 | -0/+29 |
* | unuse-sym: fix in face of use-sym-as. | Kaz Kylheku | 2023-08-10 | 1 | -0/+42 |
* | New feature: local symbol renaming. | Kaz Kylheku | 2023-08-10 | 1 | -27/+149 |
* | new: left-inserting pipeline operators. | Kaz Kylheku | 2023-08-08 | 1 | -7/+52 |
* | doc: bit ore advice on unused variable diagnotics. | Kaz Kylheku | 2023-08-08 | 1 | -1/+12 |
* | close-stream: new : protocol from close method. | Kaz Kylheku | 2023-08-07 | 1 | -0/+36 |
* | streams: close-stream only caches non-nil result. | Kaz Kylheku | 2023-08-07 | 1 | -0/+2 |
* | Version 291.txr-291 | Kaz Kylheku | 2023-08-06 | 1 | -3/+3 |
* | doc: new typo in compat notes. | Kaz Kylheku | 2023-08-03 | 1 | -1/+1 |
* | opip: new special handling of (let ...). | Kaz Kylheku | 2023-08-03 | 1 | -1/+126 |
* | Version 290.txr-290 | Kaz Kylheku | 2023-07-29 | 1 | -3/+3 |
* | match: bug: lexical symbol macros neglected | Kaz Kylheku | 2023-07-27 | 1 | -5/+8 |
* | New functions and fixes in lexical introspection. | Kaz Kylheku | 2023-07-27 | 1 | -14/+94 |
* | del/replace with index-list: fix semantics. | Kaz Kylheku | 2023-07-18 | 1 | -9/+46 |
* | doc: fix recent typos. | Kaz Kylheku | 2023-07-18 | 1 | -2/+2 |
* | Math library: add numerous C99 functions. | Kaz Kylheku | 2023-07-15 | 1 | -0/+84 |
* | group-reduce: use sequence iteration. | Kaz Kylheku | 2023-07-10 | 1 | -1/+1 |
* | group-by: use sequence iteration. | Kaz Kylheku | 2023-07-10 | 1 | -5/+4 |