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