summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Version 173.txr-173Kaz Kylheku2017-03-251-1/+1
* termios: broken go-cbreak method.Kaz Kylheku2017-03-251-1/+1
* trace: wrong function printed in traces.Kaz Kylheku2017-03-241-3/+4
* Warn when a nonexistent slot is referenced.Kaz Kylheku2017-03-231-8/+33
* Version 172.txr-172Kaz Kylheku2017-03-191-1/+1
* trace: implement redefinition checks.Kaz Kylheku2017-03-171-0/+15
* trace: detect inheritance, change name and warn.Kaz Kylheku2017-03-171-10/+32
* Version 171.txr-171Kaz Kylheku2017-03-141-1/+1
* uref: the a.b.c syntax extended to .a.b.cKaz Kylheku2017-03-061-0/+10
* Version 170.txr-170Kaz Kylheku2017-02-281-1/+1
* Version 169.txr-169Kaz Kylheku2017-02-111-1/+1
* Use non-hacky representation for deferrable warnings.Kaz Kylheku2017-02-101-1/+1
* awk macro: warn about invalid function use in rng.Kaz Kylheku2017-02-101-11/+26
* awk macro: warn about invalid var use in rng forms.Kaz Kylheku2017-02-091-30/+50
* bugfix: no restart catch in compile-warning.Kaz Kylheku2017-02-091-1/+3
* Version 168.txr-168Kaz Kylheku2017-02-021-1/+1
* Adding whena macro.Kaz Kylheku2017-02-051-0/+3
* Improve diagnostic of error during place expansion.Kaz Kylheku2017-02-041-0/+3
* Replace sys:cp-origin with smarter function.Kaz Kylheku2017-02-041-17/+10
* Dump deferred warnings when eval exception thrown.Kaz Kylheku2017-02-031-0/+1
* Remove sys:*lisp1* hack from place expansion.Kaz Kylheku2017-02-031-24/+32
* bugfix: limit depth of Lisp-1 treatment of places.Kaz Kylheku2017-02-021-0/+3
* Version 167.txr-167Kaz Kylheku2017-02-021-1/+1
* awk: support list of string as input source.Kaz Kylheku2017-01-291-1/+4
* catch: expand param macros before inserting arg.Kaz Kylheku2017-01-291-2/+5
* Version 166.txr-166Kaz Kylheku2017-01-261-1/+1
* awk macro: provide name of current input via fname.Kaz Kylheku2017-01-261-0/+5
* awk macro: bind *stdin* to current input stream.Kaz Kylheku2017-01-261-5/+5
* Local macrolets in build become functions.Kaz Kylheku2017-01-251-5/+5
* New handle* macro, analogous to catch*.Kaz Kylheku2017-01-251-4/+12
* New catch*, giving access to exception symbol.Kaz Kylheku2017-01-251-3/+10
* bugfix: use proper plist lookup in new :key macro.Kaz Kylheku2017-01-241-2/+2
* Support keyword params via :key param list macro.Kaz Kylheku2017-01-231-0/+96
* Bump copyright year to 2017.Kaz Kylheku2017-01-2321-21/+21
* defstruct: use warning for bad baseKaz Kylheku2017-01-161-4/+4
* defstruct uses new error reporting functions.Kaz Kylheku2017-01-161-35/+32
* defmeth uses new error reporting.Kaz Kylheku2017-01-161-6/+9
* defstruct registers tentative definition.Kaz Kylheku2017-01-161-0/+1
* Functions for error reporting out of macros.Kaz Kylheku2017-01-151-0/+46
* Version 165.txr-165Kaz Kylheku2017-01-101-1/+1
* New Lisp feature: param list expander.Kaz Kylheku2017-01-041-0/+34
* Version 164.txr-164Kaz Kylheku2017-01-011-1/+1
* Bugfix: repeated expansion of catch unstable.Kaz Kylheku2016-12-311-0/+4
* New awk variable fw for fixed-width delimiting.Kaz Kylheku2016-12-261-0/+23
* Version 163.txr-163Kaz Kylheku2016-12-201-1/+1
* tagbody bugfix: env not passed to expander.Kaz Kylheku2016-12-201-1/+1
* awk macro: endpont-exclusive ranges.Kaz Kylheku2016-12-201-3/+20
* Adding prog and prog* macros.Kaz Kylheku2016-12-131-0/+9
* Version 162.txr-162Kaz Kylheku2016-12-071-1/+1
* Awk macro prn becomes function.Kaz Kylheku2016-12-011-39/+47