Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-14 | Updated to fedora-glibc-20090414T2104cvs/fedora-glibc-2_9_90-16 | Jakub Jelinek | |
2009-03-20 | Updated to fedora-glibc-20090320T1944cvs/fedora-glibc-2_9_90-11 | Jakub Jelinek | |
2009-03-10 | Updated to fedora-glibc-20090310T1925cvs/fedora-glibc-2_9_90-10 | Jakub Jelinek | |
2009-03-09 | Updated to fedora-glibc-20090309T1421cvs/fedora-glibc-2_9_90-9 | Jakub Jelinek | |
2009-02-18 | Updated to fedora-glibc-20090218T1534 | Jakub Jelinek | |
2009-02-04 | Updated to fedora-glibc-20090204T2135cvs/fedora-glibc-2_9_90-3 | Jakub Jelinek | |
2009-01-02 | Updated to fedora-glibc-20090102T2110cvs/fedora-glibc-2_9_90-1 | Jakub Jelinek | |
2008-10-31 | Updated to fedora-glibc-20081031T2102cvs/fedora-glibc-2_8_90-16 | Jakub Jelinek | |
2008-08-29 | Updated to fedora-glibc-20080828T1623cvs/fedora-glibc-2_8_90-12 | Jakub Jelinek | |
2008-06-13 | Updated to fedora-glibc-20080613T1601cvs/fedora-glibc-2_8_90-7 | Jakub Jelinek | |
2008-04-12 | Updated to fedora-glibc-20080412T0741cvs/fedora-glibc-2_8-1 | Jakub Jelinek | |
2008-04-11 | Updated to fedora-glibc-20080411T1934cvs/fedora-glibc-2_7_90-16 | Jakub Jelinek | |
2008-04-10 | Updated to fedora-glibc-20080410T1907 | Jakub Jelinek | |
2007-09-18 | Updated to fedora-glibc-20070918T1931cvs/fedora-glibc-2_6_90-14 | Jakub Jelinek | |
2007-07-31 | Updated to fedora-glibc-20070731T1624cvs/fedora-glibc-2_6_90-1 | Jakub Jelinek | |
2007-05-10 | Updated to fedora-glibc-20070510T0634cvs/fedora-glibc-2_5_90-23 | Jakub Jelinek | |
2007-03-31 | Updated to fedora-glibc-20070331T1609cvs/fedora-glibc-2_5_90-20 | Jakub Jelinek | |
2007-03-17 | Updated to fedora-glibc-20070317T2130cvs/fedora-glibc-2_5_90-19 | Jakub Jelinek | |
2006-12-19 | Updated to fedora-glibc-20061219T1804cvs/fedora-glibc-2_5_90-14 | Jakub Jelinek | |
2006-11-30 | Updated to fedora-glibc-20061130T1652cvs/fedora-glibc-2_5_90-9 | Jakub Jelinek | |
2006-11-09 | Updated to fedora-glibc-20061109T1949 | Jakub Jelinek | |
2006-10-29 | Updated to fedora-glibc-20061029T2155cvs/fedora-glibc-2_5_90-3 | Jakub Jelinek | |
2006-09-25 | Updated to fedora-glibc-20060925T1535cvs/fedora-glibc-2_4_90-35 | Jakub Jelinek | |
2006-09-23 | Updated to fedora-glibc-20060923T0946cvs/fedora-glibc-2_4_90-34 | Jakub Jelinek | |
2006-09-19 | Updated to fedora-glibc-20060919T1816 | Jakub Jelinek | |
2006-09-15 | Updated to fedora-glibc-20060915T0943 | Jakub Jelinek | |
2006-09-10 | Updated to fedora-glibc-20060910T1832cvs/fedora-glibc-2_4_90-31 | Jakub Jelinek | |
2006-08-15 | Updated to fedora-glibc-20060815T0533 | Jakub Jelinek | |
2006-04-24 | Updated to fedora-glibc-20060424T0820 | Jakub Jelinek | |
2006-03-28 | Updated to fedora-glibc-20060328T0900cvs/fedora- | Jakub Jelinek | |
2006-03-07 | 2.4-3cvs/fedora-glibc-2_4-3 | Jakub Jelinek | |
2006-03-07 | 2006-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-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-01 | Updated to fedora-glibc-20060301T0647 | Jakub Jelinek | |
2006-02-04 | Updated to fedora-glibc-20060204T0758 | Jakub Jelinek | |
2006-02-02 | 2006-02-02 Roland McGrath <roland@redhat.com>cvs/fedora-glibc-2_3_90-33 | Jakub 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-01 | Updated to fedora-glibc-20060201T0846 | Jakub Jelinek | |
2006-01-30 | Updated to fedora-glibc-20060130T0922 | Jakub Jelinek | |
2006-01-09 | Updated to fedora-glibc-20060109T2152cvs/fedora-glibc-2_3_90-30 | Jakub Jelinek | |
2006-01-06 | Updated to fedora-glibc-20060106T0916cvs/fedora-glibc-2_3_90-28 | Jakub Jelinek | |
2006-01-02 | Updated to fedora-glibc-20060102T1045 | Jakub Jelinek | |
2005-12-27 | Updated to fedora-glibc-20051227T1426 | Jakub Jelinek | |
2005-12-20 | Updated to fedora-glibc-20051220T1028 | Jakub Jelinek | |
2005-12-19 | Updated to fedora-glibc-20051219T1003cvs/fedora-glibc-2_3_90-19 | Jakub Jelinek | |
2005-11-19 | Updated to fedora-glibc-20051119T1959 | Jakub Jelinek | |
2005-11-15 | Updated to fedora-glibc-20051115T0809 | Jakub Jelinek | |
2005-10-03 | Updated to fedora-glibc-20051003T2040 | Jakub Jelinek | |
2005-08-08 | Updated to fedora-glibc-20050808T2126 | Jakub Jelinek | |
2005-07-21 | Updated to fedora-glibc-20050721T0814 | Jakub Jelinek | |
2005-07-08 | Updated to fedora-glibc-20050708T0811 | Jakub Jelinek | |