perry
|
19b7469a00
|
de-__P -- the hack is long since useless. Discussed with christos,
matt, kleink, others. Approved by christos.
|
2005-02-03 04:39:32 +00:00 |
tshiozak
|
f7d656a488
|
revert the last all changes related to iconv(3).
|
2004-08-02 13:38:21 +00:00 |
tshiozak
|
ab8d4be7c6
|
make sure that the iconv(3) follows the POSIX specification;
change the 2nd argument from "const char ** restrict" to "char ** restrict".
|
2004-08-01 16:40:58 +00:00 |
kleink
|
f518dc7e04
|
Sprinkle some restrict, repair a minor nit in iconv(3)'s synopsis.
|
2003-08-22 14:05:03 +00:00 |
tshiozak
|
2fbaee419e
|
change iconv_t definision : void * -> struct __tag_iconv_t *.
suggested by yamt.
|
2003-07-01 08:54:57 +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 |