| Commit message (Expand) | Author | Age | Files | Lines |
* | linenoise: jump to matching parenthesis | Kaz Kylheku | 2015-09-22 | 1 | -0/+12 |
* | linenoise: new Ctrl-X Ctrl-K command to delete line. | Kaz Kylheku | 2015-09-21 | 1 | -0/+7 |
* | linenoise: multi-line behavior for del to bol/eol. | Kaz Kylheku | 2015-09-21 | 1 | -3/+6 |
* | linenoise: much more sane, per-history-item undo. | Kaz Kylheku | 2015-09-21 | 1 | -19/+28 |
* | linenoise: undo feature. | Kaz Kylheku | 2015-09-20 | 1 | -0/+26 |
* | linenoise: visual select and clipboard copy/paste. | Kaz Kylheku | 2015-09-20 | 1 | -0/+101 |
* | Adding flatcar* function. | Kaz Kylheku | 2015-09-19 | 1 | -9/+13 |
* | Atom insert feature. | Kaz Kylheku | 2015-09-18 | 1 | -0/+19 |
* | New function: flatcar. | Kaz Kylheku | 2015-09-18 | 1 | -0/+34 |
* | linenoise: insert previous word feature | Kaz Kylheku | 2015-09-18 | 1 | -0/+13 |
* | Doc fix under getpwnam. | Kaz Kylheku | 2015-09-18 | 1 | -1/+1 |
* | Improved ~/.txr_profile checks, with security. | Kaz Kylheku | 2015-09-18 | 1 | -2/+12 |
* | New function path-private-to-me. | Kaz Kylheku | 2015-09-17 | 1 | -0/+35 |
* | Add unix group database functions. | Kaz Kylheku | 2015-09-17 | 1 | -0/+78 |
* | linenoise: Ctrl-X Ctrl-V super verbatim mode. | Kaz Kylheku | 2015-09-17 | 1 | -0/+11 |
* | Version 116.txr-116 | Kaz Kylheku | 2015-09-17 | 1 | -2/+2 |
* | Listener configuration variables. | Kaz Kylheku | 2015-09-17 | 1 | -7/+39 |
* | Describe listener limitations. | Kaz Kylheku | 2015-09-16 | 1 | -0/+7 |
* | Rearrange some subsections. | Kaz Kylheku | 2015-09-16 | 1 | -36/+37 |
* | linenoise: edit command line in external editor. | Kaz Kylheku | 2015-09-16 | 1 | -0/+24 |
* | linenoise: enhanced multi-line mode with line breaks. | Kaz Kylheku | 2015-09-16 | 1 | -3/+33 |
* | linenoise: parenthesis-matching backward jump. | Kaz Kylheku | 2015-09-15 | 1 | -0/+22 |
* | Wording and grammar fix under permutations | Kaz Kylheku | 2015-09-15 | 1 | -3/+3 |
* | Implement ~/.txr_profile mechanism. | Kaz Kylheku | 2015-09-13 | 1 | -0/+22 |
* | linenoise: recognize additional commands in search. | Kaz Kylheku | 2015-09-13 | 1 | -3/+7 |
* | linenoise: support completion in the middle of line. | Kaz Kylheku | 2015-09-12 | 1 | -5/+3 |
* | linenoise: incorrect ESC treatment in completion. | Kaz Kylheku | 2015-09-12 | 1 | -12/+1 |
* | linenoise: Suppress unknown control characters. | Kaz Kylheku | 2015-09-12 | 1 | -5/+7 |
* | linenoise: Ctrl-R search | Kaz Kylheku | 2015-09-12 | 1 | -0/+45 |
* | Treat comment lines in repl, and plug memory leak. | Kaz Kylheku | 2015-09-11 | 1 | -2/+10 |
* | New :read command in repl for direct stdin parse. | Kaz Kylheku | 2015-09-11 | 1 | -0/+25 |
* | Quit if input form is :quit not its value. | Kaz Kylheku | 2015-09-11 | 1 | -1/+1 |
* | Document some special keys supported by linenoise. | Kaz Kylheku | 2015-09-11 | 1 | -2/+5 |
* | linenoise: Ctrl-C cleanly cancels completion. | Kaz Kylheku | 2015-09-11 | 1 | -3/+15 |
* | Version 115.txr-115 | Kaz Kylheku | 2015-09-10 | 1 | -2/+2 |
* | Fix misspelled :toinger filter. | Kaz Kylheku | 2015-09-10 | 1 | -1/+1 |
* | Bugfix: *args* not bound for command line expressions. | Kaz Kylheku | 2015-09-10 | 1 | -8/+14 |
* | Don't scan C source code for Lisp symbols. | Kaz Kylheku | 2015-09-10 | 1 | -0/+38 |
* | Bugfix: make self-path visible to Lisp. | Kaz Kylheku | 2015-09-10 | 1 | -0/+21 |
* | Formatting under new macro. | Kaz Kylheku | 2015-09-09 | 1 | -0/+1 |
* | Documented interactive listener. | Kaz Kylheku | 2015-09-08 | 1 | -0/+343 |
* | New functions, subtypep and typep. | Kaz Kylheku | 2015-09-08 | 1 | -0/+144 |
* | Random states of type random-state, not *random-state*. | Kaz Kylheku | 2015-09-08 | 1 | -0/+8 |
* | Debugger and compatibility now major sections. | Kaz Kylheku | 2015-09-07 | 1 | -5/+7 |
* | kill function returns boolean rather than integer. | Kaz Kylheku | 2015-09-07 | 1 | -1/+11 |
* | Adding raise function. | Kaz Kylheku | 2015-09-07 | 1 | -0/+17 |
* | Parse errors lose program prefix and parens. | Kaz Kylheku | 2015-09-06 | 1 | -0/+10 |
* | Version 114.txr-114 | Kaz Kylheku | 2015-09-02 | 1 | -2/+2 |
* | Unix password database access. | Kaz Kylheku | 2015-09-01 | 1 | -0/+79 |
* | Document new time structure and functions. | Kaz Kylheku | 2015-09-01 | 1 | -0/+65 |