| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2024. | Kaz Kylheku | 2024-01-18 | 1 | -1/+1 |
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | configure: implement full-repl option. | Kaz Kylheku | 2021-08-20 | 1 | -1/+1 |
* | listener: additional reductions in non-termios build. | Kaz Kylheku | 2021-08-20 | 1 | -0/+4 |
* | listener: unbundle from termios. | Kaz Kylheku | 2021-08-20 | 1 | -0/+4 |
* | listener: prompt feature for plain mode. | Kaz Kylheku | 2021-08-03 | 1 | -0/+1 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | listener: if no new lines, don't save history. | Kaz Kylheku | 2020-02-18 | 1 | -0/+1 |
* | listener: append to .txr_history instead of clobbering. | Kaz Kyheku | 2020-02-18 | 1 | -1/+2 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | linenoise: add copyright note. | Kaz Kylheku | 2019-09-11 | 1 | -0/+1 |
* | listener: don't flush lines when writing files. | Kaz Kylheku | 2019-08-12 | 1 | -3/+5 |
* | 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 |