summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New macros opf and lopf.Kaz Kylheku2023-08-234-1/+89
* genman: guard against symbol hash collisions.Kaz Kylheku2023-08-221-6/+10
* genman: move all hashes into do block.Kaz Kylheku2023-08-221-3/+3
* genman: remove special handling of "NAME".Kaz Kylheku2023-08-221-2/+0
* load-args-process: bugfix: :compile action must load.Kaz Kylheku2023-08-222-3/+12
* doc: new hashing scheme for navigation, doc lookup.Kaz Kylheku2023-08-223-2390/+67
* New function: csort-group.Kaz Kylheku2023-08-175-2/+26
* windows: don't require admin privilege.Kaz Kylheku2023-08-161-5/+20
* doc: massive revision of capitalization in headings.Kaz Kylheku2023-08-163-189/+195
* doc: typo in *stdnull* example.Kaz Kylheku2023-08-161-1/+1
* doc: capitalize User-defined in heading.Kaz Kylheku2023-08-161-1/+1
* math: tofloat and toint in user-defined arithmetic.Kaz Kylheku2023-08-145-126/+172
* math: add tests for new user-defined arith functions.Kaz Kylheku2023-08-141-1/+89
* tree: bug: tree-delete-specific-node doesn't use key funKaz Kylheku2023-08-142-2/+10
* listener: auto compound expression mode.Kaz Kylheku2023-08-143-2/+39
* listener: change *listener-sel-inclusive-p* default.Kaz Kylheku2023-08-131-1/+1
* configure: fix: _TIME_BITS is tied to _FILE_OFFSET_BITSKaz Kylheku2023-08-121-29/+69
* build: remove mkdir commands from build steps.Kaz Kylheku2023-08-111-3/+8
* build: remove cruft, simplifying dep generation.Kaz Kylheku2023-08-111-34/+12
* unuse-sym: fix in face of use-sym-as.Kaz Kylheku2023-08-103-0/+60
* New feature: local symbol renaming.Kaz Kylheku2023-08-107-32/+203
* compiler/match: eliminate (subtypep (typeof x) y).Kaz Kylheku2023-08-092-2/+3
* new: left-inserting pipeline operators.Kaz Kylheku2023-08-085-20/+83
* doc: bit ore advice on unused variable diagnotics.Kaz Kylheku2023-08-081-1/+12
* close-stream: new : protocol from close method.Kaz Kylheku2023-08-074-4/+70
* streams: a few close funtions should return t.Kaz Kylheku2023-08-072-1/+4
* streams: close-stream only caches non-nil result.Kaz Kylheku2023-08-074-3/+28
* compiler: bug: ensure numbers externalized sanely.Kaz Kylheku2023-08-061-0/+3
* build: speed up bootstrap compilation of stdlib.Kaz Kylheku2023-08-061-1/+1
* Version 291.txr-291Kaz Kylheku2023-08-066-211/+235
* compiler: bug: constant folding load-time dregs.Kaz Kylheku2023-08-041-1/+2
* doc: new typo in compat notes.Kaz Kylheku2023-08-031-1/+1
* opip: new special handling of (let ...).Kaz Kylheku2023-08-033-10/+166
* bug: :vars not usable with :counter in @(repeat).Kaz Kylheku2023-08-024-2/+11
* compiler: bug: disappearing basic block nojoin flag.Kaz Kylheku2023-07-311-0/+1
* compiler: bugfix: dangling rlinks after dead code eliminationKaz Kylheku2023-07-311-8/+10
* places: regression in symbol-function place.Kaz Kylheku2023-07-291-5/+5
* Version 290.txr-290Kaz Kylheku2023-07-297-1437/+1546
* unwind: bind *print-circle* to t in error trace.Kaz Kylheku2023-07-281-0/+5
* compiler: use partition-if for basic block division.Kaz Kylheku2023-07-281-5/+5
* symbol-function: check symbol argument.Kaz Kylheku2023-07-271-0/+2
* match: bug: lexical symbol macros neglectedKaz Kylheku2023-07-273-6/+28
* New functions and fixes in lexical introspection.Kaz Kylheku2023-07-273-37/+161
* tests: match: move file compiling step to end.Kaz Kylheku2023-07-261-6/+6
* compiler: compress symbol tables also.Kaz Kylheku2023-07-262-31/+46
* compiler: compact D registers.Kaz Kylheku2023-07-252-16/+34
* compiler: code formatting.Kaz Kylheku2023-07-252-4/+4
* hash: out of bound array access in hash-iter-peek.Kaz Kylheku2023-07-251-2/+2
* rel-path: treat empty paths as relative.Kaz Kylheku2023-07-252-5/+8
* del/replace with index-list: fix semantics.Kaz Kylheku2023-07-185-22/+257