1 2012-10-09 Roland McGrath <roland@hack.frob.com>
3 * configure.in: If $shared != yes, just disable the add-on entirely
5 * configure: Regenerated.
7 2012-03-07 Ulrich Drepper <drepper@gmail.com>
9 * Makefile (distribute): Remove variable.
11 2011-12-03 Ulrich Drepper <drepper@gmail.com>
13 * idna.c (idna_to_unicode_4z4z): Remove variable rc.
15 2008-02-10 Jim Meyering <meyering@redhat.com>
17 * stringprep.c (stringprep, stringprep_profile): Remove useless
20 2006-02-27 Roland McGrath <roland@redhat.com>
22 * Makefile: Use $(..) in place of ../.
23 * configure.in (libc_add_on_canonical, libc_add_on_subdirs): Set them.
24 * configure: Regenerated.
26 2006-02-25 Roland McGrath <roland@redhat.com>
28 * configure.in: New file.
29 * configure: Replaced with generated file.
30 * sysdeps/unix/configure: File removed.
32 2005-03-08 Paul Eggert <eggert@cs.ucla.edu>
34 * iconvme.c (SIZE_MAX): New macro, if not already defined.
35 (iconv_string): Don't guess a size-zero buffer, as that might cause
36 buffer overrun. Instead, avoid multiplying by MB_LEN_MAX if the
37 result would be 'too large', where 'too large' is (heuristically)
38 the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
39 overflow concerns. This will prevent some unwanted malloc failures
40 when the inputs are very large.
42 2005-02-12 Simon Josefsson <jas@extundo.com >
44 * iconvme.h: New file, extracted from toutf8.c but improved.
45 * iconvme.c: New file.
46 * toutf8.c: Include stringprep.h first, to make the compiler check
47 that stringprep.h is standalone. Improve comments. Replace
48 #include of errno.h and sys/param.h with iconvme.h. Don't define
50 (stringprep_convert): Rewrite to use iconvme.h.
51 * Makefile (libcidn-routines): Add iconvme.
53 2004-10-05 Ulrich Drepper <drepper@redhat.com>
55 * idn-stub.c (unload_libidn): Don't define outside libc.
57 2004-07-02 Roland McGrath <roland@redhat.com>
59 * configure: Don't exit.
61 2004-05-21 Ulrich Drepper <drepper@redhat.com>
63 * idna.c (idna_to_unicode_4z4z): Fix test for failed memory allocation.
64 Patch by Simon Josefsson.
66 2004-05-06 Ulrich Drepper <drepper@redhat.com>
68 * stringprep.c (stringprep): Free memory if allocation failed.
69 * idna.c: Fix memory handling in several places.
71 2004-04-22 Simon Josefsson <jas@extundo.com>
73 * stringprep.h: Update to latest libidn version.
74 * stringprep.c: Likewise.
77 2004-03-14 Ulrich Drepper <drepper@redhat.com>
79 * idn-stub.c (__idna_to_unicode_lzlz): Use __strchrnul, not strchrnul.
81 * idna.c (idna_to_ascii_4z): Revert last patch.
83 2004-03-12 Ulrich Drepper <drepper@redhat.com>
85 * idna.c (idna_to_ascii_4z): Use strdup if available. Unify two ifs.
87 * idn-stub.c: Implement __idna_to_unicode_lzlz. Split
88 __idna_to_ascii_lz in two parts so that loading can be shared with
90 * Versions (libcidn): Export idna_to_unicode_lzlz.
92 * Makefile (libcidn-inhibit-o): Define. We need no archive.
94 2004-03-08 Simon Josefsson <jas@extundo.com>
96 * toutf8.c: Update to latest libidn version.
98 2004-03-08 Ulrich Drepper <drepper@redhat.com>
100 * stringprep.h: Don't include idn-int.h in glibc.
101 * idn-int.h: Removed.
103 2004-03-07 Ulrich Drepper <drepper@redhat.com>
105 * idn-stub.c: Include <gnu/lib-names.h>. Use LIBCIDN_SO for dlopen.
106 * shlib-versions: New file.
107 * toutf8.c: Include <sys/param.h>.
109 2004-03-07 Simon Josefsson <jas@extundo.com>
112 * Makefile: New file.
114 * configure: New file.
115 * idn-stub.c: New file.
116 * gunibreak.h: New file. Copied from Libidn.
117 * gunicomp.h: New file. Copied from Libidn.
118 * gunidecomp.h: New file. Copied from Libidn.
119 * idna.h: New file. Copied from Libidn.
120 * idna.c: New file. Copied from Libidn.
121 * nfkc.c: New file. Copied from Libidn.
122 * profiles.c: New file. Copied from Libidn.
123 * punycode.c: New file. Copied from Libidn.
124 * punycode.h: New file. Copied from Libidn.
125 * rfc3454.c: New file. Copied from Libidn.
126 * stringprep.c: New file. Copied from Libidn.
127 * stringprep.h: New file. Copied from Libidn.
128 * toutf8.c: New file. Copied from Libidn. Modified for use in glibc.