| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Version 146.txr-146 | Kaz Kylheku | 2016-07-20 | 6 | -52/+72 |
* | Print notation for quasi-strings and quasi-word-lists. | Kaz Kylheku | 2016-07-20 | 1 | -0/+64 |
* | NFA regex optimization: use just one set array. | Kaz Kylheku | 2016-07-19 | 1 | -48/+31 |
* | NFA regex optimization: combine move and closure. | Kaz Kylheku | 2016-07-19 | 1 | -37/+90 |
* | Replace 0 constant with nil. | Kaz Kylheku | 2016-07-19 | 1 | -1/+1 |
* | Adding uname. | Kaz Kylheku | 2016-07-19 | 3 | -0/+133 |
* | Don't open text files using "t" mode on Cygwin. | Kaz Kylheku | 2016-07-12 | 2 | -5/+8 |
* | Installer: correct path for deleting sh.exe. | Kaz Kylheku | 2016-07-12 | 1 | -1/+1 |
* | Version 145.txr-145 | Kaz Kylheku | 2016-07-03 | 4 | -4/+28 |
* | Rewrite Cygwin installer copyright note for Cygnal. | Kaz Kylheku | 2016-07-03 | 1 | -4/+12 |
* | Fix wrong function name: addrinfo isn't a function. | Kaz Kylheku | 2016-07-03 | 1 | -1/+1 |
* | Fix crash in getaddrinfo. | Kaz Kylheku | 2016-07-03 | 1 | -2/+4 |
* | Add shortcut to txr.exe to start menu. | Kaz Kylheku | 2016-07-02 | 1 | -2/+3 |
* | Installer deletes the sh.exe created by TXR 144. | Kaz Kylheku | 2016-07-02 | 1 | -0/+1 |
* | Bundle Cygnal version of Cygwin DLL. | Kaz Kylheku | 2016-07-02 | 1 | -1/+1 |
* | The cmdwrap sh.exe hack is no longer needed. | Kaz Kylheku | 2016-06-30 | 3 | -23/+0 |
* | Dynamically determine whether shell is cmd.exe. | Kaz Kylheku | 2016-06-30 | 1 | -1/+18 |
* | Version 144.txr-144 | Kaz Kylheku | 2016-06-29 | 6 | -644/+686 |
* | Fix command spawning on Cygwin-based standalone image. | Kaz Kylheku | 2016-06-29 | 3 | -0/+23 |
* | We would like the Windows port of TXR to open files in text | Kaz Kylheku | 2016-06-28 | 2 | -0/+9 |