| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | opip: new special handling of (let ...). | Kaz Kylheku | 2023-08-03 | 3 | -10/+166 |
* | bug: :vars not usable with :counter in @(repeat). | Kaz Kylheku | 2023-08-02 | 4 | -2/+11 |
* | compiler: bug: disappearing basic block nojoin flag. | Kaz Kylheku | 2023-07-31 | 1 | -0/+1 |
* | compiler: bugfix: dangling rlinks after dead code elimination | Kaz Kylheku | 2023-07-31 | 1 | -8/+10 |
* | places: regression in symbol-function place. | Kaz Kylheku | 2023-07-29 | 1 | -5/+5 |
* | Version 290.txr-290 | Kaz Kylheku | 2023-07-29 | 7 | -1437/+1546 |
* | unwind: bind *print-circle* to t in error trace. | Kaz Kylheku | 2023-07-28 | 1 | -0/+5 |
* | compiler: use partition-if for basic block division. | Kaz Kylheku | 2023-07-28 | 1 | -5/+5 |
* | symbol-function: check symbol argument. | Kaz Kylheku | 2023-07-27 | 1 | -0/+2 |
* | match: bug: lexical symbol macros neglected | Kaz Kylheku | 2023-07-27 | 3 | -6/+28 |
* | New functions and fixes in lexical introspection. | Kaz Kylheku | 2023-07-27 | 3 | -37/+161 |
* | tests: match: move file compiling step to end. | Kaz Kylheku | 2023-07-26 | 1 | -6/+6 |
* | compiler: compress symbol tables also. | Kaz Kylheku | 2023-07-26 | 2 | -31/+46 |
* | compiler: compact D registers. | Kaz Kylheku | 2023-07-25 | 2 | -16/+34 |
* | compiler: code formatting. | Kaz Kylheku | 2023-07-25 | 2 | -4/+4 |
* | hash: out of bound array access in hash-iter-peek. | Kaz Kylheku | 2023-07-25 | 1 | -2/+2 |
* | rel-path: treat empty paths as relative. | Kaz Kylheku | 2023-07-25 | 2 | -5/+8 |
* | del/replace with index-list: fix semantics. | Kaz Kylheku | 2023-07-18 | 5 | -22/+257 |
* | doc: fix recent typos. | Kaz Kylheku | 2023-07-18 | 1 | -2/+2 |
* | compiler: constant fold gapply like gcall. | Kaz Kylheku | 2023-07-17 | 1 | -3/+6 |
* | compiler: new apply-to-gapply optimization | Kaz Kylheku | 2023-07-17 | 1 | -0/+15 |