| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | bugfix: expand macros in a number of directives. | Kaz Kylheku | 2017-01-21 | 1 | -8/+72 |
* | Consolidate unbound var errors in pattern language. | Kaz Kylheku | 2017-01-20 | 1 | -33/+22 |
* | Bugfix: expand macros in collect, coll, gather. | Kaz Kylheku | 2017-01-19 | 1 | -0/+52 |
* | bugfix: quasilit read/print consistency, part 2. | Kaz Kylheku | 2016-11-26 | 1 | -6/+4 |
* | bugfix: quasilit read/print consistency, part 1. | Kaz Kylheku | 2016-11-26 | 1 | -8/+3 |
* | Changes to the printing framework. | Kaz Kylheku | 2016-10-20 | 1 | -1/+1 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Change criterion for *load-path*-relative loading. | Kaz Kylheku | 2016-09-27 | 1 | -1/+1 |
* | Use *load-path* in load/include directive. | Kaz Kylheku | 2016-09-26 | 1 | -1/+1 |
* | Overhaul of self-load-path mechanism. | Kaz Kylheku | 2016-09-26 | 1 | -3/+5 |
* | Separator expression in @(cat) evaluated as Lisp. | Kaz Kylheku | 2016-06-26 | 1 | -1/+1 |
* | Use Lisp eval for :var inits in collect and gather. | Kaz Kylheku | 2016-06-26 | 1 | -1/+1 |
* | Bugfix: unsafe num_fast in repeat/rep :counter code. | Kaz Kylheku | 2016-06-17 | 1 | -6/+6 |
* | Address silly uses of fixnump. | Kaz Kylheku | 2016-06-17 | 1 | -26/+22 |
* | Replace most TXR eval with Lisp eval. | Kaz Kylheku | 2016-06-14 | 1 | -43/+70 |
* | Rename Lisp eval wrappers and change arg order. | Kaz Kylheku | 2016-06-13 | 1 | -41/+32 |
* | Implement :counter in collect/coll. | Kaz Kylheku | 2016-06-09 | 1 | -4/+57 |
* | Allow @(repeat) to see variables in more places. | Kaz Kylheku | 2016-06-04 | 1 | -3/+30 |
* | @(output) evaluates destination as Lisp. | Kaz Kylheku | 2016-06-03 | 1 | -1/+7 |
* | Eliminating the ! $ and - file-opening hacks. | Kaz Kylheku | 2016-05-31 | 1 | -10/+24 |
* | Fix 2011-11-17 regression. | Kaz Kylheku | 2016-05-27 | 1 | -4/+4 |
* | New feature: self-load-path symbol macro. | Kaz Kylheku | 2016-05-18 | 1 | -6/+19 |
* | Simple indirection on pattern functions: @(call). | Kaz Kylheku | 2016-04-27 | 1 | -0/+59 |
* | Pretty print filename in assertion. | Kaz Kylheku | 2016-04-25 | 1 | -2/+2 |
* | Don't quote path in load and @(load) diagnostics. | Kaz Kylheku | 2016-04-22 | 1 | -5/+5 |
* | Fix inconsistency of Lisp var visibility in TXR. | Kaz Kylheku | 2016-04-17 | 1 | -29/+34 |
* | Fix internal error: bug in data stream opening logic. | Kaz Kylheku | 2016-04-15 | 1 | -2/+3 |
* | Close source files after parsing. | Kaz Kylheku | 2016-04-15 | 1 | -1/+6 |
* | Merge some repeated code. | Kaz Kylheku | 2016-03-22 | 1 | -31/+20 |
* | New semantics for @(if) directive. | Kaz Kylheku | 2016-03-22 | 1 | -0/+28 |
* | Support binding in @(repeat)/@(rep) :vars. | Kaz Kylheku | 2016-03-16 | 1 | -1/+16 |
* | Bugfix and @(repeat) and @(rep). | Kaz Kylheku | 2016-03-16 | 1 | -1/+1 |
* | @(output)_destination can be a stream. | Kaz Kylheku | 2016-03-14 | 1 | -21/+25 |
* | Implement @(next nil). | Kaz Kylheku | 2016-02-29 | 1 | -6/+10 |
* | Add debug trace to @(require). | Kaz Kylheku | 2016-01-22 | 1 | -1/+3 |
* | Bugfix: @(require) eval not in proper env. | Kaz Kylheku | 2016-01-22 | 1 | -2/+1 |
* | Header file cleanup. | Kaz Kylheku | 2016-01-22 | 1 | -3/+0 |