tshiozak
|
1cf148a9cc
|
make the error message kindly if the last character is incompleted.
(bin/30051)
|
2005-04-25 13:57:34 +00:00 |
christos
|
557621f75a
|
KNF, WARNS=3.
|
2005-04-24 17:46:06 +00:00 |
thorpej
|
f190e3a631
|
Fix error message when input file does not exist. From James Lowden.
|
2005-04-24 17:08:42 +00:00 |
yamt
|
8676c37c10
|
scmp: don't discard const qualifiers needlessly.
|
2004-12-21 11:33:07 +00:00 |
jdolecek
|
b142758840
|
sort iconv -l output
|
2004-02-21 09:16:25 +00:00 |
yamt
|
c046e5f6af
|
count number of invalid characters correctly.
ok'ed by tshiozak@.
|
2003-10-20 12:56:18 +00:00 |
wiz
|
7d42d8e76f
|
Be more verbose in error message if iconv_open fails.
|
2003-07-23 13:18:59 +00:00 |
lukem
|
42b4b5e4a4
|
<bsd.own.mk> needed before NETBSDSRCDIR is used
|
2003-07-10 11:21:03 +00:00 |
wiz
|
ab7901a8b6
|
Grammar and mdoc improvements. Sort sections. Only mention iconv(3)
in SEE ALSO, since iconv_open(3) and iconv_close(3) are the same.
|
2003-07-04 07:58:10 +00:00 |
tshiozak
|
6a491b80a2
|
add manpage for iconv(1).
|
2003-07-04 06:59:52 +00:00 |
tshiozak
|
f0108a1301
|
correct how to show size_t. %d -> %lu and cast to unsigned long.
reported by Rob Quinn.
|
2003-06-27 15:42:12 +00:00 |
tshiozak
|
ff5c3e6895
|
Citrus iconv support(4)
add iconv external I/F (iconv.h - iconv_open()/iconv()/iconv_close()) and
iconv(1) utility.
TODO:
- bump libc minor.
- add iconv data files.
- create manpages: iconv_open(3)/iconv(3)/iconv_close(3)/iconv(1)/
mkesdb(1)/mkcsmapper(1).
|
2003-06-27 05:21:49 +00:00 |