summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-012.4.90-4cvs/fedora-glibc-2_4_90-4Jakub Jelinek
2006-05-01Updated to fedora-glibc-20060501T0751Jakub Jelinek
2006-04-272.4.90-3cvs/fedora-glibc-2_4_90-3Jakub Jelinek
2006-04-27Updated to fedora-glibc-20060427T2122Jakub Jelinek
2006-04-27 * nscd/connections.c (sighup_handler): Only run prune_cache onJakub Jelinek
enabled databases.
2006-04-262.4.90-2cvs/fedora-glibc-2_4_90-2Jakub Jelinek
2006-04-26Updated to fedora-glibc-20060426T2000Jakub Jelinek
2006-04-252.4.90-1cvs/fedora-glibc-2_4_90-1Jakub Jelinek
2006-04-25Updated to fedora-glibc-20060425T0903Jakub Jelinek
2006-04-24Updated to fedora-glibc-20060424T2027Jakub Jelinek
2006-04-242.4-6cvs/fedora-glibc-2_4-6Jakub Jelinek
2006-04-242.4-6Jakub Jelinek
2006-04-24Updated to fedora-glibc-20060424T0820Jakub Jelinek
2006-03-28Fix a merge glitch.cvs/fedora-glibc-2_4-5Jakub Jelinek
2006-03-28Updated to fedora-glibc-20060328T0900cvs/fedora-Jakub Jelinek
2006-03-14Remove prehistoric comment about nscd incompatibility with 2.0 kernels.Jakub Jelinek
2006-03-072.4-3cvs/fedora-glibc-2_4-3Jakub Jelinek
2006-03-072.4-2cvs/fedora-glibc-2_4-2Jakub Jelinek
2006-03-072006-03-03 Steven Munroe <sjmunroe@us.ibm.com>Jakub Jelinek
Alan Modra <amodra@bigpond.net.au> [BZ #2423] * math/libm-test.inc [TEST_LDOUBLE] (ceil_test, floor_test, rint_test, round_test, trunc_test): Add new tests. * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround, __fesetround): Define inline implementations. * sysdeps/powerpc/fpu/fegetround.c: Use __fegetround. * sysdeps/powerpc/fpu/fesetround.c: Use __fesetround. * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (EXTRACT_IBM_EXTENDED_MANTISSA, INSERT_IBM_EXTENDED_MANTISSA): Removed, replaced with. (ldbl_extract_mantissa, ldbl_insert_mantissa, ldbl_pack, ldbl_unpack, ldbl_canonicalise, ldbl_nearbyint): Define inline utility functions for IBM long double format. * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Replace EXTRACT_IBM_EXTENDED_MANTISSA and INSERT_IBM_EXTENDED_MANTISSA with ldbl_extract_mantissa and ldbl_insert_mantissa. * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l): Replace EXTRACT_IBM_EXTENDED_MANTISSA with ldbl_extract_mantissa. (ldbl_extract_mantissa, ldbl_insert_mantissa): Defined. * sysdeps/ieee754/ldbl-128ibm/s_ceill.c (__ceill): Handle rounding that spans doubles in IBM long double format. * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise. * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise. * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise. * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise. * sysdeps/powerpc/fpu/math_ldbl.h: New file. * sysdeps/powerpc/powerpc64/fpu/s_rintl.S: Removed.
2006-03-06Updated to fedora-glibc-20060306T1239cvs/fedora-glibc-2_4-1Jakub Jelinek
2006-03-06 * elf/check-textrel.c: Don't include config.h.Jakub Jelinek
2006-03-06Add -DUSE_CFA_VAL_EXPRESSION to CFLAGS on x86_64.cvs/fedora-glibc-2_3_91-2Jakub Jelinek
2006-03-06 * sysdeps/unix/sysv/linux/i386/lowlevellock.hJakub Jelinek
(LLL_STUB_UNWIND_INFO_START, LLL_STUB_UNWIND_INFO_END, LLL_STUB_UNWIND_INFO_3, LLL_STUB_UNWIND_INFO_4): Define. (lll_mutex_lock, lll_robust_mutex_lock, lll_mutex_cond_lock, lll_robust_mutex_cond_lock, lll_mutex_timedlock, lll_robust_mutex_timedlock, lll_mutex_unlock, lll_robust_mutex_unlock, lll_lock, lll_unlock): Use them. Add _L_*_ symbols around the subsection. * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Add unwind info. * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Likewise.
2006-03-06 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.hJakub Jelinek
(LLL_STUB_UNWIND_INFO_START, LLL_STUB_UNWIND_INFO_END, LLL_STUB_UNWIND_INFO_5, LLL_STUB_UNWIND_INFO_6): Define. (lll_mutex_lock, lll_robust_mutex_lock, lll_mutex_cond_lock, lll_robust_mutex_cond_lock, lll_mutex_timedlock, lll_robust_mutex_timedlock, lll_mutex_unlock, lll_robust_mutex_unlock, lll_lock, lll_unlock): Use them. Add _L_*_ symbols around the subsection. * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Add unwind info. * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Likewise.
2006-03-06Updated to fedora-glibc-20060306T0720Jakub Jelinek
2006-03-022.3.91-1cvs/fedora-glibc-2_3_91-1Jakub Jelinek
2006-03-02 * malloc/malloc.c (MALLOC_ALIGNMENT): Set to __alignof__ (long double)Jakub Jelinek
if long double is more aligned than 2 * SIZE_SZ. (misaligned_chunk): Define. (public_rEALLOc, _int_free, _int_realloc): Use it.
2006-03-02 * elf/check-textrel.c: Include config.h.Jakub Jelinek
(AB(handle_file)): Don't fail if PF_X | PF_W on architectures known to have executable writable PLT. * sysdeps/powerpc/powerpc32/configure.in (HAVE_PPC_SECURE_PLT): New test. * sysdeps/powerpc/powerpc32/configure: Rebuilt. * config.h.in (HAVE_PPC_SECURE_PLT): Add.
2006-03-02Updated to fedora-glibc-20060302T0855Jakub Jelinek
2006-03-01 * configure (libc_add_on_canonical, libc_add_on_subdir): Set.cvs/fedora-glibc-2_3_90-39Jakub Jelinek
2006-03-01 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (lll_robust_mutex_dead,Jakub Jelinek
lll_robust_mutex_trylock, lll_robust_mutex_lock, lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock, lll_robust_mutex_unlock): Define. (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
2006-03-01Updated to fedora-glibc-20060301T0647Jakub Jelinek
2006-02-17 * include/atomic.h (atomic_and, atomic_or): Define.cvs/fedora-glibc-2_3_90-38Jakub Jelinek
nptl/ * sysdeps/unix/sysv/linux/alpha/lowlevellock.h (lll_robust_mutex_dead, lll_robust_mutex_trylock, lll_robust_mutex_lock, lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock, lll_robust_mutex_unlock): New macros. (__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes. * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise. * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise. * sysdeps/unix/sysv/linux/lowlevelrobustlock.c: New file.
2006-02-17Updated to fedora-glibc-20060217T1609Jakub Jelinek
2006-02-13 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.hcvs/fedora-glibc-2_3_90-37Jakub Jelinek
(__pthread_list_t): New typedef. (pthread_mutex_t): Replace __next and __prev fields with __list. * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h (__pthread_list_t): New typedef. (pthread_mutex_t): Replace __next and __prev fields with __list. * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h (__pthread_list_t, __pthread_slist_t): New typedefs. (pthread_mutex_t): Replace __next and __prev fields with __list. * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h (__pthread_list_t, __pthread_slist_t): New typedefs. (pthread_mutex_t): Replace __next and __prev fields with __list. * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h (__pthread_list_t, __pthread_slist_t): New typedefs. (pthread_mutex_t): Replace __next and __prev fields with __list. * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h (__pthread_slist_t): New typedef. (pthread_mutex_t): Replace __next field with __list.
2006-02-13Updated to fedora-glibc-20060213T0650Jakub Jelinek
2006-02-042.3.90-36cvs/fedora-glibc-2_3_90-36Jakub Jelinek
2006-02-04Updated to fedora-glibc-20060204T0758Jakub Jelinek
2006-02-03 * stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r,cvs/fedora-glibc-2_3_90-35Jakub Jelinek
qfcvt_r): Guard with #if defined __USE_SVID || defined __USE_XOPEN_EXTENDED.
2006-02-03 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): IfJakub Jelinek
file == NULL, use __futimes unconditionally. * manual/filesys.texi (futimes): Fix prototype.
2006-02-03 * math/math.h (__nldbl_nexttowardf): Put __THROW beforeJakub Jelinek
__attribute__ ((__const__)). (__MATHDECL_2): Use __REDIRECT_NTH instead of __REDIRECT followed by __THROW. * math/math.h [__LDBL_COMPAT && __USE_ISOC99] (nexttowardl): New prototype.
2006-02-03Updated to fedora-glibc-20060203T0932Jakub Jelinek
2006-02-022006-02-02 Roland McGrath <roland@redhat.com>cvs/fedora-glibc-2_3_90-33Jakub Jelinek
* timezone/private.h: Update from tzcode2006a. * timezone/scheck.c: Likewise. * timezone/asia: Update from tzdata2006a. * timezone/northamerica: Likewise. * timezone/zone.tab: Likewise. * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): New variable. (CFLAGS-mcount.c): Use it instead of -msoft-float. * sysdeps/powerpc/powerpc64/elf/Makefile (CFLAGS-dl-runtime.os, CFLAGS-dl-lookup.os, CFLAGS-dl-misc.os, CFLAGS-rtld-mempcpy.os, CFLAGS-rtld-memmove.os, CFLAGS-rtld-memchr.os, CFLAGS-rtld-strnlen.os): LIkewise 2006-02-01 Roland McGrath <roland@redhat.com> * sysdeps/ieee754/ldbl-opt/Makefile (sysdep-CFLAGS): Avoid adding -mlong-double-128 when it's already there.
2006-02-022.3.90-33Jakub Jelinek
2006-02-02Updated to fedora-glibc-20060202T0507Jakub Jelinek
2006-02-012.3.90-32cvs/fedora-glibc-2_3_90-32Jakub Jelinek
2006-02-01 * include/bits/stdlib-ldbl.h: New file.Jakub Jelinek
* include/bits/wchar-ldbl.h: New file.
2006-02-01 * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Fix a typo.Jakub Jelinek
* sysdeps/s390/fpu/libm-test-ulps: Remove llrint ulps.
2006-02-01Updated to fedora-glibc-20060201T0846Jakub Jelinek
2006-01-302.3.90-31cvs/fedora-glibc-2_3_90-31Jakub Jelinek