| Commit message (Expand) | Author | Age | Files | Lines |
* | pattern lang: diagnose undefined function facing EOF. | Kaz Kylheku | 2019-02-01 | 1 | -3/+10 |
* | style: convert assignment to initialization. | Kaz Kylheku | 2019-02-01 | 1 | -3/+1 |
* | @(next): Cover Lisp expressions with :nothrow. | Kaz Kylheku | 2019-01-28 | 1 | -10/+57 |
* | @(next): Diagnose source combined with source-giving option. | Kaz Kylheku | 2019-01-28 | 1 | -3/+3 |
* | @(next): bugfix: nothrow not causing failed match. | Kaz Kylheku | 2019-01-28 | 1 | -6/+14 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Eliminate ALLOCA_H. | Kaz Kylheku | 2018-12-31 | 1 | -1/+1 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 1 | -1/+0 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 1 | -2/+3 |
* | txr: support variable in postive match. | Kaz Kylheku | 2018-05-22 | 1 | -0/+5 |
* | parser: @(if) hack in output must use usr package. | Kaz Kylheku | 2018-04-10 | 1 | -0/+3 |
* | Implement compiled file loading. | Kaz Kylheku | 2018-04-04 | 1 | -1/+5 |
* | Lisp load function supports .txr files. | Kaz Kylheku | 2018-02-16 | 1 | -0/+4 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | Use rplaca and rplacd instead of set over car_l/cdr_l. | Kaz Kylheku | 2018-01-01 | 1 | -8/+8 |
* | Bi-directional string tree match for non-vars. | Kaz Kylheku | 2017-08-02 | 1 | -2/+12 |
* | bugfix: pattern language undefined warning system. | Kaz Kylheku | 2017-07-16 | 1 | -2/+3 |
* | New :lists feature in @(collect)/@(coll). | Kaz Kylheku | 2017-07-11 | 1 | -5/+28 |
* | bugfix: regression in horizontal @(trailer) | Kaz Kylheku | 2017-06-19 | 1 | -3/+3 |
* | Refactoring hash bang support; hash bang null hack. | Kaz Kylheku | 2017-05-30 | 1 | -1/+1 |
* | Bugfix: missing usr:end and usr:single symbols. | Kaz Kylheku | 2017-04-11 | 1 | -0/+6 |
* | Indexing in variable subst applies to any sequence. | Kaz Kylheku | 2017-04-05 | 1 | -5/+12 |
* | Bind variable during directive delimited match. | Kaz Kylheku | 2017-03-22 | 1 | -1/+37 |
* | Remove useless consume_prefix call. | Kaz Kylheku | 2017-03-22 | 1 | -2/+0 |
* | Bugfix: missing warnings when main file is .txr. | Kaz Kylheku | 2017-03-22 | 1 | -0/+3 |
* | Rename badly named default_bool_arg | Kaz Kylheku | 2017-03-17 | 1 | -2/+2 |
* | Add in-package directive. | Kaz Kylheku | 2017-03-13 | 1 | -1/+2 |
* | New directive: mdo. | Kaz Kylheku | 2017-03-12 | 1 | -1/+2 |
* | bugfix: @(next) in function called with match-fun. | Kaz Kylheku | 2017-03-12 | 1 | -2/+6 |
* | match-fun: report error using external name. | Kaz Kylheku | 2017-03-12 | 1 | -1/+1 |
* | match-fun: make last two args optional. | Kaz Kylheku | 2017-03-12 | 1 | -1/+3 |
* | Don't open streams or stdin on non-matching directives. | Kaz Kylheku | 2017-03-09 | 1 | -22/+25 |
* | Don't sweep bad data source under the rug. | Kaz Kylheku | 2017-03-08 | 1 | -1/+1 |
* | clean up open_data_source function. | Kaz Kylheku | 2017-03-08 | 1 | -7/+5 |
* | Drop the annoying need for - for standard input. | Kaz Kylheku | 2017-03-08 | 1 | -1/+9 |
* | bugfix: :counter var not registered tentative. | Kaz Kylheku | 2017-03-04 | 1 | -0/+4 |
* | bugfix: expand :counter property in @(collect). | Kaz Kylheku | 2017-03-04 | 1 | -1/+10 |
* | bugfix: integrate finally clause with accept. | Kaz Kylheku | 2017-02-23 | 1 | -20/+40 |
* | bugfix: data stream escape in accept transfers. | Kaz Kylheku | 2017-02-20 | 1 | -1/+22 |
* | bugfix: accept allowing binding escape. | Kaz Kylheku | 2017-02-20 | 1 | -0/+33 |
* | Eliminate common code: pattern fun binding resolution. | Kaz Kylheku | 2017-02-20 | 1 | -36/+37 |
* | Bugfix: h_trailer has to intercept accept. | Kaz Kylheku | 2017-02-16 | 1 | -8/+26 |
* | Support horizontal @(block), phase 2. | Kaz Kylheku | 2017-02-15 | 1 | -12/+62 |
* | Support horizontal @(block), phase 1. | Kaz Kylheku | 2017-02-15 | 1 | -0/+45 |
* | Support horizontal form of @(throw). | Kaz Kylheku | 2017-02-13 | 1 | -0/+1 |
* | Registering tentative def must purge warning. | Kaz Kylheku | 2017-01-25 | 1 | -1/+0 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Dynamically rebind *package* in @(load). | Kaz Kylheku | 2017-01-22 | 1 | -0/+1 |
* | Dump deferred warnings in @(load). | Kaz Kylheku | 2017-01-22 | 1 | -0/+4 |
* | Enable unbound warnings when expanding TXR code. | Kaz Kylheku | 2017-01-22 | 1 | -4/+64 |