From a17256a4fa281d1e84fa56c49689bc146dd73c6e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 13 Mar 2004 06:50:10 +0000 Subject: 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. --- libidn/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libidn/ChangeLog') 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 + * 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 -- cgit 1.4.1