(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / libidn / ChangeLog
blobdaeb4bdef0473b8589b7b1b33d439b881d1a0874
1 2004-10-05  Ulrich Drepper  <drepper@redhat.com>
3         * idn-stub.c (unload_libidn): Don't define outside libc.
5 2004-07-02  Roland McGrath  <roland@redhat.com>
7         * configure: Don't exit.
9 2004-05-21  Ulrich Drepper  <drepper@redhat.com>
11         * idna.c (idna_to_unicode_4z4z): Fix test for failed memory allocation.
12         Patch by Simon Josefsson.
14 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
16         * stringprep.c (stringprep): Free memory if allocation failed.
17         * idna.c: Fix memory handling in several places.
19 2004-04-22  Simon Josefsson  <jas@extundo.com>
21         * stringprep.h: Update to latest libidn version.
22         * stringprep.c: Likewise.
23         * idna.c: Likewise.
25 2004-03-14  Ulrich Drepper  <drepper@redhat.com>
27         * idn-stub.c (__idna_to_unicode_lzlz): Use __strchrnul, not strchrnul.
29         * idna.c (idna_to_ascii_4z): Revert last patch.
31 2004-03-12  Ulrich Drepper  <drepper@redhat.com>
33         * idna.c (idna_to_ascii_4z): Use strdup if available.  Unify two ifs.
35         * idn-stub.c: Implement __idna_to_unicode_lzlz.  Split
36         __idna_to_ascii_lz in two parts so that loading can be shared with
37         the new function.
38         * Versions (libcidn): Export idna_to_unicode_lzlz.
40         * Makefile (libcidn-inhibit-o): Define.  We need no archive.
42 2004-03-08  Simon Josefsson  <jas@extundo.com>
44         * toutf8.c: Update to latest libidn version.
46 2004-03-08  Ulrich Drepper  <drepper@redhat.com>
48         * stringprep.h: Don't include idn-int.h in glibc.
49         * idn-int.h: Removed.
51 2004-03-07  Ulrich Drepper  <drepper@redhat.com>
53         * idn-stub.c: Include <gnu/lib-names.h>.  Use LIBCIDN_SO for dlopen.
54         * shlib-versions: New file.
55         * toutf8.c: Include <sys/param.h>.
57 2004-03-07  Simon Josefsson  <jas@extundo.com>
59         * Banner: New file.
60         * Makefile: New file.
61         * Version: New file.
62         * configure: New file.
63         * idn-stub.c: New file.
64         * gunibreak.h: New file.  Copied from Libidn.
65         * gunicomp.h: New file.  Copied from Libidn.
66         * gunidecomp.h: New file.  Copied from Libidn.
67         * idna.h: New file.  Copied from Libidn.
68         * idna.c: New file.  Copied from Libidn.
69         * nfkc.c: New file.  Copied from Libidn.
70         * profiles.c: New file.  Copied from Libidn.
71         * punycode.c: New file.  Copied from Libidn.
72         * punycode.h: New file.  Copied from Libidn.
73         * rfc3454.c: New file.  Copied from Libidn.
74         * stringprep.c: New file.  Copied from Libidn.
75         * stringprep.h: New file.  Copied from Libidn.
76         * toutf8.c: New file.  Copied from Libidn.  Modified for use in glibc.