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