summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/utf8.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* expose vasnmprintf(); ok (as part of other commit) markus deraadtdjm2020-05-011-3/+2
* add allocating variant of the safe utf8 printer; ok dtucker as part ofdjm2020-04-031-1/+15
* vasnmprintf allocates str and returns -1; ok djmmarkus2020-03-061-4/+6
* AIX reports the CODESET as "ISO8859-1" in the POSIX locale.schwarze2018-08-211-4/+9
* Switch to recallocarray() for a few operations. Both growth and shrinkagederaadt2017-05-311-2/+2
* Recognize nl_langinfo(CODESET) return values "646" and "" as aliasesschwarze2017-04-171-2/+3
* Add a common nl_langinfo(CODESET) alias for US-ASCII "ANSI_X3.4-1968"djm2017-02-191-2/+3
* In vasnmprintf() return an error if malloc fails and don't setjsg2017-02-021-1/+2
* Even when only writing an unescaped character, the dst buffer may need toschwarze2016-05-301-15/+31
* Fix two rare edge cases:schwarze2016-05-301-10/+18
* To prevent screwing up terminal settings when printing to theschwarze2016-05-251-0/+258