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
/
readline.c
Age
Commit message (
Expand
)
Author
2019-07-23
PR/54399: Sören Tempel: Uninitialized memory access in libedit history.
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-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
2018-12-02
Add a couple more readline compat functions.
christos
2018-06-09
Provide more compatibility with readline headers; now python-3.6.5 works
christos
2018-01-01
Only FLUSH if we are ending libedit; DRAIN if we suspend for readline.
christos
2017-12-08
For applications that don't issue their own prompt (like python)
christos
2017-09-17
PR lib/52547 - read_history (readline.c) should now sets history_length.
kre
2017-09-05
For readline emulation, don't reset the tty to "sane" (cooked) mode if we
christos
2017-09-01
PR/51517: Jay West: Tty settings not restored on exit
christos
2017-04-21
When doing filename autocompletion, append a trailing slash at the end of dir...
abhinav
2017-01-09
Make sure we take into account history_base when computing negative history
christos
2016-10-28
pass the stream to the getc function
christos
2016-09-01
fix typo
mbalmer
2016-08-24
more compatible with readline history functions.
christos
2016-06-02
Fix previous to better match readline behavior (Ingo Schwarze)
christos
2016-06-02
From Ingo Schwarze:
christos
2016-05-31
remove the right history entry (Ingo Schwarze)
christos
2016-05-13
From Bastian Maerkisch, via Igno Schwarze:
christos
2016-05-09
GNU readline(3) regards history chronologically, that is, from the
christos
2016-05-09
The libedit implementation of history_get() also differs from the GNU
christos
2016-05-08
In stiffle_history(), trim excessive entries from the history and advance
christos
2016-05-06
fix logic (Ingo Schwarze)
christos
2016-04-18
From Ingo Schwarze:
christos
2016-03-23
Start removing the WIDECHAR ifdefs; building without it has stopped working
christos
2016-02-24
Make the read_char function always take a wchar_t * argument (Ingo Schwarze)
christos
2016-02-17
whitespace and header sorting changes (Ingo Schwarze). No functional changes.
christos
2016-02-16
more include file cleanup (Ingo Schwarze)
christos
2016-02-16
From Ingo Scharze:
christos
2016-02-16
cleanup chartype.h includes (Ingo Schwarze)
christos
2016-02-16
cleanup inclusion of histedit.h (Ingo Schwarze)
christos
2016-02-15
attribute unused
christos
2016-02-15
OpenBSD readline.c rev. 1.14 2015/02/06 23:21:58 millert
christos
2016-02-15
OpenBSD readline.c rev. 1.13 2015/01/13 08:33:12 reyk
christos
2015-06-02
Adjust API to a more modern readline (Ryo Onodera)
christos
2015-05-26
- fix types of rl_completion_entry_function and rl_add_defun
christos
2015-04-01
Fix overlapping strcpy (Gerry Swislow)
christos
2015-03-24
set some readline compatibility default key settings.
christos
2014-10-18
src is too big these days to tolerate superfluous apostrophes. It's
snj
2014-08-15
Fix typo in comment (Tobias Stoeckmann)
christos
2014-07-06
PR/48957: Federico G. Schwindt: Restore commented out code that broke
christos
2014-01-21
... if called prior to using_history(). This needed to be worked around
christos
2013-08-28
get rid of PATH_MAX.
christos
2013-05-28
expose rl_catch_signals and explain what we are doing.
christos
2013-01-13
explicitly pass (void *)0 instead of NULL.
christos
[next]