blob: ed36a067b89d0019fda6d88f7d3be127495a4541 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -070012015-01-02 Joseph Myers <joseph@codesourcery.com>
2
3 * All files with FSF copyright notices: Update copyright dates
4 using ../scripts/update-copyrights.
5
62014-09-12 Joseph Myers <joseph@codesourcery.com>
7
8 * shlib-versions: Remove first column with configuration names.
9
102014-02-26 Joseph Myers <joseph@codesourcery.com>
11
12 * Makefile: Include Makeconfig immediately after defining subdir.
13
142013-10-30 Mike Frysinger <vapier@gentoo.org>
15
16 * configure.in: Moved to ...
17 * configure.ac: ... here.
18 * configure: Regenerated.
19
202013-08-29 Ondřej Bílka <neleai@seznam.cz>
21
22 * stringprep.c: Fix typos.
23
242013-06-11 Ondřej Bílka <neleai@seznam.cz>
25
26 * gunicomp.h: Fix trailing whitespaces.
27 * gunidecomp.h: Likewise.
28 * nfkc.c: Likewise.
29 * rfc3454.c: Likewise.
30
312013-05-31 Joseph Myers <joseph@codesourcery.com>
32
33 * Makefile ($(objpfx)libcidn.so): Remove dependencies on libc.
34
352013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
36
37 * idna.c: Add missing #include <stdint.h> due to uint64_t or uint32_t
38 usage.
39 * nfkc.c: Likewise.
40 * stringprep.c: Likewise.
41
422013-01-02 Joseph Myers <joseph@codesourcery.com>
43
44 * All files with FSF copyright notices: Update copyright dates
45 using scripts/update-copyrights.
46
472012-10-09 Roland McGrath <roland@hack.frob.com>
48
49 * configure.in: If $shared != yes, just disable the add-on entirely
50 and issue a warning.
51 * configure: Regenerated.
52
532012-03-07 Ulrich Drepper <drepper@gmail.com>
54
55 * Makefile (distribute): Remove variable.
56
572011-12-03 Ulrich Drepper <drepper@gmail.com>
58
59 * idna.c (idna_to_unicode_4z4z): Remove variable rc.
60
612008-02-10 Jim Meyering <meyering@redhat.com>
62
63 * stringprep.c (stringprep, stringprep_profile): Remove useless
64 "if" before "free".
65
662006-02-27 Roland McGrath <roland@redhat.com>
67
68 * Makefile: Use $(..) in place of ../.
69 * configure.in (libc_add_on_canonical, libc_add_on_subdirs): Set them.
70 * configure: Regenerated.
71
722006-02-25 Roland McGrath <roland@redhat.com>
73
74 * configure.in: New file.
75 * configure: Replaced with generated file.
76 * sysdeps/unix/configure: File removed.
77
782005-03-08 Paul Eggert <eggert@cs.ucla.edu>
79
80 * iconvme.c (SIZE_MAX): New macro, if not already defined.
81 (iconv_string): Don't guess a size-zero buffer, as that might cause
82 buffer overrun. Instead, avoid multiplying by MB_LEN_MAX if the
83 result would be 'too large', where 'too large' is (heuristically)
84 the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
85 overflow concerns. This will prevent some unwanted malloc failures
86 when the inputs are very large.
87
882005-02-12 Simon Josefsson <jas@extundo.com >
89
90 * iconvme.h: New file, extracted from toutf8.c but improved.
91 * iconvme.c: New file.
92 * toutf8.c: Include stringprep.h first, to make the compiler check
93 that stringprep.h is standalone. Improve comments. Replace
94 #include of errno.h and sys/param.h with iconvme.h. Don't define
95 ICONV_CONST.
96 (stringprep_convert): Rewrite to use iconvme.h.
97 * Makefile (libcidn-routines): Add iconvme.
98
992004-10-05 Ulrich Drepper <drepper@redhat.com>
100
101 * idn-stub.c (unload_libidn): Don't define outside libc.
102
1032004-07-02 Roland McGrath <roland@redhat.com>
104
105 * configure: Don't exit.
106
1072004-05-21 Ulrich Drepper <drepper@redhat.com>
108
109 * idna.c (idna_to_unicode_4z4z): Fix test for failed memory allocation.
110 Patch by Simon Josefsson.
111
1122004-05-06 Ulrich Drepper <drepper@redhat.com>
113
114 * stringprep.c (stringprep): Free memory if allocation failed.
115 * idna.c: Fix memory handling in several places.
116
1172004-04-22 Simon Josefsson <jas@extundo.com>
118
119 * stringprep.h: Update to latest libidn version.
120 * stringprep.c: Likewise.
121 * idna.c: Likewise.
122
1232004-03-14 Ulrich Drepper <drepper@redhat.com>
124
125 * idn-stub.c (__idna_to_unicode_lzlz): Use __strchrnul, not strchrnul.
126
127 * idna.c (idna_to_ascii_4z): Revert last patch.
128
1292004-03-12 Ulrich Drepper <drepper@redhat.com>
130
131 * idna.c (idna_to_ascii_4z): Use strdup if available. Unify two ifs.
132
133 * idn-stub.c: Implement __idna_to_unicode_lzlz. Split
134 __idna_to_ascii_lz in two parts so that loading can be shared with
135 the new function.
136 * Versions (libcidn): Export idna_to_unicode_lzlz.
137
138 * Makefile (libcidn-inhibit-o): Define. We need no archive.
139
1402004-03-08 Simon Josefsson <jas@extundo.com>
141
142 * toutf8.c: Update to latest libidn version.
143
1442004-03-08 Ulrich Drepper <drepper@redhat.com>
145
146 * stringprep.h: Don't include idn-int.h in glibc.
147 * idn-int.h: Removed.
148
1492004-03-07 Ulrich Drepper <drepper@redhat.com>
150
151 * idn-stub.c: Include <gnu/lib-names.h>. Use LIBCIDN_SO for dlopen.
152 * shlib-versions: New file.
153 * toutf8.c: Include <sys/param.h>.
154
1552004-03-07 Simon Josefsson <jas@extundo.com>
156
157 * Banner: New file.
158 * Makefile: New file.
159 * Version: New file.
160 * configure: New file.
161 * idn-stub.c: New file.
162 * gunibreak.h: New file. Copied from Libidn.
163 * gunicomp.h: New file. Copied from Libidn.
164 * gunidecomp.h: New file. Copied from Libidn.
165 * idna.h: New file. Copied from Libidn.
166 * idna.c: New file. Copied from Libidn.
167 * nfkc.c: New file. Copied from Libidn.
168 * profiles.c: New file. Copied from Libidn.
169 * punycode.c: New file. Copied from Libidn.
170 * punycode.h: New file. Copied from Libidn.
171 * rfc3454.c: New file. Copied from Libidn.
172 * stringprep.c: New file. Copied from Libidn.
173 * stringprep.h: New file. Copied from Libidn.
174 * toutf8.c: New file. Copied from Libidn. Modified for use in glibc.