Blame ChangeLog.old/ChangeLog.libidn

Packit 6c4009
2017-01-01  Joseph Myers  <joseph@codesourcery.com>
Packit 6c4009
Packit 6c4009
	* All files with FSF copyright notices: Update copyright dates
Packit 6c4009
	using scripts/update-copyrights.
Packit 6c4009
Packit 6c4009
2016-01-04  Joseph Myers  <joseph@codesourcery.com>
Packit 6c4009
Packit 6c4009
	* All files with FSF copyright notices: Update copyright dates
Packit 6c4009
	using ../scripts/update-copyrights.
Packit 6c4009
Packit 6c4009
2015-01-02  Joseph Myers  <joseph@codesourcery.com>
Packit 6c4009
Packit 6c4009
	* All files with FSF copyright notices: Update copyright dates
Packit 6c4009
	using ../scripts/update-copyrights.
Packit 6c4009
Packit 6c4009
2014-09-12  Joseph Myers  <joseph@codesourcery.com>
Packit 6c4009
Packit 6c4009
	* shlib-versions: Remove first column with configuration names.
Packit 6c4009
Packit 6c4009
2014-02-26  Joseph Myers  <joseph@codesourcery.com>
Packit 6c4009
Packit 6c4009
	* Makefile: Include Makeconfig immediately after defining subdir.
Packit 6c4009
Packit 6c4009
2013-10-30  Mike Frysinger  <vapier@gentoo.org>
Packit 6c4009
Packit 6c4009
	* configure.in: Moved to ...
Packit 6c4009
	* configure.ac: ... here.
Packit 6c4009
	* configure: Regenerated.
Packit 6c4009
Packit 6c4009
2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
Packit 6c4009
Packit 6c4009
	* stringprep.c: Fix typos.
Packit 6c4009
Packit 6c4009
2013-06-11   Ondřej Bílka  <neleai@seznam.cz>
Packit 6c4009
Packit 6c4009
	* gunicomp.h: Fix trailing whitespaces.
Packit 6c4009
	* gunidecomp.h: Likewise.
Packit 6c4009
	* nfkc.c: Likewise.
Packit 6c4009
	* rfc3454.c: Likewise.
Packit 6c4009
Packit 6c4009
2013-05-31  Joseph Myers  <joseph@codesourcery.com>
Packit 6c4009
Packit 6c4009
	* Makefile ($(objpfx)libcidn.so): Remove dependencies on libc.
Packit 6c4009
Packit 6c4009
2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
Packit 6c4009
Packit 6c4009
	* idna.c: Add missing #include <stdint.h> due to uint64_t or uint32_t
Packit 6c4009
	usage.
Packit 6c4009
	* nfkc.c: Likewise.
Packit 6c4009
	* stringprep.c: Likewise.
Packit 6c4009
Packit 6c4009
2013-01-02  Joseph Myers  <joseph@codesourcery.com>
Packit 6c4009
Packit 6c4009
	* All files with FSF copyright notices: Update copyright dates
Packit 6c4009
	using scripts/update-copyrights.
Packit 6c4009
Packit 6c4009
2012-10-09  Roland McGrath  <roland@hack.frob.com>
Packit 6c4009
Packit 6c4009
	* configure.in: If $shared != yes, just disable the add-on entirely
Packit 6c4009
	and issue a warning.
Packit 6c4009
	* configure: Regenerated.
Packit 6c4009
Packit 6c4009
2012-03-07  Ulrich Drepper  <drepper@gmail.com>
Packit 6c4009
Packit 6c4009
	* Makefile (distribute): Remove variable.
Packit 6c4009
Packit 6c4009
2011-12-03  Ulrich Drepper  <drepper@gmail.com>
Packit 6c4009
Packit 6c4009
	* idna.c (idna_to_unicode_4z4z): Remove variable rc.
Packit 6c4009
Packit 6c4009
2008-02-10  Jim Meyering  <meyering@redhat.com>
Packit 6c4009
Packit 6c4009
	* stringprep.c (stringprep, stringprep_profile): Remove useless
Packit 6c4009
	"if" before "free".
Packit 6c4009
Packit 6c4009
2006-02-27  Roland McGrath  <roland@redhat.com>
Packit 6c4009
Packit 6c4009
	* Makefile: Use $(..) in place of ../.
Packit 6c4009
	* configure.in (libc_add_on_canonical, libc_add_on_subdirs): Set them.
Packit 6c4009
	* configure: Regenerated.
Packit 6c4009
Packit 6c4009
2006-02-25  Roland McGrath  <roland@redhat.com>
Packit 6c4009
Packit 6c4009
	* configure.in: New file.
Packit 6c4009
	* configure: Replaced with generated file.
Packit 6c4009
	* sysdeps/unix/configure: File removed.
Packit 6c4009
Packit 6c4009
2005-03-08  Paul Eggert  <eggert@cs.ucla.edu>
Packit 6c4009
Packit 6c4009
	* iconvme.c (SIZE_MAX): New macro, if not already defined.
Packit 6c4009
	(iconv_string): Don't guess a size-zero buffer, as that might cause
Packit 6c4009
	buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
Packit 6c4009
	result would be 'too large', where 'too large' is (heuristically)
Packit 6c4009
	the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
Packit 6c4009
	overflow concerns.  This will prevent some unwanted malloc failures
Packit 6c4009
	when the inputs are very large.
