aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-09-17 01:17:15 +0000
committerBruno Haible <bruno@clisp.org>2009-06-21 13:06:27 +0200
commitbd6a5a3e4f49cb63be38f582f7d4b402aa29f8bd (patch)
tree45aaff95f2d8ef98600809a5f68aed472b45995a
parent607294d24881801c980256bfadba6a546e732f77 (diff)
downloadandroid-libiconv-bd6a5a3e4f49cb63be38f582f7d4b402aa29f8bd.tar.gz
android-libiconv-bd6a5a3e4f49cb63be38f582f7d4b402aa29f8bd.tar.bz2
android-libiconv-bd6a5a3e4f49cb63be38f582f7d4b402aa29f8bd.zip
Mention iconv_open_into().
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3aa2cfc..f07ce5c 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ New in 1.13:
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.
New in 1.12:
* The iconv program is now licensed under the GPL version 3, instead of the