diff options
author | adam <adam@pkgsrc.org> | 2010-11-10 21:00:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-11-10 21:00:49 +0000 |
commit | 0b1c7c80092e8b81be382c7eee5161ffba686c5d (patch) | |
tree | 21b8242926724757475662f0a4dcf7446b3a67eb /converters/libiconv/PLIST | |
parent | 237d2ca71d9e2e726d062442ede9e76214e893bf (diff) | |
download | pkgsrc-0b1c7c80092e8b81be382c7eee5161ffba686c5d.tar.gz |
Changes 1.13.1:
* The library and the iconv program now understand platform dependent aliases,
for better compatibility with the platform's own iconv_open function.
Examples: "646" on Solaris, "iso88591" on HP-UX, "IBM-1252" on AIX.
* For stateful encodings, when the input ends with a shift sequence followed
by invalid input, the iconv function now increments the input pointer past
the shift sequence before returning (size_t)(-1) with errno = EILSEQ. This
is also like GNU libc's iconv() behaves.
* The library exports a new function iconv_open_into() that stores the
conversion descriptor in pre-allocated memory, rather than allocating fresh
memory for it.
* Added CP1131 converter.
Diffstat (limited to 'converters/libiconv/PLIST')
-rw-r--r-- | converters/libiconv/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/libiconv/PLIST b/converters/libiconv/PLIST index ac346b6ac81..24e9b745a7d 100644 --- a/converters/libiconv/PLIST +++ b/converters/libiconv/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2009/06/14 17:39:10 joerg Exp $ +@comment $NetBSD: PLIST,v 1.9 2010/11/10 21:00:49 adam Exp $ bin/iconv include/iconv.h include/libcharset.h @@ -10,10 +10,12 @@ man/man1/iconv.1 man/man3/iconv.3 man/man3/iconv_close.3 man/man3/iconv_open.3 +man/man3/iconv_open_into.3 man/man3/iconvctl.3 share/doc/libiconv/iconv.1.html share/doc/libiconv/iconv.3.html share/doc/libiconv/iconv_close.3.html share/doc/libiconv/iconv_open.3.html +share/doc/libiconv/iconv_open_into.3.html share/doc/libiconv/iconvctl.3.html share/examples/libiconv/charset.alias |