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