index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libedit
/
chartype.c
Age
Commit message (
Expand
)
Author
2019-01-29
Terminate NULL in argv. This fix is come from 1.31 from NetBSD
YASUOKA Masahiko
2016-04-11
delete the "private" and "public" preprocessor macros, just use standard C;
Ingo Schwarze
2016-04-11
Clean up chartype.h:
Ingo Schwarze
2016-04-11
get rid of the non-standard data type "Char" in almost all files;
Ingo Schwarze
2016-04-09
Delete 26 wrapper macros and two wrapper functions that are no
Ingo Schwarze
2016-04-09
Always compile with WIDECHAR on and delete that preprocessor switch.
Ingo Schwarze
2016-03-21
Christos Zoulas just rescinded clauses 3 & 4 of his licenses, see
Ingo Schwarze
2016-03-21
Make the read_char() function always take a wchar_t * argument.
Ingo Schwarze
2016-03-20
Cleanup of standard header inclusion:
Ingo Schwarze
2016-03-20
Get rid of "#ifdef WIDECHAR" and one goto in read_char(),
Ingo Schwarze
2014-10-17
Remove non-exposed malloc/realloc/free wrappers, and then substitute
Theo de Raadt
2013-05-22
Sync with upstream. Fix buffer growing and memory allocation for wide
YASUOKA Masahiko
2011-11-17
Calculate the size for the wchar_t argv correctly, fixes memory
Nicholas Marriott
2011-07-07
sync with upstream, retaining local modifications.
Okan Demirmen
2011-04-04
Make wcwidth() callers cope with -1 return value. Doesn't affect the build yet.
Stefan Sperling
2010-06-30
Update libedit to bring it into sync with the latest version from NetBSD.
Nicholas Marriott