]> git.ipfire.org Git - thirdparty/glibc.git/blob - libidn/ChangeLog
* sysdeps/gnu/net/if.h (IFF_DYNAMIC): New macro.
[thirdparty/glibc.git] / libidn / ChangeLog
1 2006-02-25 Roland McGrath <roland@redhat.com>
2
3 * configure.in: New file.
4 * configure: Replaced with generated file.
5 * sysdeps/unix/configure: File removed.
6
7 2005-03-08 Paul Eggert <eggert@cs.ucla.edu>
8
9 * iconvme.c (SIZE_MAX): New macro, if not already defined.
10 (iconv_string): Don't guess a size-zero buffer, as that might cause
11 buffer overrun. Instead, avoid multiplying by MB_LEN_MAX if the
12 result would be 'too large', where 'too large' is (heuristically)
13 the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
14 overflow concerns. This will prevent some unwanted malloc failures
15 when the inputs are very large.
16
17 2005-02-12 Simon Josefsson <jas@extundo.com >
18
19 * iconvme.h: New file, extracted from toutf8.c but improved.
20 * iconvme.c: New file.
21 * toutf8.c: Include stringprep.h first, to make the compiler check
22 that stringprep.h is standalone. Improve comments. Replace
23 #include of errno.h and sys/param.h with iconvme.h. Don't define
24 ICONV_CONST.
25 (stringprep_convert): Rewrite to use iconvme.h.
26 * Makefile (libcidn-routines): Add iconvme.
27
28 2004-10-05 Ulrich Drepper <drepper@redhat.com>
29
30 * idn-stub.c (unload_libidn): Don't define outside libc.
31
32 2004-07-02 Roland McGrath <roland@redhat.com>
33
34 * configure: Don't exit.
35
36 2004-05-21 Ulrich Drepper <drepper@redhat.com>
37
38 * idna.c (idna_to_unicode_4z4z): Fix test for failed memory allocation.
39 Patch by Simon Josefsson.
40
41 2004-05-06 Ulrich Drepper <drepper@redhat.com>
42
43 * stringprep.c (stringprep): Free memory if allocation failed.
44 * idna.c: Fix memory handling in several places.
45
46 2004-04-22 Simon Josefsson <jas@extundo.com>
47
48 * stringprep.h: Update to latest libidn version.
49 * stringprep.c: Likewise.
50 * idna.c: Likewise.
51
52 2004-03-14 Ulrich Drepper <drepper@redhat.com>
53
54 * idn-stub.c (__idna_to_unicode_lzlz): Use __strchrnul, not strchrnul.
55
56 * idna.c (idna_to_ascii_4z): Revert last patch.
57
58 2004-03-12 Ulrich Drepper <drepper@redhat.com>
59
60 * idna.c (idna_to_ascii_4z): Use strdup if available. Unify two ifs.
61
62 * idn-stub.c: Implement __idna_to_unicode_lzlz. Split
63 __idna_to_ascii_lz in two parts so that loading can be shared with
64 the new function.
65 * Versions (libcidn): Export idna_to_unicode_lzlz.
66
67 * Makefile (libcidn-inhibit-o): Define. We need no archive.
68
69 2004-03-08 Simon Josefsson <jas@extundo.com>
70
71 * toutf8.c: Update to latest libidn version.
72
73 2004-03-08 Ulrich Drepper <drepper@redhat.com>
74
75 * stringprep.h: Don't include idn-int.h in glibc.
76 * idn-int.h: Removed.
77
78 2004-03-07 Ulrich Drepper <drepper@redhat.com>
79
80 * idn-stub.c: Include <gnu/lib-names.h>. Use LIBCIDN_SO for dlopen.
81 * shlib-versions: New file.
82 * toutf8.c: Include <sys/param.h>.
83
84 2004-03-07 Simon Josefsson <jas@extundo.com>
85
86 * Banner: New file.
87 * Makefile: New file.
88 * Version: New file.
89 * configure: New file.
90 * idn-stub.c: New file.
91 * gunibreak.h: New file. Copied from Libidn.
92 * gunicomp.h: New file. Copied from Libidn.
93 * gunidecomp.h: New file. Copied from Libidn.
94 * idna.h: New file. Copied from Libidn.
95 * idna.c: New file. Copied from Libidn.
96 * nfkc.c: New file. Copied from Libidn.
97 * profiles.c: New file. Copied from Libidn.
98 * punycode.c: New file. Copied from Libidn.
99 * punycode.h: New file. Copied from Libidn.
100 * rfc3454.c: New file. Copied from Libidn.
101 * stringprep.c: New file. Copied from Libidn.
102 * stringprep.h: New file. Copied from Libidn.
103 * toutf8.c: New file. Copied from Libidn. Modified for use in glibc.