| Commit message (Expand) | Author | Age | Files | Lines |
* | listener: Cygwin fix. | Kaz Kylheku | 2018-05-18 | 1 | -3/+8 |
* | linenoise: switch to wide characters, support Unicode. | Kaz Kylheku | 2015-09-22 | 1 | -13/+50 |
* | linenoise: replace linefeeds with CR in previous result. | Kaz Kylheku | 2017-07-09 | 1 | -1/+1 |
* | linenoise: callback for checking syntax completeness. | Kaz Kylheku | 2017-06-16 | 1 | -0/+3 |
* | linenoise: support forcing of noninteractive mode. | Kaz Kylheku | 2017-04-04 | 1 | -0/+2 |
* | linenoise: Ctrl-X Ctrl-P edits result of command. | Kaz Kylheku | 2016-10-12 | 1 | -0/+1 |
* | linenoise: support inclusive selection. | Kaz Kylheku | 2016-05-19 | 1 | -0/+2 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | linenoise: substring flag in completion callback. | Kaz Kylheku | 2015-10-03 | 1 | -0/+1 |
* | linenoise: atom-gathering callback feature. | Kaz Kylheku | 2015-09-18 | 1 | -0/+3 |
* | linenoise: support suffix on temp file name. | Kaz Kylheku | 2015-09-18 | 1 | -0/+1 |
* | Listener configuration variables. | Kaz Kylheku | 2015-09-17 | 1 | -0/+1 |
* | linenoise: lino_copy function. | Kaz Kylheku | 2015-09-11 | 1 | -0/+1 |
* | linenoise: remove input-viewing debug function. | Kaz Kylheku | 2015-09-09 | 1 | -1/+0 |
* | linenoise: error code distinguishes interrupt from eof. | Kaz Kylheku | 2015-09-06 | 1 | -0/+11 |
* | linenoise: get rid of globals; everything in struct. | Kaz Kylheku | 2015-09-04 | 1 | -10/+15 |
* | linenoise: change naming to conform to project. | Kaz Kylheku | 2015-09-04 | 1 | -12/+12 |
* | linenoise: compile as C++ and use checked allocator. | Kaz Kylheku | 2015-09-04 | 1 | -13/+0 |
* | Add linenoise library. | Kaz Kylheku | 2015-09-03 | 1 | -0/+68 |