From eec65e81e75bc0af8212e59a281b52d920607fc8 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 3 May 2005 09:28:32 +0000 Subject: Updated to fedora-glibc-20050503T0852 --- ChangeLog | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0e577b05a4..217c3f9fcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,98 @@ +2005-05-02 Roland McGrath + + [BZ #924] + * crypt/md5.c [! HAVE_MEMCPY] (memcpy): Yield proper expression value. + +2005-04-29 Roland McGrath + + * timezone/africa: Update from tzdata2005i. + * timezone/asia: Likewise. + * timezone/northamerica: Likewise. + * timezone/yearistype: Likewise. + + * sysdeps/i386/sysdep.h (CALL_MCOUNT): Fix typo in last change. + +2005-04-29 Ulrich Drepper + + * nis/nis_table.c: Fix realloc handling. + * nis/nis_removemember.c: Likewise. + +2005-04-28 Ulrich Drepper + + [BZ #798] + * nscd/Makefile: Help losers who use --with-headers. + +2005-04-28 Roland McGrath + + [BZ #796] + * sysdeps/unix/sysv/linux/dl-sysdep.h: New file. + Define NEED_DL_SYSINFO_DSO for all platforms. + + * sysdeps/generic/dl-sysdep.h: Remove multiple inclusion protection. + * sysdeps/alpha/dl-sysdep.h: Likewise. + Use #include_next instead of duplicating generic file's contents. + * sysdeps/ia64/dl-sysdep.h: Likewise. + * sysdeps/sparc/dl-sysdep.h: Likewise. + +2005-03-22 Steven Munroe + + * sysdeps/powerpc/powerpc64/memset.S (memset): Make ___memset local. + +2005-03-07 Steven Munroe + + [BZ #781] + * sysdeps/unix/sysv/linux/kernel-features.h + (__ASSUME_TGKILL): Define for powerpc32/64 starting with 2.6.1. + (__ASSUME_UTIMES): Define for powerpc32/64 starting with 2.6.1. + (__ASSUME_FADVISE64_64_SYSCALL): Define for powerpc32 only starting + with 2.6.1. + (__ASSUME_WAITID_SYSCALL): Don't define for powerpc32/64. + +2005-04-28 Ulrich Drepper + + * sysdeps/i386/sysdep.h: Add cfi instrumentation to asm fragments. + * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise. + * sysdeps/unix/sysv/linux/i386/socket.S: Remove now duplicate + cfi_startproc and cfi_endproc. + + * configure.in: Remove ultrasparc names. + + * sysdeps/i386/i686/memcmp.S: Move misplaced END. + +2005-03-27 Bruno Haible + + Make it possible for multiple threads to use gettext() in different + locales. + * intl/dcigettext.c (HAVE_PER_THREAD_LOCALE): New macro. + (struct known_translation_t): If HAVE_PER_THREAD_LOCALE, add localename + field. + (transcmp): If HAVE_PER_THREAD_LOCALE, compare localename fields. + (DCIGETTEXT): If HAVE_PER_THREAD_LOCALE, fill the localename field in + search and newp. + + * intl/tst-gettext4.c: New file. + * intl/tst-gettext4.sh: New file. + * intl/tst-gettext4-de.po: New file. + * intl/tst-gettext4-fr.po: New file. + * intl/tst-gettext5.c: New file. + * intl/tst-gettext5.sh: New file. + * intl/Makefile (distribute): Add tst-gettext4.sh, tst-gettext4-de.po, + tst-gettext4-fr.po, tst-gettext5.sh. + (multithread-test-srcs): New variable. + (test-srcs): Add its contents. + (tests): Depend on tst-gettext4.out, tst-gettext5.out. + (tst-gettext4.out, tst-gettext5.out): New rules. + (CFLAGS-tst-gettext4.c, CFLAGS-tst-gettext5.c): New variables. + Add rule for linking the multithread-test-srcs with the appropriate + thread-library. + +2005-04-28 Ulrich Drepper + + * po/rw.po: New file. From translation team. + + * scripts/config.guess: Update from upstream. + * scripts/config.sub: Likewise. + 2005-04-27 Ulrich Drepper * nscd/connections.c (nscd_run): Use time() value in prune_cache -- cgit v1.2.3