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
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
2012-10-12
Add trailing NULL's to the varargs functions as required. (John Spencer)
christos
2012-07-12
PR/46678: Ian Wienand: Add stub implementation for rl_free_line_state()
christos
2012-06-05
don't crash if add_history is called from an empty line. Called from
christos
2012-05-15
define the new variable
christos
2012-05-15
Add rl_completion_word_break_hook from:
christos
2012-03-21
Use C89 functions definitions.
matt
2011-11-18
Add missing *
christos
2011-08-16
re-enable -Wconversion
christos
2011-07-29
pass -Wconversion
christos
2011-07-29
- fix unused params
christos
[next]