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-11-12
PR/54654: Soren Tempel: Make sure el_cursor.v < el_terminal.t_size.v when
christos
2019-10-13
introduce some common variables for use in GCC warning disables:
mrg
2019-10-09
add +1 to strlcpy's (Patrick Welche)
christos
2019-10-08
remore error(1) comment
christos
2019-10-08
Change strncpy to either memcpy (when we know the len), or strlcpy (when
christos
2019-09-15
Fix type and remove cast (Yuichiro NAITO/FreeBSD).
christos
2019-09-08
PR lib/54510: Fix file completion inside quotes which broke in rev 1.53
abhinav
2019-08-21
Increment offset when adding an element to history to keep it aligned with
christos
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
[next]