summaryrefslogtreecommitdiffstats
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Version 293.txr-293Kaz Kylheku2023-12-281-1/+1
* compiler: optimizer must watch for throwing constant exprsKaz Kylheku2023-12-202-11/+27
* compiler: don't retain last form if it's an atom.Kaz Kylheku2023-12-201-1/+2
* New functions: read-objects, file-get-objects, ...Kaz Kylheku2023-12-191-0/+17
* quips: jealous language quip.Kaz Kylheku2023-12-181-0/+1
* compiler: handle non-locally-exiting top-level forms.Kaz Kylheku2023-12-111-1/+4
* quips: adjust Kant joke.Kaz Kylheku2023-12-061-1/+1
* Version 292.txr-292Kaz Kylheku2023-11-201-1/+1
* stdlib/error.tl problem rears its head.Kaz Kylheku2023-11-161-25/+26
* New accessor: mref.Kaz Kylheku2023-11-151-0/+72
* place: bad indentation.Kaz Kylheku2023-11-131-9/+9
* ref: bugfix in deletion of ref place.Kaz Kylheku2023-11-111-7/+9
* New macro: tap.Kaz Kylheku2023-11-081-0/+3
* quips: philosphy-related joke.Kaz Kylheku2023-11-051-0/+1
* match: translate some match-case forms into casequal.Kaz Kylheku2023-10-221-20/+43
* Integration with setjmp/longjmp.Kaz Kylheku2023-09-271-0/+7
* New place-mutating macro ensure.Kaz Kylheku2023-09-131-0/+7
* New glob* function.Kaz Kylheku2023-09-121-0/+93
* awk: prn returns nil.Kaz Kylheku2023-08-261-1/+2
* 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