summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* Version 162.txr-162Kaz Kylheku2016-12-071-2/+2
* doc: dialect note about quasiquote.Kaz Kylheku2016-12-061-0/+13
* bugfix: , *sym printed as ,*sym.Kaz Kylheku2016-12-061-3/+20
* Adding functions fr^$, fr^, fr$ and frr.Kaz Kylheku2016-12-011-0/+77
* Awk macro prn becomes function.Kaz Kylheku2016-12-011-8/+13
* bugfix: awk must consume *args*.Kaz Kylheku2016-11-291-0/+32
* conformance: handle macro wrong clause syntax.Kaz Kylheku2016-11-291-0/+21
* doc: return value of slotsetKaz Kylheku2016-11-291-0/+5
* Version 161.txr-161Kaz Kylheku2016-11-271-2/+2
* Version 160.txr-160Kaz Kylheku2016-11-271-2/+2
* doc: update package example.Kaz Kylheku2016-11-271-16/+16
* doc: note about circular notation and hashes.Kaz Kylheku2016-11-271-0/+13
* doc: grammar under str-inaddr-net.Kaz Kylheku2016-11-271-2/+2
* doc: fix references to nonexistent title.Kaz Kylheku2016-11-261-4/+4
* New function to access exception subtype map.Kaz Kylheku2016-11-261-3/+114
* Expander warns about unbound variables.Kaz Kylheku2016-11-261-0/+36
* macro-time: interleave evaluation and expansion.Kaz Kylheku2016-11-241-0/+13
* Adding clearhash function.Kaz Kylheku2016-11-231-0/+21
* doc: small revision in intro text.Kaz Kylheku2016-11-221-3/+3
* doc: misleading dialect note under symbol-function.Kaz Kylheku2016-11-221-2/+3
* doc: fixes under tagbody.Kaz Kylheku2016-11-221-2/+2
* doc: formatting fix under boundp.Kaz Kylheku2016-11-221-0/+2
* doc: formatting issue in awk fconv macro desc.Kaz Kylheku2016-11-221-2/+2
* doc: fix in delimited continuations description.Kaz Kylheku2016-11-221-1/+1
* doc: fixes under Symbols and Packages.Kaz Kylheku2016-11-221-2/+4
* Version 159.txr-159Kaz Kylheku2016-11-211-2/+2
* Revive -b option for binding Lisp variables.Kaz Kylheku2016-11-201-6/+24
* Diagnose undefined functions in trace.Kaz Kylheku2016-11-191-1/+23
* Allow global macros to be denoted by (macro sym).Kaz Kylheku2016-11-191-12/+74
* Handle interpreted macros through function.Kaz Kylheku2016-11-191-9/+21
* Adding a tagbody macro to the language.Kaz Kylheku2016-11-181-0/+166
* Completion of fallback list implementation.Kaz Kylheku2016-11-161-19/+211
* Version 158.txr-158Kaz Kylheku2016-11-151-2/+2
* doc: fixes under equal method.Kaz Kylheku2016-11-151-2/+4
* Introducing struct instance dirty flags.Kaz Kylheku2016-11-141-0/+78
* New in-package macro.Kaz Kylheku2016-11-141-0/+25
* Version 157.txr-157Kaz Kylheku2016-11-141-2/+2
* New functions for command or file I/O in one call.Kaz Kylheku2016-11-131-0/+196
* Introduce case{q,ql,qual}* macros which eval keys.Kaz Kylheku2016-11-121-0/+75
* New :use-from clause in defpackage.Kaz Kylheku2016-11-111-3/+25
* Clause in case{q,ql,qual} with no forms yields nil.Kaz Kylheku2016-11-111-4/+18
* Bugfix in case{q,ql,qual} macro expansion.Kaz Kylheku2016-11-111-0/+18
* Add defpackage macro.Kaz Kylheku2016-11-111-0/+72
* Implementing package foreign symbol concept.Kaz Kylheku2016-11-101-19/+413
* Implement *package* special var; package overhaul.Kaz Kylheku2016-11-081-2/+21
* Support #: reading for uninterned symbols.Kaz Kylheku2016-11-071-0/+78
* New #; syntax for erasing following object.Kaz Kylheku2016-11-071-0/+82
* Version 156.txr-156Kaz Kylheku2016-11-051-2/+2
* Expose slots function.Kaz Kylheku2016-11-051-0/+14
* Support simple list arguments in getopts.Kaz Kylheku2016-11-031-1/+14