index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linenoise
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year bump 2020.
Kaz Kylheku
2019-12-31
2
-2
/
+2
*
linenoise: add copyright note.
Kaz Kylheku
2019-09-11
2
-0
/
+2
*
listener: don't flush lines when writing files.
Kaz Kylheku
2019-08-12
2
-6
/
+8
*
linenoise: raise line length from 1023 to 4095.
Kaz Kylheku
2019-02-26
1
-1
/
+1
*
linenoise: deal with some lingering line wrap glitch.
Kaz Kylheku
2019-02-26
1
-0
/
+6
*
linenoise: defensive null pointer check.
Kaz Kylheku
2019-02-26
1
-1
/
+2
*
linenoise: Ctrl-X Ctrl-P missing from cheatsheet.
Kaz Kylheku
2019-02-21
1
-4
/
+4
*
linenoise: preserve too-large-to-read file.
Kaz Kylheku
2019-02-15
1
-2
/
+11
*
linenoise: bugfix: vertical skip problem.
Kaz Kylheku
2019-02-14
1
-1
/
+3
*
linenoise: fix multi-line mode regression.
Kaz Kylheku
2019-02-14
1
-5
/
+16
*
linenoise: bugfix: caret notation in insert-at-end.
Kaz Kylheku
2019-02-05
1
-1
/
+10
*
linenoise: bugfix: caret notation for NUL.
Kaz Kylheku
2019-02-05
1
-2
/
+2
*
linenoise: bugfix: regression in mlmode line wrap.
Kaz Kylheku
2019-02-05
1
-1
/
+6
*
linenoise: use move_cursor in movement operations.
Kaz Kylheku
2018-11-01
1
-36
/
+23
*
linenoise: check for null move in move_cursor.
Kaz Kylheku
2018-11-01
1
-0
/
+3
*
linenoise: small move_cursor bugfix.
Kaz Kylheku
2018-11-01
1
-0
/
+1
*
linenoise: fix use of int for wide char.
Kaz Kylheku
2018-11-01
1
-1
/
+1
*
linenoise: avoid refresh in paren matching.
Kaz Kylheku
2018-11-01
1
-4
/
+51
*
linenoise: avoid refresh for new text in multi-line mode.
Kaz Kylheku
2018-11-01
1
-3
/
+9
*
linenoise: clear need_refresh in refresh_line.
Kaz Kylheku
2018-11-01
1
-3
/
+3
*
linenoise: move modulo operation into function.
Kaz Kylheku
2018-11-01
1
-3
/
+3
*
linenoise: guard against setting cols to zero.
Kaz Kylheku
2018-11-01
1
-1
/
+1
*
linenoise: improve efficiency of warning flash.
Kaz Kylheku
2018-11-01
1
-12
/
+20
*
linenoise: bugfix: incorrect tests for WEOF.
Kaz Kylheku
2018-10-31
1
-7
/
+7
*
listener: fix crash in selection yanking.
Kaz Kylheku
2018-06-20
1
-1
/
+1
*
listener: Cygnal fix.
Kaz Kylheku
2018-05-18
1
-1
/
+23
*
listener: Cygwin fix.
Kaz Kylheku
2018-05-18
2
-8
/
+13
*
linenoise: switch to wide characters, support Unicode.
Kaz Kylheku
2015-09-22
2
-358
/
+418
*
linenoise: visual feedback for incomplete entry.
Kaz Kylheku
2017-09-07
1
-0
/
+25
*
linenoise: bugfix: cancel extended mode on Enter.
Kaz Kylheku
2017-09-07
1
-0
/
+1
*
linenoise: replace linefeeds with CR in previous result.
Kaz Kylheku
2017-07-09
2
-1
/
+3
*
linenoise: support suspend and refresh in help.
Kaz Kylheku
2017-06-30
1
-0
/
+11
*
linenoise: callback for checking syntax completeness.
Kaz Kylheku
2017-06-16
2
-1
/
+23
*
linenoise: Ctrl-X ? displays editing cheatsheet.
Kaz Kylheku
2017-06-14
1
-0
/
+101
*
linenoise: support forcing of noninteractive mode.
Kaz Kylheku
2017-04-04
2
-1
/
+14
*
linenoise: bugfix: use persistent stream for non-tty.
Kaz Kylheku
2017-04-03
1
-12
/
+18
*
linenoise: close descriptor before external edit.
Kaz Kylheku
2017-03-17
1
-1
/
+6
*
linenoise: Ctrl-X Ctrl-P edits result of command.
Kaz Kylheku
2016-10-12
2
-0
/
+21
*
linenoise: bug in resubmit historic line when dupe.
Kaz Kylheku
2016-10-12
1
-2
/
+4
*
linenoise: bugfix: handle ESC in extended command.
Kaz Kylheku
2016-09-30
1
-1
/
+2
*
linenoise: use USERPROFILE for home dir on Cygnal.
Kaz Kylheku
2016-09-17
1
-1
/
+18
*
linenoise: support inclusive selection.
Kaz Kylheku
2016-05-19
2
-3
/
+23
*
linenoise: g++ signed/unsigned warnings.
Kaz Kylheku
2016-04-20
1
-4
/
+5
*
linenoise: replace poor uses of size_t with int.
Kaz Kylheku
2016-03-29
1
-76
/
+75
*
Replace all stray C style casts with macros.
Kaz Kylheku
2016-03-29
1
-33
/
+46
*
Header file cleanup.
Kaz Kylheku
2016-01-22
1
-3
/
+0
*
Copyright year bump.
Kaz Kylheku
2015-12-31
3
-3
/
+3
*
linenoise: submit and stay in history.
Kaz Kylheku
2015-12-31
1
-0
/
+19
*
linenoise: bugfix: Ctrl-X bails out of hist search
Kaz Kylheku
2015-12-31
1
-1
/
+1
*
linenoise: substring flag in completion callback.
Kaz Kylheku
2015-10-03
2
-4
/
+8
[next]