summaryrefslogtreecommitdiffstats
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
* Bind variable during directive delimited match.Kaz Kylheku2017-03-221-1/+37
* Remove useless consume_prefix call.Kaz Kylheku2017-03-221-2/+0
* Bugfix: missing warnings when main file is .txr.Kaz Kylheku2017-03-221-0/+3
* Rename badly named default_bool_argKaz Kylheku2017-03-171-2/+2
* Add in-package directive.Kaz Kylheku2017-03-131-1/+2
* New directive: mdo.Kaz Kylheku2017-03-121-1/+2
* bugfix: @(next) in function called with match-fun.Kaz Kylheku2017-03-121-2/+6
* match-fun: report error using external name.Kaz Kylheku2017-03-121-1/+1
* match-fun: make last two args optional.Kaz Kylheku2017-03-121-1/+3
* Don't open streams or stdin on non-matching directives.Kaz Kylheku2017-03-091-22/+25
* Don't sweep bad data source under the rug.Kaz Kylheku2017-03-081-1/+1
* clean up open_data_source function.Kaz Kylheku2017-03-081-7/+5
* Drop the annoying need for - for standard input.Kaz Kylheku2017-03-081-1/+9
* bugfix: :counter var not registered tentative.Kaz Kylheku2017-03-041-0/+4
* bugfix: expand :counter property in @(collect).Kaz Kylheku2017-03-041-1/+10
* bugfix: integrate finally clause with accept.Kaz Kylheku2017-02-231-20/+40
* bugfix: data stream escape in accept transfers.Kaz Kylheku2017-02-201-1/+22
* bugfix: accept allowing binding escape.Kaz Kylheku2017-02-201-0/+33
* Eliminate common code: pattern fun binding resolution.Kaz Kylheku2017-02-201-36/+37
* Bugfix: h_trailer has to intercept accept.Kaz Kylheku2017-02-161-8/+26
* Support horizontal @(block), phase 2.Kaz Kylheku2017-02-151-12/+62
* Support horizontal @(block), phase 1.Kaz Kylheku2017-02-151-0/+45
* Support horizontal form of @(throw).Kaz Kylheku2017-02-131-0/+1
* Registering tentative def must purge warning.Kaz Kylheku2017-01-251-1/+0
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Dynamically rebind *package* in @(load).Kaz Kylheku2017-01-221-0/+1
* Dump deferred warnings in @(load).Kaz Kylheku2017-01-221-0/+4
* Enable unbound warnings when expanding TXR code.Kaz Kylheku2017-01-221-4/+64
* bugfix: expand macros in a number of directives.Kaz Kylheku2017-01-211-8/+72
* Consolidate unbound var errors in pattern language.Kaz Kylheku2017-01-201-33/+22
* Bugfix: expand macros in collect, coll, gather.Kaz Kylheku2017-01-191-0/+52
* bugfix: quasilit read/print consistency, part 2.Kaz Kylheku2016-11-261-6/+4
* bugfix: quasilit read/print consistency, part 1.Kaz Kylheku2016-11-261-8/+3
* Changes to the printing framework.Kaz Kylheku2016-10-201-1/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Change criterion for *load-path*-relative loading.Kaz Kylheku2016-09-271-1/+1
* Use *load-path* in load/include directive.Kaz Kylheku2016-09-261-1/+1
* Overhaul of self-load-path mechanism.Kaz Kylheku2016-09-261-3/+5
* Separator expression in @(cat) evaluated as Lisp.Kaz Kylheku2016-06-261-1/+1
* Use Lisp eval for :var inits in collect and gather.Kaz Kylheku2016-06-261-1/+1
* Bugfix: unsafe num_fast in repeat/rep :counter code.Kaz Kylheku2016-06-171-6/+6
* Address silly uses of fixnump.Kaz Kylheku2016-06-171-26/+22
* Replace most TXR eval with Lisp eval.Kaz Kylheku2016-06-141-43/+70
* Rename Lisp eval wrappers and change arg order.Kaz Kylheku2016-06-131-41/+32
* Implement :counter in collect/coll.Kaz Kylheku2016-06-091-4/+57
* Allow @(repeat) to see variables in more places.Kaz Kylheku2016-06-041-3/+30
* @(output) evaluates destination as Lisp.Kaz Kylheku2016-06-031-1/+7
* Eliminating the ! $ and - file-opening hacks.Kaz Kylheku2016-05-311-10/+24
* Fix 2011-11-17 regression.Kaz Kylheku2016-05-271-4/+4
* New feature: self-load-path symbol macro.Kaz Kylheku2016-05-181-6/+19