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