Packit 6c4009
Packit 6c4009
2005-02-12  Simon Josefsson  <jas@extundo.com >
Packit 6c4009
Packit 6c4009
	* iconvme.h: New file, extracted from toutf8.c but improved.
Packit 6c4009
	* iconvme.c: New file.
Packit 6c4009
	* toutf8.c: Include stringprep.h first, to make the compiler check
Packit 6c4009
	that stringprep.h is standalone.  Improve comments.  Replace
Packit 6c4009
	#include of errno.h and sys/param.h with iconvme.h.  Don't define
Packit 6c4009
	ICONV_CONST.
Packit 6c4009
	(stringprep_convert): Rewrite to use iconvme.h.
Packit 6c4009
	* Makefile (libcidn-routines): Add iconvme.
Packit 6c4009
Packit 6c4009
2004-10-05  Ulrich Drepper  <drepper@redhat.com>
Packit 6c4009
Packit 6c4009
	* idn-stub.c (unload_libidn): Don't define outside libc.
Packit 6c4009
Packit 6c4009
2004-07-02  Roland McGrath  <roland@redhat.com>
Packit 6c4009
Packit 6c4009
	* configure: Don't exit.
Packit 6c4009
Packit 6c4009
2004-05-21  Ulrich Drepper  <drepper@redhat.com>
Packit 6c4009
Packit 6c4009
	* idna.c (idna_to_unicode_4z4z): Fix test for failed memory allocation.
Packit 6c4009
	Patch by Simon Josefsson.
Packit 6c4009
Packit 6c4009
2004-05-06  Ulrich Drepper  <drepper@redhat.com>
Packit 6c4009
Packit 6c4009
	* stringprep.c (stringprep): Free memory if allocation failed.
Packit 6c4009
	* idna.c: Fix memory handling in several places.
Packit 6c4009
Packit 6c4009
2004-04-22  Simon Josefsson  <jas@extundo.com>
Packit 6c4009
Packit 6c4009
	* stringprep.h: Update to latest libidn version.
Packit 6c4009
	* stringprep.c: Likewise.
Packit 6c4009
	* idna.c: Likewise.
Packit 6c4009
Packit 6c4009
2004-03-14  Ulrich Drepper  <drepper@redhat.com>
Packit 6c4009
Packit 6c4009
	* idn-stub.c (__idna_to_unicode_lzlz): Use __strchrnul, not strchrnul.
Packit 6c4009
Packit 6c4009
	* idna.c (idna_to_ascii_4z): Revert last patch.
Packit 6c4009
Packit 6c4009
2004-03-12  Ulrich Drepper  <drepper@redhat.com>
Packit 6c4009
Packit 6c4009
	* idna.c (idna_to_ascii_4z): Use strdup if available.  Unify two ifs.
Packit 6c4009
Packit 6c4009
	* idn-stub.c: Implement __idna_to_unicode_lzlz.  Split
Packit 6c4009
	__idna_to_ascii_lz in two parts so that loading can be shared with
Packit 6c4009
	the new function.
Packit 6c4009
	* Versions (libcidn): Export idna_to_unicode_lzlz.
Packit 6c4009
Packit 6c4009
	* Makefile (libcidn-inhibit-o): Define.  We need no archive.
Packit 6c4009
Packit 6c4009
2004-03-08  Simon Josefsson  <jas@extundo.com>
Packit 6c4009
Packit 6c4009
	* toutf8.c: Update to latest libidn version.
Packit 6c4009
Packit 6c4009
2004-03-08  Ulrich Drepper  <drepper@redhat.com>
Packit 6c4009
Packit 6c4009
	* stringprep.h: Don't include idn-int.h in glibc.
Packit 6c4009
	* idn-int.h: Removed.
Packit 6c4009
Packit 6c4009
2004-03-07  Ulrich Drepper  <drepper@redhat.com>
Packit 6c4009
Packit 6c4009
	* idn-stub.c: Include <gnu/lib-names.h>.  Use LIBCIDN_SO for dlopen.
Packit 6c4009
	* shlib-versions: New file.
Packit 6c4009
	* toutf8.c: Include <sys/param.h>.
Packit 6c4009
Packit 6c4009
2004-03-07  Simon Josefsson  <jas@extundo.com>
Packit 6c4009
Packit 6c4009
	* Banner: New file.
Packit 6c4009
	* Makefile: New file.
Packit 6c4009
	* Version: New file.
Packit 6c4009
	* configure: New file.
Packit 6c4009
	* idn-stub.c: New file.
Packit 6c4009
	* gunibreak.h: New file.  Copied from Libidn.
Packit 6c4009
	* gunicomp.h: New file.  Copied from Libidn.
Packit 6c4009
	* gunidecomp.h: New file.  Copied from Libidn.
Packit 6c4009
	* idna.h: New file.  Copied from Libidn.
Packit 6c4009
	* idna.c: New file.  Copied from Libidn.
Packit 6c4009
	* nfkc.c: New file.  Copied from Libidn.
Packit 6c4009
	* profiles.c: New file.  Copied from Libidn.
Packit 6c4009
	* punycode.c: New file.  Copied from Libidn.
Packit 6c4009
	* punycode.h: New file.  Copied from Libidn.
Packit 6c4009
	* rfc3454.c: New file.  Copied from Libidn.
Packit 6c4009
	* stringprep.c: New file.  Copied from Libidn.
Packit 6c4009
	* stringprep.h: New file.  Copied from Libidn.
Packit 6c4009
	* toutf8.c: New file.  Copied from Libidn.  Modified for use in glibc.