Fix entries.
[glibc.git] / libidn / ChangeLog
blob5e2f6e17de48c99e8c99d79cd0bff86566584a5a
1 2004-05-21  Ulrich Drepper  <drepper@redhat.com>
3         * idna.c (idna_to_unicode_4z4z): Fix test for failed memory allocation.
4         Patch by Simon Josefsson.
6 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
8         * stringprep.c (stringprep): Free memory if allocation failed.
9         * idna.c: Fix memory handling in several places.
11 2004-04-22  Simon Josefsson  <jas@extundo.com>
13         * stringprep.h: Update to latest libidn version.
14         * stringprep.c: Likewise.
15         * idna.c: Likewise.
17 2004-03-14  Ulrich Drepper  <drepper@redhat.com>
19         * idn-stub.c (__idna_to_unicode_lzlz): Use __strchrnul, not strchrnul.
21         * idna.c (idna_to_ascii_4z): Revert last patch.
23 2004-03-12  Ulrich Drepper  <drepper@redhat.com>
25         * idna.c (idna_to_ascii_4z): Use strdup if available.  Unify two ifs.
27         * idn-stub.c: Implement __idna_to_unicode_lzlz.  Split
28         __idna_to_ascii_lz in two parts so that loading can be shared with
29         the new function.
30         * Versions (libcidn): Export idna_to_unicode_lzlz.
32         * Makefile (libcidn-inhibit-o): Define.  We need no archive.
34 2004-03-08  Simon Josefsson  <jas@extundo.com>
36         * toutf8.c: Update to latest libidn version.
38 2004-03-08  Ulrich Drepper  <drepper@redhat.com>
40         * stringprep.h: Don't include idn-int.h in glibc.
41         * idn-int.h: Removed.
43 2004-03-07  Ulrich Drepper  <drepper@redhat.com>
45         * idn-stub.c: Include <gnu/lib-names.h>.  Use LIBCIDN_SO for dlopen.
46         * shlib-versions: New file.
47         * toutf8.c: Include <sys/param.h>.
49 2004-03-07  Simon Josefsson  <jas@extundo.com>
51         * Banner: New file.
52         * Makefile: New file.
53         * Version: New file.
54         * configure: New file.
55         * idn-stub.c: New file.
56         * gunibreak.h: New file.  Copied from Libidn.
57         * gunicomp.h: New file.  Copied from Libidn.
58         * gunidecomp.h: New file.  Copied from Libidn.
59         * idna.h: New file.  Copied from Libidn.
60         * idna.c: New file.  Copied from Libidn.
61         * nfkc.c: New file.  Copied from Libidn.
62         * profiles.c: New file.  Copied from Libidn.
63         * punycode.c: New file.  Copied from Libidn.
64         * punycode.h: New file.  Copied from Libidn.
65         * rfc3454.c: New file.  Copied from Libidn.
66         * stringprep.c: New file.  Copied from Libidn.
67         * stringprep.h: New file.  Copied from Libidn.
68         * toutf8.c: New file.  Copied from Libidn.  Modified for use in glibc.