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