Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/iconv Sync STANDARDS of iconv(3) with current reality



details:   https://anonhg.NetBSD.org/src/rev/afeec9001e74
branches:  trunk
changeset: 345779:afeec9001e74
user:      kamil <kamil%NetBSD.org@localhost>
date:      Wed Jun 08 07:31:45 2016 +0000

description:
Sync STANDARDS of iconv(3) with current reality

GNU libiconv is no longer incompatible with POSIX since 2007.

Solaris 11 moved to POSIX.
Illumos moved to POSIX http://illumos.org/man/3c/iconv

New software is aligned to POSIX not to the old mistake in the standard.

diffstat:

 lib/libc/iconv/iconv.3 |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r c297587352e6 -r afeec9001e74 lib/libc/iconv/iconv.3
--- a/lib/libc/iconv/iconv.3    Wed Jun 08 04:25:31 2016 +0000
+++ b/lib/libc/iconv/iconv.3    Wed Jun 08 07:31:45 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: iconv.3,v 1.21 2013/05/12 10:44:23 wiz Exp $
+.\" $NetBSD: iconv.3,v 1.22 2016/06/08 07:31:45 kamil Exp $
 .\"
 .\" Copyright (c)2003 Citrus Project,
 .\" All rights reserved.
@@ -263,10 +263,6 @@
 It was decided to reject the committee's regression and become
 .Pq technically
 incompatible.
-GNU libiconv has taken the
-.Lk http://www.gnu.org/savannah-checkouts/gnu/libiconv/documentation/libiconv-1.14/ "same route".
-Most third party software affected by this issue already handles it
-during configuration.
 .\" ----------------------------------------------------------------------
 .Sh BUGS
 If



Home | Main Index | Thread Index | Old Index