index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
iconv
/
iconv.c
Age
Commit message (
Expand
)
Author
2019-10-24
Switch the iconv(3) prototype to the POSIX conformant variation
kamil
2013-10-07
Save errno around fwrite(), which can otherwise trash it; PR 47813.
dholland
2011-10-31
annotate for lint
yamt
2011-09-16
Use __dead
joerg
2009-02-20
on errors, output whatever we have before bailing out.
yamt
2009-02-20
-1 -> (size_t)-1 for return values of iconv.
yamt
2009-02-20
u_int32_t -> uint32_t
yamt
2008-03-22
call setlocale so that nl_langinfo makes sense.
yamt
2008-03-20
allow SUSv3 syntax.
tnozaki
2007-12-15
convert __attribute__s to applicable cdefs.h macros
perry
2006-08-26
More programs using efun.
christos
2005-04-25
make the error message kindly if the last character is incompleted.
tshiozak
2005-04-24
KNF, WARNS=3.
christos
2005-04-24
Fix error message when input file does not exist. From James Lowden.
thorpej
2004-12-21
scmp: don't discard const qualifiers needlessly.
yamt
2004-02-21
sort iconv -l output
jdolecek
2003-10-20
count number of invalid characters correctly.
yamt
2003-07-23
Be more verbose in error message if iconv_open fails.
wiz
2003-06-27
correct how to show size_t. %d -> %lu and cast to unsigned long.
tshiozak
2003-06-27
Citrus iconv support(4)
tshiozak