about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Format and clean up s_atan2.cSiddhesh Poyarekar2013-03-281-310/+494
* Fix casinh inaccuracy near i, imaginary part > 1 (bug 15307).Joseph Myers2013-03-272-0/+708
* Use integral constantsSiddhesh Poyarekar2013-03-261-76/+76
* Removed commented codeSiddhesh Poyarekar2013-03-2611-85/+0
* Make mantissa type of mp_no configurableSiddhesh Poyarekar2013-03-264-69/+157
* PowerPC: fix libm ABI issue for llroundlAdhemerval Zanella2013-03-261-0/+4
* Update sparc ULPs.David S. Miller2013-03-221-4/+1002
* BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibmAdhemerval Zanella2013-03-222-6/+24
* BZ#11120: fix x86_64/strcmp.S NOT_IN_libc safeguardsDmitry V. Levin2013-03-221-3/+3
* PowerPC: fix sqrtl ABI issueAdhemerval Zanella2013-03-211-0/+4
* On 32-bit x86, disable certain tests involving sNaN values.Thomas Schwinge2013-03-212-0/+62
* Fix Bessel function spurious overflows for ldbl-128 / ldbl-128ibm (bug 15285).Joseph Myers2013-03-213-20/+40
* Fix casinh inaccuracy for argument with imaginary part 1 (bug 15287).Joseph Myers2013-03-212-2/+1466
* Replace 8388608.0 with HALFRAD in mp codeSiddhesh Poyarekar2013-03-212-3/+3
* Move system-specific settings out of toplevel configure.in and config.make.in.Joseph Myers2013-03-208-0/+39
* Consolidate Linux and POSIX libc_fatal code.Roland McGrath2013-03-192-186/+67
* s390x: Move rtld link to /libAndreas Schwab2013-03-192-4/+14
* Faster strlen on x64.Ondrej Bilka2013-03-1813-1308/+755