summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* 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
* bugfix: previous loop elision fix in awk.Kaz Kylheku2016-12-011-1/+2
* bugfix: awk must consume *args*.Kaz Kylheku2016-11-291-1/+2
* bugfix: awk elides loop despite begin/end clauses.Kaz Kylheku2016-11-291-1/+2
* conformance: handle macro wrong clause syntax.Kaz Kylheku2016-11-291-1/+4
* Awk: assignment to f doesn't yield new value.Kaz Kylheku2016-11-291-2/+2
* Version 161.txr-161Kaz Kylheku2016-11-271-1/+1
* bugfix: awk macro spews warnings.Kaz Kylheku2016-11-281-8/+5
* Version 160.txr-160Kaz Kylheku2016-11-271-1/+1
* Warn about unbound functions.Kaz Kylheku2016-11-271-20/+21
* Expander warns about unbound variables.Kaz Kylheku2016-11-262-3/+6
* bugfix: unbound var in IP-slash-notation functions.Kaz Kylheku2016-11-251-6/+6
* bugfix: broken test-inc macro.Kaz Kylheku2016-11-241-1/+1
* Version 159.txr-159Kaz Kylheku2016-11-211-1/+1
* Diagnose undefined functions in trace.Kaz Kylheku2016-11-191-1/+3
* Allow global macros to be denoted by (macro sym).Kaz Kylheku2016-11-191-0/+8
* Bugfix: cannot untrace individual method.Kaz Kylheku2016-11-191-1/+1
* Adding a tagbody macro to the language.Kaz Kylheku2016-11-181-0/+75
* Completion of fallback list implementation.Kaz Kylheku2016-11-161-1/+0
* Start of fallback package list implementation.Kaz Kylheku2016-11-161-0/+3
* Version 158.txr-158Kaz Kylheku2016-11-151-1/+1
* New in-package macro.Kaz Kylheku2016-11-141-0/+7
* 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