| Commit message (Expand) | Author | Age | Files | Lines |
* | Version 293.txr-293 | Kaz Kylheku | 2023-12-28 | 1 | -1/+1 |
* | compiler: optimizer must watch for throwing constant exprs | Kaz Kylheku | 2023-12-20 | 2 | -11/+27 |
* | compiler: don't retain last form if it's an atom. | Kaz Kylheku | 2023-12-20 | 1 | -1/+2 |
* | New functions: read-objects, file-get-objects, ... | Kaz Kylheku | 2023-12-19 | 1 | -0/+17 |
* | quips: jealous language quip. | Kaz Kylheku | 2023-12-18 | 1 | -0/+1 |
* | compiler: handle non-locally-exiting top-level forms. | Kaz Kylheku | 2023-12-11 | 1 | -1/+4 |
* | quips: adjust Kant joke. | Kaz Kylheku | 2023-12-06 | 1 | -1/+1 |
* | Version 292.txr-292 | Kaz Kylheku | 2023-11-20 | 1 | -1/+1 |
* | stdlib/error.tl problem rears its head. | Kaz Kylheku | 2023-11-16 | 1 | -25/+26 |
* | New accessor: mref. | Kaz Kylheku | 2023-11-15 | 1 | -0/+72 |
* | place: bad indentation. | Kaz Kylheku | 2023-11-13 | 1 | -9/+9 |
* | ref: bugfix in deletion of ref place. | Kaz Kylheku | 2023-11-11 | 1 | -7/+9 |
* | New macro: tap. | Kaz Kylheku | 2023-11-08 | 1 | -0/+3 |
* | quips: philosphy-related joke. | Kaz Kylheku | 2023-11-05 | 1 | -0/+1 |
* | match: translate some match-case forms into casequal. | Kaz Kylheku | 2023-10-22 | 1 | -20/+43 |
* | Integration with setjmp/longjmp. | Kaz Kylheku | 2023-09-27 | 1 | -0/+7 |
* | New place-mutating macro ensure. | Kaz Kylheku | 2023-09-13 | 1 | -0/+7 |
* | New glob* function. | Kaz Kylheku | 2023-09-12 | 1 | -0/+93 |
* | awk: prn returns nil. | Kaz Kylheku | 2023-08-26 | 1 | -1/+2 |
* | New macros opf and lopf. | Kaz Kylheku | 2023-08-23 | 1 | -0/+6 |
* | load-args-process: bugfix: :compile action must load. | Kaz Kylheku | 2023-08-22 | 1 | -1/+1 |
* | doc: new hashing scheme for navigation, doc lookup. | Kaz Kylheku | 2023-08-22 | 2 | -2321/+1 |
* | New function: csort-group. | Kaz Kylheku | 2023-08-17 | 2 | -1/+5 |
* | doc: massive revision of capitalization in headings. | Kaz Kylheku | 2023-08-16 | 1 | -89/+89 |
* | math: tofloat and toint in user-defined arithmetic. | Kaz Kylheku | 2023-08-14 | 1 | -119/+119 |
* | listener: auto compound expression mode. | Kaz Kylheku | 2023-08-14 | 1 | -0/+1 |
* | New feature: local symbol renaming. | Kaz Kylheku | 2023-08-10 | 2 | -1/+6 |
* | 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 | 2 | -12/+25 |
* | compiler: bug: ensure numbers externalized sanely. | Kaz Kylheku | 2023-08-06 | 1 | -0/+3 |
* | Version 291.txr-291 | Kaz Kylheku | 2023-08-06 | 1 | -1/+1 |
* | compiler: bug: constant folding load-time dregs. | Kaz Kylheku | 2023-08-04 | 1 | -1/+2 |
* | opip: new special handling of (let ...). | Kaz Kylheku | 2023-08-03 | 1 | -9/+34 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | New functions and fixes in lexical introspection. | Kaz Kylheku | 2023-07-27 | 1 | -2/+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 |
* | rel-path: treat empty paths as relative. | Kaz Kylheku | 2023-07-25 | 1 | -4/+4 |
* | 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 |
* | Bug exposed due to to environment changes. | Kaz Kylheku | 2023-07-17 | 1 | -1/+1 |
* | Simplify top-level macro environments also. | Kaz Kylheku | 2023-07-17 | 1 | -3/+2 |
* | Simplify top-level variable and function environments. | Kaz Kylheku | 2023-07-16 | 1 | -4/+2 |