about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). rsa/stdint_noheadersRyan S. Arnold2013-05-0131-5/+33
* Fix catan, catanh spurious underflows (bug 15423).Joseph Myers2013-05-012-0/+376
* Update powerpc libm-test ULPsAdhemerval Zanella2013-04-301-2/+414
* Fix catan, catanh inaccuracy from atan2 denominators near 0 (bug 15416).Joseph Myers2013-04-302-2/+524
* Format s_sin.cSiddhesh Poyarekar2013-04-301-904/+1212
* Update powerpc libm-test ULPsAdhemerval Zanella2013-04-291-27/+3318
* Fix catan, catanh spurious overflows (bug 15409).Joseph Myers2013-04-272-0/+132
* Update i386 libm-test ULPsAllan McRae2013-04-271-0/+80
* PowerPC: modf optimization fixAdhemerval Zanella2013-04-264-0/+4
* Update x86_64 ULPsMarkus Trippelsdorf2013-04-261-0/+244
* Move x86_64-specific audit tests to sysdeps/x86_64/.Joseph Myers2013-04-2517-0/+1515
* Get rid of __STDC_FORMAT_MACROS, __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROSPaul Pluzhnikov2013-04-252-20/+0
* Fix catan, catanh inaccuracy through use of log (bug 15394).Joseph Myers2013-04-242-0/+4
* Fix name space use in last commit.Roland McGrath2013-04-231-1/+1
* Add generic POSIX implementation of C11 timespec_get.Roland McGrath2013-04-231-0/+38
* PowerPC: modf optimizationAdhemerval Zanella2013-04-234-0/+108
* S/390: Change struct statfs[64] member types to unsigned valuesHeiko Carstens2013-04-231-12/+12
* Minor cleanup in getaddrinfoSiddhesh Poyarekar2013-04-221-3/+4
* Remove __wur from setfsuid and setfsgid.Adam Conrad2013-04-181-2/+2
* Configuring for i386 is no longer supported.Carlos O'Donell2013-04-172-2/+22
* BZ#15361: Make aio_fsync not check open modes.Roland McGrath2013-04-121-5/+2
* libm-test.inc: Fix tests where cos(PI/2) != 0.Carlos O'Donell2013-04-112-28/+0
* BZ#14280: Fix Hurd ioctl macro to avoid warning.Roland McGrath2013-04-081-1/+1
* i386: Fail at configure time for i386 builds.Carlos O'Donell2013-04-062-0/+58
* s390/s390x: Undef PSEUDO before redef.Carlos O'Donell2013-04-062-0/+2
* [BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values.Thomas Schwinge2013-04-052-12/+10
* [BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values.Thomas Schwinge2013-04-052-9/+9
* Remove unreachable code.Thomas Schwinge2013-04-051-2/+1
* Remove unused hard-coded qNaN definition.Thomas Schwinge2013-04-051-2/+0
* Fix stack overflow in getaddrinfo with many resultsAndreas Schwab2013-04-031-2/+21
* Refer to two GCC PRs.Thomas Schwinge2013-04-032-2/+4
* Remove TWOSiddhesh Poyarekar2013-04-032-3/+1
* Preserve errno across _PC_CHOWN_RESTRICTED call on XFSSiddhesh Poyarekar2013-04-032-0/+13
* Fix cacosh inaccuracy and spurious exceptions (bug 15327).Joseph Myers2013-04-022-57/+1634
* Use mantissa_t in mpexpSiddhesh Poyarekar2013-04-022-3/+4
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-0218-0/+345
* PowerPC: remove branch prediction from rint implementationAdhemerval Zanella2013-04-014-12/+12
* Fix casinh inaccuracy for imaginary part < 1.0, real part small (bug 10357).Joseph Myers2013-03-302-297/+2265
* Remove usage of ONE macroSiddhesh Poyarekar2013-03-291-1/+1
* Remove ONE and MONESiddhesh Poyarekar2013-03-297-22/+20
* Format s_tan.cSiddhesh Poyarekar2013-03-291-405/+728
* Remove ZERO and MZERO macrosSiddhesh Poyarekar2013-03-297-63/+61
* Format s_atan.cSiddhesh Poyarekar2013-03-291-151/+246
* Format e_log.cSiddhesh Poyarekar2013-03-291-95/+133
* Use __ehdr_start, if available, as fallback for AT_PHDR.Roland McGrath2013-03-281-8/+14
* Make _dl_phdr pointer to const.Roland McGrath2013-03-282-2/+2
* Consolidate declarations of _dl_phdr, _dl_phnum.Roland McGrath2013-03-282-4/+6
* Never call syslog in __libc_message.Roland McGrath2013-03-281-9/+0
* PowerPC: .eh_frame info in crt1.o isn't useful and triggers gold bug 14675.Alan Modra2013-03-282-0/+14
* Fix e_logl (128ibm) spurious underflowAdhemerval Zanella2013-03-282-2/+17