summaryrefslogtreecommitdiff
path: root/lib/libedit/chartype.c
AgeCommit message (Expand)Author
2019-07-23PR/54399: Sören Tempel: Uninitialized memory access in libedit history.christos
2018-11-25From Yuichiro Naito (FreeBSD):christos
2018-11-18fix compilationchristos
2018-11-18Remove utf-8 requirement (Yuichiro NAITO)christos
2017-01-09Make sure that argv is NULL terminated since functions like tty_stty relychristos
2016-05-09s/protected/libedit_private/gchristos
2016-05-02eliminate static buffer with custom resizing code.christos
2016-04-11Get rid of private/public; keep protected (Ingo Schwarze)christos
2016-04-11chartype cleanups from Ingo Schwarze:christos
2016-04-11Char -> wchar_t 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-02-28remove 4 clause licenses.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-11- Add some more Char castschristos
2015-02-22split the allocation functions, their mixed usage was too confusing.christos
2015-02-22PR/49683: Amir Plivatsky: Off-by-one comparison in ct_decode_string() leadingchristos
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-28- fix memory allocation botch in wide stringschristos
2011-07-27fix buffer growing code.christos
2010-04-15From Jess Thrysoeechristos
2010-01-12- in the argv conversion, handle NULL as NULLchristos
2009-12-31expose the encode and decode string functions for the benefit of historychristos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos