]> git.ipfire.org Git - thirdparty/glibc.git/blame - libidn/ChangeLog
(idna_to_unicode_4z4z): Fix test for failed memory allocation.
[thirdparty/glibc.git] / libidn / ChangeLog
CommitLineData
9be31a51
UD
12004-05-06 Ulrich Drepper <drepper@redhat.com>
2
3 * stringprep.c (stringprep): Free memory if allocation failed.
4 * idna.c: Fix memory handling in several places.
5
2d7ae210
UD
62004-04-22 Simon Josefsson <jas@extundo.com>
7
8 * stringprep.h: Update to latest libidn version.
9 * stringprep.c: Likewise.
10 * idna.c: Likewise.
11
8eecbef5
UD
122004-03-14 Ulrich Drepper <drepper@redhat.com>
13
14 * idn-stub.c (__idna_to_unicode_lzlz): Use __strchrnul, not strchrnul.
15
16 * idna.c (idna_to_ascii_4z): Revert last patch.
17
f4089ca1
UD
182004-03-12 Ulrich Drepper <drepper@redhat.com>
19
a17256a4
UD
20 * idna.c (idna_to_ascii_4z): Use strdup if available. Unify two ifs.
21
22 * idn-stub.c: Implement __idna_to_unicode_lzlz. Split
23 __idna_to_ascii_lz in two parts so that loading can be shared with
24 the new function.
25 * Versions (libcidn): Export idna_to_unicode_lzlz.
26
f4089ca1
UD
27 * Makefile (libcidn-inhibit-o): Define. We need no archive.
28
518adf8c
UD
292004-03-08 Simon Josefsson <jas@extundo.com>
30
31 * toutf8.c: Update to latest libidn version.
32
3d96c0d8
UD
332004-03-08 Ulrich Drepper <drepper@redhat.com>
34
35 * stringprep.h: Don't include idn-int.h in glibc.
36 * idn-int.h: Removed.
37
b8ec72d9
UD
382004-03-07 Ulrich Drepper <drepper@redhat.com>
39
40 * idn-stub.c: Include <gnu/lib-names.h>. Use LIBCIDN_SO for dlopen.
41 * shlib-versions: New file.
42 * toutf8.c: Include <sys/param.h>.
43
01859b1c
UD
442004-03-07 Simon Josefsson <jas@extundo.com>
45
46 * Banner: New file.
47 * Makefile: New file.
48 * Version: New file.
49 * configure: New file.
50 * idn-stub.c: New file.
51 * gunibreak.h: New file. Copied from Libidn.
52 * gunicomp.h: New file. Copied from Libidn.
53 * gunidecomp.h: New file. Copied from Libidn.
54 * idna.h: New file. Copied from Libidn.
55 * idna.c: New file. Copied from Libidn.
56 * nfkc.c: New file. Copied from Libidn.
57 * profiles.c: New file. Copied from Libidn.
58 * punycode.c: New file. Copied from Libidn.
59 * punycode.h: New file. Copied from Libidn.
60 * rfc3454.c: New file. Copied from Libidn.
61 * stringprep.c: New file. Copied from Libidn.
62 * stringprep.h: New file. Copied from Libidn.
63 * toutf8.c: New file. Copied from Libidn. Modified for use in glibc.