summaryrefslogtreecommitdiff
path: root/lib/libedit/chartype.c
AgeCommit message (Expand)Author
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