| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | doc html: TOC indentation issue on Chrome. | Kaz Kylheku | 2016-09-09 | 1 | -1/+1 |
* | awk macro: don't use zap. | Kaz Kylheku | 2016-09-09 | 1 | -1/+1 |
* | awk macro: fix buggy range semantics. | Kaz Kylheku | 2016-09-09 | 1 | -5/+9 |
* | awk macro: better code for rng with placelet. | Kaz Kylheku | 2016-09-09 | 1 | -1/+1 |
* | awk macro: revise rng eval strategy. | Kaz Kylheku | 2016-09-08 | 1 | -24/+43 |
* | awk macro: handle string typed output. | Kaz Kylheku | 2016-09-08 | 1 | -1/+3 |
* | awk macro: support ors (output record separator). | Kaz Kylheku | 2016-09-08 | 1 | -2/+4 |
* | Optimize qref and sys:rslot using slet. | Kaz Kylheku | 2016-09-08 | 2 | -17/+11 |
* | New slet macro. | Kaz Kylheku | 2016-09-08 | 3 | -12/+40 |
* | Range operators for awk macro. | Kaz Kylheku | 2016-09-08 | 1 | -11/+26 |
* | New place-mutating operators. | Kaz Kylheku | 2016-09-08 | 2 | -0/+277 |
* | No-op expansion for (inc 0) and (dec 0). | Kaz Kylheku | 2016-09-08 | 1 | -2/+2 |
* | Fix poorly chosen :postinit order. | Kaz Kylheku | 2016-09-07 | 2 | -14/+29 |
* | Awk comes to TXR via a macro. | Kaz Kylheku | 2016-09-07 | 2 | -0/+166 |
* | New rslot macro to suport upcoming awk macro. | Kaz Kylheku | 2016-09-07 | 2 | -1/+28 |
* | Bugfix: issue with expansion of place macros. | Kaz Kylheku | 2016-09-07 | 2 | -4/+10 |
* | Bugfix: x not macro-expanded in (set [x i] y). | Kaz Kylheku | 2016-09-07 | 1 | -10/+13 |
* | Bugfix: nthcdr place not obtaining macro env. | Kaz Kylheku | 2016-09-07 | 1 | -5/+9 |
* | Regression: @(rep) wrongly diagnoses empty clause. | Kaz Kylheku | 2016-09-06 | 1 | -2/+2 |
* | Version 148.txr-148 | Kaz Kylheku | 2016-09-01 | 6 | -72/+99 |
* | doc: revised merge directive description. | Kaz Kylheku | 2016-09-01 | 1 | -38/+73 |
* | Address -c not working with --lisp. | Kaz Kylheku | 2016-09-01 | 1 | -0/+6 |
* | installer: don't package man page. | Kaz Kylheku | 2016-08-31 | 1 | -2/+1 |
* | installer: lower case txr dir. | Kaz Kylheku | 2016-08-31 | 1 | -6/+6 |
* | doc: wording changes regarding usage of "query". | Kaz Kylheku | 2016-08-31 | 1 | -41/+64 |
* | doc: warn about exit methods not saving history. | Kaz Kylheku | 2016-08-30 | 1 | -0/+5 |
* | doc: revise synopsis; document listener invocation. | Kaz Kylheku | 2016-08-30 | 1 | -2/+11 |
* | doc: verb number agreement in Undo Editing. | Kaz Kylheku | 2016-08-30 | 1 | -1/+1 |
* | doc: bad wording in path-private-to-me-p | Kaz Kylheku | 2016-08-30 | 1 | -1/+3 |
* | Fix emulation of TXR 135 @(if) semantics. | Kaz Kylheku | 2016-08-29 | 1 | -2/+4 |
* | Fix broken expansion in @(if) and output @(repeat). | Kaz Kylheku | 2016-08-29 | 1 | -5/+5 |
* | Fix bugs in new quasiquote optimization. | Kaz Kylheku | 2016-08-28 | 1 | -2/+4 |
* | Precompute functions used by quasiquote optimizer. | Kaz Kylheku | 2016-08-28 | 1 | -35/+46 |
* | Fix runaway recursion in lazy struct initialization. | Kaz Kylheku | 2016-08-28 | 2 | -2/+9 |
* | Optimize quasiquote code generation. | Kaz Kylheku | 2016-08-27 | 1 | -9/+98 |
* | Introduce symbol variable for list*. | Kaz Kylheku | 2016-08-27 | 1 | -2/+3 |
* | Fix formatting of list* syntax. | Kaz Kylheku | 2016-08-26 | 1 | -1/+1 |
* | Adding time-parse method. | Kaz Kylheku | 2016-08-25 | 2 | -17/+117 |
* | Put cap on @<digits> value in op/do syntax. | Kaz Kylheku | 2016-08-24 | 1 | -0/+4 |
* | Error on non-bindable sym in defvar and defparm. | Kaz Kylheku | 2016-08-24 | 1 | -0/+3 |
* | Fix bug: global lexicals marked special anyway. | Kaz Kylheku | 2016-08-24 | 1 | -9/+4 |
* | Check arg count when expanding defsymacro. | Kaz Kylheku | 2016-08-24 | 1 | -0/+3 |
* | Misleading error message in defvarl and defsymacro. | Kaz Kylheku | 2016-08-24 | 1 | -2/+2 |
* | New time-string method on time struct. | Kaz Kylheku | 2016-08-22 | 2 | -16/+74 |
* | Adding time-parse function: wrapper for strptime. | Kaz Kylheku | 2016-08-22 | 5 | -0/+68 |
* | Version 147.txr-147 | Kaz Kylheku | 2016-08-12 | 3 | -3/+18 |
* | Fix multi-arch build issue for txr.res. | Kaz Kylheku | 2016-08-06 | 2 | -2/+2 |
* | Port exception handling to 64 bit Cygwin. | Kaz Kylheku | 2016-08-06 | 2 | -2/+59 |
* | Fix issue in make dependency generation. | Kaz Kylheku | 2016-08-06 | 1 | -1/+2 |
* | Check for Cygnal when deciding where user home is. | Kaz Kylheku | 2016-07-27 | 1 | -19/+9 |