summaryrefslogtreecommitdiff
path: root/usr.bin/iconv/iconv.c
AgeCommit message (Expand)Author
2019-10-24Switch the iconv(3) prototype to the POSIX conformant variationkamil
2013-10-07Save errno around fwrite(), which can otherwise trash it; PR 47813.dholland
2011-10-31annotate for lintyamt
2011-09-16Use __deadjoerg
2009-02-20on errors, output whatever we have before bailing out.yamt
2009-02-20-1 -> (size_t)-1 for return values of iconv.yamt
2009-02-20u_int32_t -> uint32_tyamt
2008-03-22call setlocale so that nl_langinfo makes sense.yamt
2008-03-20allow SUSv3 syntax.tnozaki
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2006-08-26More programs using efun.christos
2005-04-25make the error message kindly if the last character is incompleted.tshiozak
2005-04-24KNF, WARNS=3.christos
2005-04-24Fix error message when input file does not exist. From James Lowden.thorpej
2004-12-21scmp: don't discard const qualifiers needlessly.yamt
2004-02-21sort iconv -l outputjdolecek
2003-10-20count number of invalid characters correctly.yamt
2003-07-23Be more verbose in error message if iconv_open fails.wiz
2003-06-27correct how to show size_t. %d -> %lu and cast to unsigned long.tshiozak
2003-06-27Citrus iconv support(4)tshiozak