2004-07-02 Roland McGrath * configure: Don't exit. 2004-05-21 Ulrich Drepper * idna.c (idna_to_unicode_4z4z): Fix test for failed memory allocation. Patch by Simon Josefsson. 2004-05-06 Ulrich Drepper * stringprep.c (stringprep): Free memory if allocation failed. * idna.c: Fix memory handling in several places. 2004-04-22 Simon Josefsson * stringprep.h: Update to latest libidn version. * stringprep.c: Likewise. * idna.c: Likewise. 2004-03-14 Ulrich Drepper * idn-stub.c (__idna_to_unicode_lzlz): Use __strchrnul, not strchrnul. * idna.c (idna_to_ascii_4z): Revert last patch. 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 * toutf8.c: Update to latest libidn version. 2004-03-08 Ulrich Drepper * stringprep.h: Don't include idn-int.h in glibc. * idn-int.h: Removed. 2004-03-07 Ulrich Drepper * idn-stub.c: Include . Use LIBCIDN_SO for dlopen. * shlib-versions: New file. * toutf8.c: Include . 2004-03-07 Simon Josefsson * Banner: New file. * Makefile: New file. * Version: New file. * configure: New file. * idn-stub.c: New file. * gunibreak.h: New file. Copied from Libidn. * gunicomp.h: New file. Copied from Libidn. * gunidecomp.h: New file. Copied from Libidn. * idna.h: New file. Copied from Libidn. * idna.c: New file. Copied from Libidn. * nfkc.c: New file. Copied from Libidn. * profiles.c: New file. Copied from Libidn. * punycode.c: New file. Copied from Libidn. * punycode.h: New file. Copied from Libidn. * rfc3454.c: New file. Copied from Libidn. * stringprep.c: New file. Copied from Libidn. * stringprep.h: New file. Copied from Libidn. * toutf8.c: New file. Copied from Libidn. Modified for use in glibc.