| Commit message (Expand) | Author | Age | Files | Lines |
* | linenoise: Suppress unknown control characters. | Kaz Kylheku | 2015-09-12 | 2 | -5/+9 |
* | linenoise: Ctrl-R search | Kaz Kylheku | 2015-09-12 | 2 | -3/+180 |
* | Treat comment lines in repl, and plug memory leak. | Kaz Kylheku | 2015-09-11 | 2 | -4/+24 |
* | New :read command in repl for direct stdin parse. | Kaz Kylheku | 2015-09-11 | 2 | -1/+48 |
* | Better EOF check in read-eval stream function. | Kaz Kylheku | 2015-09-11 | 2 | -1/+11 |
* | Quit if input form is :quit not its value. | Kaz Kylheku | 2015-09-11 | 2 | -3/+3 |
* | 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 | 2 | -3/+18 |
* | linenoise: replace 9 with TAB; anticipate extension. | Kaz Kylheku | 2015-09-11 | 1 | -8/+14 |
* | linenoise: lino_copy function. | Kaz Kylheku | 2015-09-11 | 2 | -7/+35 |
* | Version 115.txr-115 | Kaz Kylheku | 2015-09-10 | 6 | -366/+504 |
* | Fix misspelled :toinger filter. | Kaz Kylheku | 2015-09-10 | 3 | -5/+5 |
* | Remove duplicate variable initialization. | Kaz Kylheku | 2015-09-10 | 1 | -1/+0 |
* | Bugfix: *args* not bound for command line expressions. | Kaz Kylheku | 2015-09-10 | 2 | -10/+21 |
* | Don't scan C source code for Lisp symbols. | Kaz Kylheku | 2015-09-10 | 3 | -33/+58 |
* | Bugfix: make self-path visible to Lisp. | Kaz Kylheku | 2015-09-10 | 2 | -2/+26 |
* | Don't pass char to <ctype.h> function. | Kaz Kylheku | 2015-09-10 | 1 | -2/+4 |
* | Completion doesn't iterate over all packages. | Kaz Kylheku | 2015-09-10 | 1 | -10/+3 |
* | No completion on symbol in nonexistent package. | Kaz Kylheku | 2015-09-10 | 1 | -0/+2 |
* | linenoise: sort completions by length. | Kaz Kylheku | 2015-09-10 | 1 | -0/+19 |
* | C++: don't use int constant as enum initializer. | Kaz Kylheku | 2015-09-09 | 1 | -1/+1 |
* | C++: need conversions in return value from alloca. | Kaz Kylheku | 2015-09-09 | 1 | -2/+2 |
* | C++: avoid the compl identifier. | Kaz Kylheku | 2015-09-09 | 1 | -5/+5 |
* | C++: fix goto repl which skips initializations. | Kaz Kylheku | 2015-09-09 | 1 | -3/+3 |
* | linenoise: fix g++ signed/unsigned warning. | Kaz Kylheku | 2015-09-09 | 1 | -1/+2 |
* | Small optimization in finalization. | Kaz Kylheku | 2015-09-09 | 1 | -1/+6 |
* | Remove useless mark_makefresh hack. | Kaz Kylheku | 2015-09-09 | 1 | -12/+1 |
* | Finalization fix: incorrect for generational gc. | Kaz Kylheku | 2015-09-09 | 1 | -17/+19 |
* | Bugfix: multiple evaluation problem in slot place. | Kaz Kylheku | 2015-09-09 | 1 | -4/+5 |
* | Formatting under new macro. | Kaz Kylheku | 2015-09-09 | 1 | -0/+1 |
* | Fix fun, symbol-function and symbol-value places. | Kaz Kylheku | 2015-09-09 | 1 | -5/+5 |
* | More informative printed rep for functions. | Kaz Kylheku | 2015-09-09 | 2 | -2/+19 |
* | Reveal struct winsize on Solaris. | Kaz Kylheku | 2015-09-09 | 3 | -4/+39 |
* | alloca needs to be declared. | Kaz Kylheku | 2015-09-09 | 1 | -0/+1 |
* | Wrap call to repl with #if HAVE_TERMIOS. | Kaz Kylheku | 2015-09-09 | 1 | -0/+2 |
* | linenoise: remove input-viewing debug function. | Kaz Kylheku | 2015-09-09 | 3 | -32/+0 |
* | Missing termination and else clause in configure. | Kaz Kylheku | 2015-09-09 | 1 | -0/+4 |
* | linenoise: don't touch OPOST termios output flag. | Kaz Kylheku | 2015-09-08 | 1 | -2/+1 |
* | linenoise: stray printf on stdout. | Kaz Kylheku | 2015-09-08 | 1 | -2/+5 |
* | linenoise: don't flush tty input when changing mode. | Kaz Kylheku | 2015-09-08 | 1 | -2/+2 |
* | Refinement in linenoise eof/intr handling. | Kaz Kylheku | 2015-09-08 | 1 | -3/+10 |
* | linenoise: stdin fd closed bug in !isatty case. | Kaz Kylheku | 2015-09-08 | 1 | -1/+4 |
* | Documented interactive listener. | Kaz Kylheku | 2015-09-08 | 1 | -0/+343 |
* | linenoise: eliminate silly CTRL_<letter> constants. | Kaz Kylheku | 2015-09-08 | 1 | -32/+18 |
* | Bugfix: underrun on empty line tab completion. | Kaz Kylheku | 2015-09-08 | 1 | -1/+4 |
* | linenoise: Ctrl-U deletes only to the left. | Kaz Kylheku | 2015-09-08 | 1 | -4/+11 |
* | linenoise: expand tabs to spaces instead of ^I. | Kaz Kylheku | 2015-09-08 | 1 | -4/+10 |
* | linenoise: delete word recognizes tabs as space. | Kaz Kylheku | 2015-09-08 | 1 | -2/+3 |
* | linenoise: remove history and TODO list from comment. | Kaz Kylheku | 2015-09-08 | 1 | -64/+0 |
* | Allow runaway lazy list computation to be interrupted. | Kaz Kylheku | 2015-09-08 | 1 | -0/+4 |