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
2021-09-26
make flag unsigned to match prototype of the function used
christos
2021-09-26
- Completion should not add a quote at the end of the line to match an
christos
2021-09-10
libedit: fix indentation
rillig
2021-09-10
Add an LLVM fuzzing wrapper for the portable libedit (Christian Holler)
christos
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-09
Add casts to appease conversions between wchar_t and wint_t
christos
2021-09-03
Try to refactor this in order to correct some of the memory issues
christos
2021-08-30
Add a changes file
christos
2021-08-29
^W is traditionally bound to ed-delete-prev-word and not kill-region
christos
2021-08-28
Respect $EDITOR when execution one (Baptiste Daroussin)
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 verb to sentence.
wiz
2021-08-15
Disable attempts to handle EINTR and non-blocking I/O by default. It is
christos
2021-08-15
Add a LINTED comment... Why doesn't NOTREACHED work?
christos
2021-07-31
s/dependend/dependent/
andvar
2021-07-14
Via Jess Thrysoee, from Adrian Bunk: Fix libedit build on Linux/Alpha
christos
2021-05-05
PR/56147: Miroslav Lichvar: Avoid memory leak if strdup fails.
christos
2021-03-28
Only unescape when we are quoting and don't add a space if we are quoting
christos
2021-03-28
document the flag
christos
2021-03-28
Pass the unescaped filename the the append function so it has to do less work
christos
2021-03-27
Add fn_complete2() that controls the quoting of the returned match.
christos
2020-07-10
Fix numeric variable handling in settc (lyzliyuzhi at 163 dot com)
christos
2020-05-31
use strlcpy() instead of strncpy() for gcc happiness
christos
2020-03-30
patbuf must be updated if the length of patbuf is greater than or equal to 0....
ryo
2020-03-30
fix build error with SDEBUG, MAP_DEBUG, DEBUG_REFRESH
ryo
2020-01-05
PR lib/54510 - when user supplied completion function is there,
abhinav
2020-01-05
Summary: Remove over-simplified extraneous test
tih
2019-12-10
When 'attempted_completion_function' non-NULL, with a 'single_match'
christos
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
[next]