mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-09 04:11:27 +08:00
e13e33e279
* elf/dl-reloc.c (_dl_nothread_init_static_tls): Assert that dtv array index is within bounds. * elf/dl-load.c: Do not allow PT_TLS in modules loaded in statically linked code. * sysdeps/generic/dl-tls.c [!SHARED]: Don't build _dl_next_tls_modid. * elf/Makefile: Remove rules to build and run tst-tls9-static.
88 lines
2.8 KiB
Plaintext
88 lines
2.8 KiB
Plaintext
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 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* idn-stub.c (unload_libidn): Don't define outside libc.
|
|
|
|
2004-07-02 Roland McGrath <roland@redhat.com>
|
|
|
|
* configure: Don't exit.
|
|
|
|
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-06 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* stringprep.c (stringprep): Free memory if allocation failed.
|
|
* idna.c: Fix memory handling in several places.
|
|
|
|
2004-04-22 Simon Josefsson <jas@extundo.com>
|
|
|
|
* stringprep.h: Update to latest libidn version.
|
|
* stringprep.c: Likewise.
|
|
* idna.c: Likewise.
|
|
|
|
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 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* 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.
|
|
|
|
* Makefile (libcidn-inhibit-o): Define. We need no archive.
|
|
|
|
2004-03-08 Simon Josefsson <jas@extundo.com>
|
|
|
|
* toutf8.c: Update to latest libidn version.
|
|
|
|
2004-03-08 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
* stringprep.h: Don't include idn-int.h in glibc.
|
|
* idn-int.h: Removed.
|
|
|
|
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-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.
|