2008-03-19 07:43:46 +01:00
|
|
|
2008-02-10 Jim Meyering <meyering@redhat.com>
|
|
|
|
|
|
|
|
* stringprep.c (stringprep, stringprep_profile): Remove useless
|
|
|
|
"if" before "free".
|
|
|
|
|
2006-02-28 08:54:15 +01:00
|
|
|
2006-02-27 Roland McGrath <roland@redhat.com>
|
|
|
|
|
|
|
|
* Makefile: Use $(..) in place of ../.
|
|
|
|
* configure.in (libc_add_on_canonical, libc_add_on_subdirs): Set them.
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
2006-02-25 12:11:15 +01:00
|
|
|
2006-02-25 Roland McGrath <roland@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: New file.
|
|
|
|
* configure: Replaced with generated file.
|
|
|
|
* sysdeps/unix/configure: File removed.
|
|
|
|
|
* sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword.
Patch by Dan Kegel <dank@kegel.com>.
* elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
Add inline keyword.
* sysdeps/alpha/dl-machine.h (elf_machine_rela,
elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
attribute.
* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
elf_machine_rela_relative, elf_machine_lazy_rel): Likewise. Change
static inline into auto inline.
* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
* sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
Likewise.
* sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
Likewise.
2005-03-15 Jakub Jelinek <jakub@redhat.com>
2005-03-15 23:57:31 +01:00
|
|
|
2005-03-08 Paul Eggert <eggert@cs.ucla.edu>
|
|
|
|
|
|
|
|
* iconvme.c (SIZE_MAX): New macro, if not already defined.
|
|
|
|
(iconv_string): Don't guess a size-zero buffer, as that might cause
|
|
|
|
buffer overrun. Instead, avoid multiplying by MB_LEN_MAX if the
|
|
|
|
result would be 'too large', where 'too large' is (heuristically)
|
|
|
|
the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
|
|
|
|
overflow concerns. This will prevent some unwanted malloc failures
|
|
|
|
when the inputs are very large.
|
|
|
|
|
2005-02-22 04:51:38 +01:00
|
|
|
2005-02-12 Simon Josefsson <jas@extundo.com >
|
|
|
|
|
|
|
|
* iconvme.h: New file, extracted from toutf8.c but improved.
|
|
|
|
* iconvme.c: New file.
|
|
|
|
* toutf8.c: Include stringprep.h first, to make the compiler check
|
|
|
|
that stringprep.h is standalone. Improve comments. Replace
|
|
|
|
#include of errno.h and sys/param.h with iconvme.h. Don't define
|
|
|
|
ICONV_CONST.
|
|
|
|
(stringprep_convert): Rewrite to use iconvme.h.
|
|
|
|
* Makefile (libcidn-routines): Add iconvme.
|
|
|
|
|
2004-10-05 18:11:51 +02:00
|
|
|
2004-10-05 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
* idn-stub.c (unload_libidn): Don't define outside libc.
|
|
|
|
|
2004-07-21 00:14:59 +02:00
|
|
|
2004-07-02 Roland McGrath <roland@redhat.com>
|
|
|
|
|
|
|
|
* configure: Don't exit.
|
|
|
|
|
2004-05-21 18:19:16 +02:00
|
|
|
2004-05-21 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
* idna.c (idna_to_unicode_4z4z): Fix test for failed memory allocation.
|
|
|
|
Patch by Simon Josefsson.
|
|
|
|
|
2004-05-07 05:57:57 +02:00
|
|
|
2004-05-06 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
* stringprep.c (stringprep): Free memory if allocation failed.
|
|
|
|
* idna.c: Fix memory handling in several places.
|
|
|
|
|
2004-05-04 21:25:38 +02:00
|
|
|
2004-04-22 Simon Josefsson <jas@extundo.com>
|
|
|
|
|
|
|
|
* stringprep.h: Update to latest libidn version.
|
|
|
|
* stringprep.c: Likewise.
|
|
|
|
* idna.c: Likewise.
|
|
|
|
|
2004-03-14 10:18:16 +01:00
|
|
|
2004-03-14 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
* idn-stub.c (__idna_to_unicode_lzlz): Use __strchrnul, not strchrnul.
|
|
|
|
|
|
|
|
* idna.c (idna_to_ascii_4z): Revert last patch.
|
|
|
|
|
2004-03-12 22:35:27 +01:00
|
|
|
2004-03-12 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
2004-03-13 07:50:10 +01:00
|
|
|
* idna.c (idna_to_ascii_4z): Use strdup if available. Unify two ifs.
|
|
|
|
|
|
|
|
* idn-stub.c: Implement __idna_to_unicode_lzlz. Split
|
|
|
|
__idna_to_ascii_lz in two parts so that loading can be shared with
|
|
|
|
the new function.
|
|
|
|
* Versions (libcidn): Export idna_to_unicode_lzlz.
|
|
|
|
|
2004-03-12 22:35:27 +01:00
|
|
|
* Makefile (libcidn-inhibit-o): Define. We need no archive.
|
|
|
|
|
2004-03-08 22:43:46 +01:00
|
|
|
2004-03-08 Simon Josefsson <jas@extundo.com>
|
|
|
|
|
|
|
|
* toutf8.c: Update to latest libidn version.
|
|
|
|
|
2004-03-08 19:31:04 +01:00
|
|
|
2004-03-08 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
* stringprep.h: Don't include idn-int.h in glibc.
|
|
|
|
* idn-int.h: Removed.
|
|
|
|
|
2004-03-08 08:58:18 +01:00
|
|
|
2004-03-07 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
|
|
|
|
* idn-stub.c: Include <gnu/lib-names.h>. Use LIBCIDN_SO for dlopen.
|
|
|
|
* shlib-versions: New file.
|
|
|
|
* toutf8.c: Include <sys/param.h>.
|
|
|
|
|
2004-03-08 04:55:39 +01:00
|
|
|
2004-03-07 Simon Josefsson <jas@extundo.com>
|
|
|
|
|
|
|
|
* Banner: New file.
|
|
|
|
* Makefile: New file.
|
|
|
|
* Version: New file.
|
|
|
|
* configure: New file.
|
|
|
|
* idn-stub.c: New file.
|
|
|
|
* gunibreak.h: New file. Copied from Libidn.
|
|
|
|
* gunicomp.h: New file. Copied from Libidn.
|
|
|
|
* gunidecomp.h: New file. Copied from Libidn.
|
|
|
|
* idna.h: New file. Copied from Libidn.
|
|
|
|
* idna.c: New file. Copied from Libidn.
|
|
|
|
* nfkc.c: New file. Copied from Libidn.
|
|
|
|
* profiles.c: New file. Copied from Libidn.
|
|
|
|
* punycode.c: New file. Copied from Libidn.
|
|
|
|
* punycode.h: New file. Copied from Libidn.
|
|
|
|
* rfc3454.c: New file. Copied from Libidn.
|
|
|
|
* stringprep.c: New file. Copied from Libidn.
|
|
|
|
* stringprep.h: New file. Copied from Libidn.
|
|
|
|
* toutf8.c: New file. Copied from Libidn. Modified for use in glibc.
|