| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | genman: move all hashes into do block. | Kaz Kylheku | 2023-08-22 | 1 | -3/+3 |
* | genman: remove special handling of "NAME". | Kaz Kylheku | 2023-08-22 | 1 | -2/+0 |
* | load-args-process: bugfix: :compile action must load. | Kaz Kylheku | 2023-08-22 | 2 | -3/+12 |
* | doc: new hashing scheme for navigation, doc lookup. | Kaz Kylheku | 2023-08-22 | 3 | -2390/+67 |
* | New function: csort-group. | Kaz Kylheku | 2023-08-17 | 5 | -2/+26 |
* | windows: don't require admin privilege. | Kaz Kylheku | 2023-08-16 | 1 | -5/+20 |
* | doc: massive revision of capitalization in headings. | Kaz Kylheku | 2023-08-16 | 3 | -189/+195 |
* | 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 | 5 | -126/+172 |
* | 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 | 2 | -2/+10 |
* | listener: auto compound expression mode. | Kaz Kylheku | 2023-08-14 | 3 | -2/+39 |
* | listener: change *listener-sel-inclusive-p* default. | Kaz Kylheku | 2023-08-13 | 1 | -1/+1 |
* | configure: fix: _TIME_BITS is tied to _FILE_OFFSET_BITS | Kaz Kylheku | 2023-08-12 | 1 | -29/+69 |
* | build: remove mkdir commands from build steps. | Kaz Kylheku | 2023-08-11 | 1 | -3/+8 |
* | build: remove cruft, simplifying dep generation. | Kaz Kylheku | 2023-08-11 | 1 | -34/+12 |
* | unuse-sym: fix in face of use-sym-as. | Kaz Kylheku | 2023-08-10 | 3 | -0/+60 |
* | New feature: local symbol renaming. | Kaz Kylheku | 2023-08-10 | 7 | -32/+203 |
* | compiler/match: eliminate (subtypep (typeof x) y). | Kaz Kylheku | 2023-08-09 | 2 | -2/+3 |
* | new: left-inserting pipeline operators. | Kaz Kylheku | 2023-08-08 | 5 | -20/+83 |
* | 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 | 4 | -4/+70 |
* | streams: a few close funtions should return t. | Kaz Kylheku | 2023-08-07 | 2 | -1/+4 |
* | streams: close-stream only caches non-nil result. | Kaz Kylheku | 2023-08-07 | 4 | -3/+28 |
* | compiler: bug: ensure numbers externalized sanely. | Kaz Kylheku | 2023-08-06 | 1 | -0/+3 |
* | build: speed up bootstrap compilation of stdlib. | Kaz Kylheku | 2023-08-06 | 1 | -1/+1 |
* | Version 291.txr-291 | Kaz Kylheku | 2023-08-06 | 6 | -211/+235 |
* | compiler: bug: constant folding load-time dregs. | Kaz Kylheku | 2023-08-04 | 1 | -1/+2 |
* | doc: new typo in compat notes. | Kaz Kylheku | 2023-08-03 | 1 | -1/+1 |