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