Home | History | Annotate | Download | only in include
History log of /src/include/iconv.h
RevisionDateAuthorComments
 1.7  24-Oct-2019  kamil Switch the iconv(3) prototype to the POSIX conformant variation

Remove const from the 2nd argument.

const char ** and char ** are incompatible types and it was a cost to keep
the technically incompatible form for a more purist variation. NetBSD was
almost the last alive OS to still keep the const argument (known leftovers:
Minix and Illumos).

Keep the const form for the internal purposes inside citrus and rump.

Address the build breakage fallout in the same change.

There are no ABI changes.

Change accepted by core@.
 1.6  03-Feb-2005  perry branches: 1.6.96;
de-__P -- the hack is long since useless. Discussed with christos,
matt, kleink, others. Approved by christos.
 1.5  02-Aug-2004  tshiozak revert the last all changes related to iconv(3).
 1.4  01-Aug-2004  tshiozak make sure that the iconv(3) follows the POSIX specification;
change the 2nd argument from "const char ** restrict" to "char ** restrict".
 1.3  22-Aug-2003  kleink Sprinkle some restrict, repair a minor nit in iconv(3)'s synopsis.
 1.2  01-Jul-2003  tshiozak change iconv_t definision : void * -> struct __tag_iconv_t *.
suggested by yamt.
 1.1  27-Jun-2003  tshiozak 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).
 1.6.96.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed