summaryrefslogtreecommitdiffstats
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* New macros opf and lopf.Kaz Kylheku2023-08-231-0/+6
* load-args-process: bugfix: :compile action must load.Kaz Kylheku2023-08-221-1/+1
* doc: new hashing scheme for navigation, doc lookup.Kaz Kylheku2023-08-222-2321/+1
* New function: csort-group.Kaz Kylheku2023-08-172-1/+5
* doc: massive revision of capitalization in headings.Kaz Kylheku2023-08-161-89/+89
* math: tofloat and toint in user-defined arithmetic.Kaz Kylheku2023-08-141-119/+119
* listener: auto compound expression mode.Kaz Kylheku2023-08-141-0/+1
* New feature: local symbol renaming.Kaz Kylheku2023-08-102-1/+6
* compiler/match: eliminate (subtypep (typeof x) y).Kaz Kylheku2023-08-092-2/+3
* new: left-inserting pipeline operators.Kaz Kylheku2023-08-082-12/+25
* compiler: bug: ensure numbers externalized sanely.Kaz Kylheku2023-08-061-0/+3
* Version 291.txr-291Kaz Kylheku2023-08-061-1/+1
* compiler: bug: constant folding load-time dregs.Kaz Kylheku2023-08-041-1/+2
* opip: new special handling of (let ...).Kaz Kylheku2023-08-031-9/+34
* 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-291-1/+1
* 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-271-1/+1
* New functions and fixes in lexical introspection.Kaz Kylheku2023-07-271-2/+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
* rel-path: treat empty paths as relative.Kaz Kylheku2023-07-251-4/+4
* compiler: constant fold gapply like gcall.Kaz Kylheku2023-07-171-3/+6
* compiler: new apply-to-gapply optimizationKaz Kylheku2023-07-171-0/+15
* Bug exposed due to to environment changes.Kaz Kylheku2023-07-171-1/+1
* Simplify top-level macro environments also.Kaz Kylheku2023-07-171-3/+2
* Simplify top-level variable and function environments.Kaz Kylheku2023-07-161-4/+2
* compiler: recognize T0 register (nil) as constant.Kaz Kylheku2023-07-151-2/+4
* compiler: move material into constfun.tlKaz Kylheku2023-07-153-30/+32
* compiler: constant folding in optimizer.Kaz Kylheku2023-07-152-5/+43
* Math library: add numerous C99 functions.Kaz Kylheku2023-07-151-115/+159
* Fix diagnostics which call non-symbol a symbol.Kaz Kylheku2023-07-111-1/+1
* doc: document SHA-1 support.Kaz Kylheku2023-07-081-4/+9
* Version 289.txr-289Kaz Kylheku2023-07-021-1/+1
* New cached sorting functions.Kaz Kylheku2023-06-282-0/+47
* New function: hash-map.Kaz Kylheku2023-06-281-0/+1
* eval: take macro environment.Kaz Kylheku2023-06-271-131/+131
* quips: procrastination quip.Kaz Kylheku2023-06-171-0/+1
* New macro: match-cond.Kaz Kylheku2023-06-122-0/+21
* New @(push) directive.Kaz Kylheku2023-06-121-8/+8
* Version 288.txr-288Kaz Kylheku2023-06-101-1/+1
* New functions keep-keys-if, separate-keys.Kaz Kylheku2023-06-071-0/+2
* New functions load-args-recurse and load-args-processKaz Kylheku2023-06-052-0/+51
* compiler: more logging regarding compiled files.Kaz Kylheku2023-06-051-12/+23
* compiler: new compiler option log-levelKaz Kylheku2023-06-041-3/+15
* compiler: new function, clean-file.Kaz Kylheku2023-06-042-0/+17