summaryrefslogtreecommitdiffstats
path: root/lib/libedit/chartype.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-29Terminate NULL in argv. This fix is come from 1.31 from NetBSDyasuoka1-2/+3
2016-04-11delete the "private" and "public" preprocessor macros, just use standard C;schwarze1-5/+5
2016-04-11Clean up chartype.h:schwarze1-2/+4
2016-04-11get rid of the non-standard data type "Char" in almost all files;schwarze1-16/+16
2016-04-09Delete 26 wrapper macros and two wrapper functions that are noschwarze1-7/+8
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.schwarze1-35/+1
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-3/+7
2016-03-20Get rid of "#ifdef WIDECHAR" and one goto in read_char(),schwarze1-1/+16
2014-10-17Remove non-exposed malloc/realloc/free wrappers, and then substitutederaadt1-11/+11
2013-05-22Sync with upstream. Fix buffer growing and memory allocation for wideyasuoka1-18/+13
2011-11-17Calculate the size for the wchar_t argv correctly, fixes memorynicm1-8/+9
2011-07-07sync with upstream, retaining local modifications.okan1-1/+3
2011-04-04Make wcwidth() callers cope with -1 return value. Doesn't affect the build yet.stsp1-2/+6
2010-06-30Update libedit to bring it into sync with the latest version from NetBSD.nicm1-0/+356