summaryrefslogtreecommitdiffstats
path: root/lib/libedit/chartype.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-06typos in comments; from Pedro Giffuni (FreeBSD) via Christos Zoulas (NetBSD)schwarze1-3/+3
2016-04-11delete the "private" and "public" preprocessor macros, just use standard C;schwarze1-4/+4
2016-04-11Clean up chartype.h:schwarze1-18/+4
2016-04-11get rid of the non-standard data type "Char" in almost all files;schwarze1-20/+13
2016-04-11Move wrapper macros to the two files actually needing them:schwarze1-28/+1
2016-04-09Delete 26 wrapper macros and two wrapper functions that are noschwarze1-40/+1
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.schwarze1-40/+3
2016-03-22format string fixes in debug code;schwarze1-1/+3
2016-03-21Christos Zoulas just rescinded clauses 3 & 4 of his licenses, seeschwarze1-8/+1
2016-03-21Make the read_char() function always take a wchar_t * argument.schwarze1-2/+2
2016-03-20Cleanup of standard header inclusion:schwarze1-6/+6
2016-03-20Delete the useless Int datatype and always use the standard wint_tschwarze1-3/+1
2016-03-20Get rid of "#ifdef WIDECHAR" and one goto in read_char(),schwarze1-2/+2
2016-03-20Fix the public interface function el_getc(3).schwarze1-1/+3
2016-03-20Fix the CHARSET_IS_UTF8 case in read_char().schwarze1-5/+3
2014-10-17Remove non-exposed malloc/realloc/free wrappers, and then substitutederaadt1-2/+2
2011-07-07Enable wide character functions in libedit (not the other libe*t).nicm1-2/+2
2011-07-07sync with upstream, retaining local modifications.okan1-3/+3
2011-04-04Make wcwidth() callers cope with -1 return value. Doesn't affect the build yet.stsp1-2/+2
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.nicm1-0/+246