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
2021-09-10
libedit: fix indentation
rillig
2021-09-10
rl_startup_hook should be called each time. From Carlos Henrique Lima Melara
christos
2021-09-09
fix memory issues found by fuzzing (double frees and buffer overflows)
christos
2021-09-03
Try to refactor this in order to correct some of the memory issues
christos
2021-08-21
PR/56370: mirabilos: libedit change from 2017 kills history in gdb
christos
2021-08-21
Add more api to make gdb-11 happy (but not gdbtui as usual)
christos
2021-08-15
libedit: simplify calls to macro ADD_STRING
rillig
2021-08-15
readline: fix lint warning about effective unconst cast
rillig
2021-08-15
Add a LINTED comment... Why doesn't NOTREACHED work?
christos
2019-10-09
add +1 to strlcpy's (Patrick Welche)
christos
2019-10-08
Change strncpy to either memcpy (when we know the len), or strlcpy (when
christos
2019-08-21
Increment offset when adding an element to history to keep it aligned with
christos
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
[next]