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 2023.
Kaz Kylheku
2023-01-01
2
-2
/
+2
*
linenoise: Ctrl-Z: send SIGTSTP to group, not self.
Kaz Kylheku
2022-04-28
1
-3
/
+3
*
Fix various instances of implicit conversions.
Paul A. Patience
2022-02-14
1
-2
/
+2
*
linenoise: issue newline on EOF in plain mode.
Kaz Kylheku
2022-01-28
1
-0
/
+2
*
linenoise: Ctrl-V Ctrl-J now inserts CR not LF.
Kaz Kylheku
2022-01-28
1
-0
/
+4
*
repl: bug handling comments in plain mode.
Kaz Kylheku
2022-01-28
1
-6
/
+4
*
Copyright year bump 2022.
Kaz Kylheku
2022-01-11
2
-2
/
+2
*
Casts have crept into the code not wrapped by macros.
Kaz Kylheku
2022-01-06
1
-5
/
+7
*
Eliminate declaration-after-statement everywhere.
Kaz Kylheku
2021-12-29
1
-1
/
+2
*
configure: implement full-repl option.
Kaz Kylheku
2021-08-20
2
-23
/
+23
*
listener: additional reductions in non-termios build.
Kaz Kylheku
2021-08-20
2
-6
/
+41
*
listener: unbundle from termios.
Kaz Kylheku
2021-08-20
2
-5
/
+40
*
listener: print prompts in plain mode if stdin is tty.
Kaz Kylheku
2021-08-03
1
-3
/
+4
*
listener: prompt feature for plain mode.
Kaz Kylheku
2021-08-03
2
-0
/
+20
*
listener: support multi-line expressions in plain mode.
Kaz Kylheku
2021-08-01
1
-8
/
+36
*
listener: treat unset and empty EDITOR the same.
Paul A. Patience
2021-07-04
1
-1
/
+1
*
linenoise: end-of-line/buffer selection glitch.
Kaz Kylheku
2021-06-26
1
-1
/
+1
*
Copyright year bump 2021.
Kaz Kylheku
2021-01-14
2
-2
/
+2
*
linenoise: fix: int used instead of wchar_t.
Kaz Kylheku
2020-12-24
1
-2
/
+2
*
Fix few typos reported from Fossies.
Kaz Kylheku
2020-05-23
1
-1
/
+1
*
warning cleanup: suspicious switch fallthrough cases.
Kaz Kylheku
2020-04-05
1
-1
/
+1
*
warning cleanup: missing member initializers.
Kaz Kylheku
2020-04-05
1
-1
/
+2
*
warning cleanup: unsigned < 0 comparisons.
Kaz Kylheku
2020-04-05
1
-4
/
+4
*
warning cleanup: add casts for unused parameters.
Kaz Kylheku
2020-04-05
1
-0
/
+2
*
linenoise: command to force submission of unbalanced line.
Kaz Kylheku
2020-03-28
1
-2
/
+4
*
linenoise: major delete ops now yank to clipboard.
Kaz Kyheku
2020-03-19
1
-19
/
+41
*
listener: if no new lines, don't save history.
Kaz Kylheku
2020-02-18
2
-0
/
+6
*
listener: append to .txr_history instead of clobbering.
Kaz Kyheku
2020-02-18
2
-4
/
+24
*
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
[next]