Home | History | Annotate | Download | only in libintl
History log of /src/lib/libintl/gettext_iconv.c
RevisionDateAuthorComments
 1.9  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.8  18-Feb-2009  yamt branches: 1.8.46;
cache_cmp: fix comparison.
 1.7  02-Aug-2004  tshiozak branches: 1.7.34;
revert the last all changes related to iconv(3).
 1.6  02-Aug-2004  yamt follow the recent iconv(3) prototype change.
 1.5  13-Mar-2004  uebayasi Don't convert text if *.mo doesn't specify codeset.

Analyzed by Takehiko Nozaki, tested by Sean Davis, OK'ed by yamt.
 1.4  20-Jan-2004  yamt fix a comment; nl_langinfo(CODESET) belongs to LC_CTYPE, not LC_MESSAGES.
 1.3  18-Jan-2004  yamt add an ARGSUSED.
 1.2  18-Jan-2004  yamt comment.
 1.1  18-Jan-2004  yamt implement gettext implicit iconv and bind_textdomain_codeset.
 1.7.34.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.8.46.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed