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 | 444b046325af2b929c895fc6ceed753957e4af28 (patch) | |
tree | 21b8242926724757475662f0a4dcf7446b3a67eb /converters/libiconv/patches/patch-ab | |
parent | 540383c7984789c12b6613741e6a5eb6a335bb42 (diff) | |
download | pkgsrc-444b046325af2b929c895fc6ceed753957e4af28.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/patches/patch-ab')
-rw-r--r-- | converters/libiconv/patches/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/libiconv/patches/patch-ab b/converters/libiconv/patches/patch-ab index 1c112002414..94f4f8e312d 100644 --- a/converters/libiconv/patches/patch-ab +++ b/converters/libiconv/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.9 2007/03/20 00:44:53 wiz Exp $ +$NetBSD: patch-ab,v 1.10 2010/11/10 21:00:50 adam Exp $ ---- Makefile.in.orig 2006-07-14 13:14:17.000000000 +0000 +--- Makefile.in.orig 2009-06-21 11:17:33.000000000 +0000 +++ Makefile.in -@@ -38,7 +38,9 @@ all : lib/localcharset.h force +@@ -39,7 +39,9 @@ all : lib/localcharset.h force if test -d tests; then cd tests && $(MAKE) all; fi lib/localcharset.h : |