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
/
read.c
Age
Commit message (
Expand
)
Author
2022-10-30
improvements in malloc/free handling.
christos
2021-08-15
Disable attempts to handle EINTR and non-blocking I/O by default. It is
christos
2019-07-23
PR/54399: Sören Tempel: Uninitialized memory access in libedit history.
christos
2018-11-25
From Yuichiro Naito (FreeBSD):
christos
2018-11-18
Remove utf-8 requirement (Yuichiro NAITO)
christos
2017-06-27
remove unused variable
christos
2016-12-11
PR/51706: Amir Plivatsky: Fix memory leak
christos
2016-05-25
abstract read code to a single function (Ingo Schwarze)
christos
2016-05-24
el_map.alt can't be NULL here (Ingo Schwarze)
christos
2016-05-24
remove debug read (Ingo Schwarze)
christos
2016-05-24
From Ingo Schwarze:
christos
2016-05-22
Stop the read module from poking the el_chared.c_macro data structure
christos
2016-05-09
s/protected/libedit_private/g
christos
2016-04-19
From Ingo Schwarze:
christos
2016-04-18
From Ingo Schwarze:
christos
2016-04-12
FIONREAD takes int as an argument (Ingo Schwarze)
christos
2016-04-12
From Ingo Schwarze:
christos
2016-04-11
Get rid of private/public; keep protected (Ingo Schwarze)
christos
2016-04-11
Char -> wchar_t from Ingo Schwarze.
christos
2016-04-11
more macro WIDECHAR undoing from Ingo Schwarze.
christos
2016-04-09
More WIDECHAR elimination (Ingo Schwarze)
christos
2016-03-23
Start removing the WIDECHAR ifdefs; building without it has stopped working
christos
2016-03-02
PR/50880: David Binderman: Remove redundant code.
christos
2016-02-24
Tuck in mbstate_t to the wide char version only to avoid exposing the zeroing
christos
2016-02-24
Make the read_char function always take a wchar_t * argument (Ingo Schwarze)
christos
2016-02-24
Get split el_getc and el_wgetc completely and call el_wgetc internally.
christos
2016-02-17
whitespace and header sorting changes (Ingo Schwarze). No functional changes.
christos
2016-02-16
More header cleanups from 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-14
From Ingo Schwartze:
christos
2016-02-12
GC IGNORE_EXTCHARS and simplify code (Ingo Schwarze)
christos
2016-02-12
From Ingo Schwarze:
christos
2016-02-11
- Add some more Char casts
christos
2016-02-11
Remove utf8_islead() mbrtowc() handles this just fine (Ingo Schwarze)
christos
2016-02-08
UTF-8 fixes from Ingo Schwarze:
christos
2014-07-06
Bounds search for reallocated index, from OpenBSD via Andreas Fett
christos
2013-05-27
Test early for EOF to avoid infinite loop in the wide char case. From
christos
2012-09-11
return !OKCMD on error.
christos
2012-09-10
PR/46935: Steffen Nurpmeso: editline(3) (libedit): faulty errno handling,
christos
2011-08-16
re-enable -Wconversion
christos
2011-07-29
pass -Wconversion
christos
2011-07-29
KNF return (\1); -> return \1;
christos
2011-07-28
kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.
christos
2011-07-28
Rename key to keymacro to avoid conflicts with term.h. The renaming of term
christos
2011-07-28
term -> terminal
christos
2011-07-09
make obvious what we are trying to do...
christos
2011-07-09
Try to fix build of port where "char" is unsigned.
tron
2011-07-08
Support other non-latin1 single byte character sets.
christos
[next]