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