summaryrefslogtreecommitdiff
path: root/lib/libedit/chartype.h
AgeCommit message (Expand)Author
2017-05-22Add DragonFly.christos
2016-05-09s/protected/libedit_private/gchristos
2016-05-02eliminate static buffer with custom resizing code.christos
2016-05-02fix typos from Pedro Giffuni @FreeBSDchristos
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-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-07Remove advertising clause.christos
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-17whitespace and header sorting changes (Ingo Schwarze). No functional changes.christos
2016-02-14From Ingo Schwarze:christos
2016-02-14From Ingo Schwarze:christos
2016-02-14From Ingo Schwartze:christos
2016-02-11remove unused wrapper (Ingo Schwarze)christos
2016-02-08UTF-8 fixes from Ingo Schwarze:christos
2015-05-17add FreeBSDchristos
2015-05-14fix warnings on ubuntu 32 bit (Miki Rozloznik)christos
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
2015-02-17OpenBSD is like us.christos
2011-11-16easier with an int for now.christos
2011-11-15Since Width() is used only for display purposes we don't want to pass -1 forchristos
2011-07-29pass -Wconversionchristos
2010-12-16Observe the following spelling:wiz
2010-04-20Use the same hack for Solaris and MacOS/X. This is not right, we only reallychristos
2010-04-15From Jess Thrysoeechristos
2010-01-03rename historyw -> history_w for consistency.christos
2009-12-31expose the encode and decode string functions for the benefit of historychristos
2009-12-30Fix wide build, test it, but don't turn it on yet.christos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos