/sys/modules/secmodel_overlay/

ttp://git.infra.scholz.ruhr/netbsd/atom/usr.bin/iconv?h=trunk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/usr.bin/iconv
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
2013-05-12conform -> conforms - this is the file that was supposed to be changed.rodent
2011-10-31annotate for lintyamt
2011-09-16Use __deadjoerg
2011-01-06fix typo, from Ryo HAYASAKA in PR 44332.dholland
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
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-07-10<bsd.own.mk> needed before NETBSDSRCDIR is usedlukem
2003-07-04Grammar and mdoc improvements. Sort sections. Only mention iconv(3)wiz
2003-07-04add manpage for iconv(1).tshiozak
2003-06-27correct how to show size_t. %d -> %lu and cast to unsigned long.tshiozak
2003-06-27Citrus iconv support(4)tshiozak