index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libedit
Age
Commit message (
Expand
)
Author
2019-07-28
PR/54415: Ricky Zhou: libedit stats completions for non-file completions
christos
2019-07-23
remove stray brace
christos
2019-07-23
put the NULL check immediately after the allocation
christos
2019-07-23
PR/54399: Sören Tempel: Uninitialized memory access in libedit history.
christos
2019-07-23
PR/54400: Sören Tempel: out-of-bounds read in libedit c_delbefore
christos
2019-06-30
Add a comment explaining why we don't use DO here. Correct the attribution
christos
2019-06-29
PR/54329: Raphael Ross: According to https://www.gnu.org/software/termutils/\
christos
2019-06-07
PR/54281: Jonathan Perkins: NUL terminate rl_line_buffer on modification
christos
2019-06-07
PR/54280: rl_completer_quote_characters should be const for readline compat
christos
2019-06-07
PR/54279: Jonathan Perkins: Ignore adjacent start/end prompt ignore.
christos
2019-04-26
Follow the man page for EL_GETTC and not require a NULL terminated argument
christos
2019-04-20
PR lib/54131 - declare the loop variable outside the for loop
abhinav
2019-04-12
PR/52359: Benjamin Lorenz: When resizing because of a signal save and restore
christos
2019-04-12
PR/54117: Paavo Helde: Fix memory overrun: Account for the closing quote
christos
2019-03-31
Perform quoting of filename completions when there are multiple matches as well
abhinav
2019-03-24
Only quote the completion matches if we are doing filename completion
abhinav
2019-02-15
PR/53983: Jonathan Perkins: Fix types for readline compatibility
christos
2019-02-14
PR/53981: Jonathan Perkins: history_list should null-terminate
christos
2019-01-10
PR/53856: F. Aragon: editline/libedit not prompting colors in readline mode
christos
2019-01-04
Fix mis-applied change in previous. Don't increment r_oldcv twice.
uwe
2018-12-02
Add a couple more readline compat functions.
christos
2018-11-29
Fix off by one <tsahara at iij>
christos
2018-11-25
From Yuichiro Naito (FreeBSD):
christos
2018-11-25
From Yuichiro Naito (FreeBSD):
christos
2018-11-24
PR/53682: Jordan Lewis: use newlines instead of padded spaces when restoring
christos
2018-11-18
fix compilation
christos
2018-11-18
Remove utf-8 requirement (Yuichiro NAITO)
christos
2018-10-23
Apply revisions 1.21, 1.22 from OpenBSD:
christos
2018-09-13
Fix editing mistake, remove ) from func call that is now gone.
kre
2018-09-13
more efficient to use decode_result :-) Pointed out by kre@
christos
2018-09-12
PR/53597: Yasuhiro Horimoto: Avoid segmentation fault in bad history file.
christos
2018-06-09
Provide more compatibility with readline headers; now python-3.6.5 works
christos
2018-05-04
fix uninitialized
christos
2018-05-04
Handle filename autocompletion when the cursor is at a backslash or quote cha...
abhinav
2018-05-02
Add '*' and '[' to the list of characters which need escaping during autocomp...
abhinav
2018-02-26
PR/53058: Nikhil Benesch: use correctly typed variables (wchar_t vs wint_t)
christos
2018-01-01
Only FLUSH if we are ending libedit; DRAIN if we suspend for readline.
christos
2017-12-23
The order in which the arguments to a function are evaluated is
uwe
2017-12-08
For applications that don't issue their own prompt (like python)
christos
2017-10-27
Add NULL check after doing memory allocation at a couple of places
abhinav
2017-10-15
Add copyright and rcs header to the test program.
abhinav
2017-10-15
Add support for escaping special characters when doing filename completion.
abhinav
2017-10-11
Fix typo in comment
abhinav
2017-09-17
PR lib/52547 - read_history (readline.c) should now sets history_length.
kre
2017-09-16
Fix indentation (convert spaces to tab)
abhinav
2017-09-05
For readline emulation, don't reset the tty to "sane" (cooked) mode if we
christos
2017-09-02
Remove trailing whitespace; convert Xr readline to Nm readline, since
wiz
2017-09-01
PR/51517: Jay West: Tty settings not restored on exit
christos
2017-07-03
Remove workaround for ancient HTML generation code.
wiz
2017-06-30
Allow wide characters (properly encoded as byte strings according to LC_CTYPE)
kre
[next]