| Commit message (Expand) | Author | Age | Files | Lines |
* | New in-package macro. | Kaz Kylheku | 2016-11-14 | 1 | -0/+7 |
* | Version 157.txr-157 | Kaz Kylheku | 2016-11-14 | 1 | -1/+1 |
* | Fix spectacular bug in number of syntactic places. | Kaz Kylheku | 2016-11-13 | 1 | -9/+9 |
* | New functions for command or file I/O in one call. | Kaz Kylheku | 2016-11-13 | 1 | -0/+83 |
* | New :use-from clause in defpackage. | Kaz Kylheku | 2016-11-11 | 1 | -1/+23 |
* | Add defpackage macro. | Kaz Kylheku | 2016-11-11 | 1 | -0/+61 |
* | Fix regression: infinite loop in place expansion. | Kaz Kylheku | 2016-11-06 | 1 | -4/+6 |
* | Version 156.txr-156 | Kaz Kylheku | 2016-11-05 | 1 | -1/+1 |
* | Fix broken tracking of place expansion origins. | Kaz Kylheku | 2016-11-04 | 1 | -14/+22 |
* | Support simple list arguments in getopts. | Kaz Kylheku | 2016-11-03 | 1 | -9/+26 |
* | Introducing command line option processing system. | Kaz Kylheku | 2016-11-03 | 1 | -0/+320 |
* | Relax restrictions on dwim places. | Kaz Kylheku | 2016-10-31 | 1 | -22/+54 |
* | lambda-set method: treat [struct ...] as place. | Kaz Kylheku | 2016-10-30 | 1 | -32/+24 |
* | Extend symbol-function accessor to methods. | Kaz Kylheku | 2016-10-29 | 1 | -7/+17 |
* | Adding function tracing support. | Kaz Kylheku | 2016-10-29 | 1 | -0/+50 |
* | New awk capability: file/pipe I/O redirection. | Kaz Kylheku | 2016-10-28 | 1 | -2/+42 |
* | dwim place: multiple accesses, eval order. | Kaz Kylheku | 2016-10-27 | 1 | -19/+18 |
* | Fix unbound variable in seq place update. | Kaz Kylheku | 2016-10-26 | 1 | -2/+2 |
* | Improve alet macro. | Kaz Kylheku | 2016-10-26 | 1 | -8/+10 |
* | last, butlast: become accessors, get optional arg. | Kaz Kylheku | 2016-10-26 | 1 | -0/+20 |
* | sub function becomes accessor. | Kaz Kylheku | 2016-10-26 | 1 | -0/+39 |
* | New accessors nthlast and butlastn. | Kaz Kylheku | 2016-10-25 | 1 | -0/+39 |
* | nthcdr place bugfix: wrong return value. | Kaz Kylheku | 2016-10-25 | 1 | -1/+1 |
* | Version 155.txr-155 | Kaz Kylheku | 2016-10-21 | 1 | -1/+1 |
* | Fix struct lit problem exposed by circular syntax. | Kaz Kylheku | 2016-10-20 | 1 | -1/+1 |
* | Cycle detection in sys:cp-origin. | Kaz Kylheku | 2016-10-19 | 1 | -9/+13 |
* | Bugfix: unable to assign to x.y.z place. | Kaz Kylheku | 2016-10-15 | 1 | -4/+1 |
* | Version 154.txr-154 | Kaz Kylheku | 2016-10-15 | 1 | -1/+1 |
* | Adding family slot to socket addresses. | Kaz Kylheku | 2016-10-13 | 1 | -4/+8 |
* | New accessor: hash-userdata. | Kaz Kylheku | 2016-10-12 | 1 | -0/+12 |
* | Support curried args in method and meth. | Kaz Kylheku | 2016-10-09 | 1 | -2/+2 |
* | Support curried arguments in umethod and umeth. | Kaz Kylheku | 2016-10-09 | 1 | -2/+2 |
* | Version 153.txr-153 | Kaz Kylheku | 2016-10-07 | 1 | -1/+1 |
* | Version 152.txr-152 | Kaz Kylheku | 2016-10-04 | 1 | -1/+1 |
* | New awk clauses :set and :set-file. | Kaz Kylheku | 2016-10-04 | 1 | -0/+2 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 17 | -272/+289 |
* | Revision of static slot inheritance. | Kaz Kylheku | 2016-09-30 | 1 | -7/+9 |
* | Version 151.txr-151 | Kaz Kylheku | 2016-09-27 | 1 | -1/+1 |
* | awk macro: code formatting. | Kaz Kylheku | 2016-09-25 | 1 | -4/+4 |
* | awk macro: proper fs semantics in paragraph mode. | Kaz Kylheku | 2016-09-25 | 1 | -13/+27 |
* | awk macro: support paragraph mode. | Kaz Kylheku | 2016-09-25 | 1 | -9/+22 |
* | awk macro: loop uses closure to read records. | Kaz Kylheku | 2016-09-25 | 1 | -23/+27 |
* | awk macro: handle dynamic changes in rs variable. | Kaz Kylheku | 2016-09-25 | 1 | -20/+28 |
* | awk macro: add orec variable. | Kaz Kylheku | 2016-09-24 | 1 | -2/+4 |
* | awk macro: use range test logic for clause conditions. | Kaz Kylheku | 2016-09-24 | 1 | -4/+5 |
* | awk macro: exit if no cond-action clauses. | Kaz Kylheku | 2016-09-24 | 1 | -12/+14 |
* | awk macro: fconv conversions iz, xz, oz, bz and rz. | Kaz Kylheku | 2016-09-24 | 1 | -1/+11 |
* | awk macro: support regexes better in ranges. | Kaz Kylheku | 2016-09-23 | 1 | -4/+14 |
* | Use rlet in a few place macros for better code. | Kaz Kylheku | 2016-09-21 | 1 | -3/+3 |
* | Fix broken sys:rslot place. | Kaz Kylheku | 2016-09-21 | 1 | -4/+4 |