diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-13 06:50:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-13 06:50:10 +0000 |
commit | a17256a4fa281d1e84fa56c49689bc146dd73c6e (patch) | |
tree | 310af594b3d61dceada95066f84a3f51788a1e21 /libidn/ChangeLog | |
parent | 4be2c5fcd8aa87878fed6e36a465179c5f246e28 (diff) | |
download | glibc-a17256a4fa281d1e84fa56c49689bc146dd73c6e.tar glibc-a17256a4fa281d1e84fa56c49689bc146dd73c6e.tar.gz glibc-a17256a4fa281d1e84fa56c49689bc146dd73c6e.tar.bz2 glibc-a17256a4fa281d1e84fa56c49689bc146dd73c6e.zip |
Update.
* idna.c (idna_to_ascii_4z): Use strdup if available. Unify two ifs.
* idn-stub.c: Implement __idna_to_unicode_lzlz. Split
__idna_to_ascii_lz in two parts so that loading can be shared with
the new function.
* Versions (libcidn): Export idna_to_unicode_lzlz.
Diffstat (limited to 'libidn/ChangeLog')
-rw-r--r-- | libidn/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libidn/ChangeLog b/libidn/ChangeLog index b5df17cf5c..1903cab566 100644 --- a/libidn/ChangeLog +++ b/libidn/ChangeLog @@ -1,5 +1,12 @@ 2004-03-12 Ulrich Drepper <drepper@redhat.com> + * idna.c (idna_to_ascii_4z): Use strdup if available. Unify two ifs. + + * idn-stub.c: Implement __idna_to_unicode_lzlz. Split + __idna_to_ascii_lz in two parts so that loading can be shared with + the new function. + * Versions (libcidn): Export idna_to_unicode_lzlz. + * Makefile (libcidn-inhibit-o): Define. We need no archive. 2004-03-08 Simon Josefsson <jas@extundo.com> |