about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update Sparc ULPs.David S. Miller2013-03-171-2/+14
* Fix y1l spurious overflows for ldbl-96 (bug 15283).Joseph Myers2013-03-163-1/+25
* Fix spurious underflow exceptions for Bessel functions for ldbl-128 / ldbl-12...Joseph Myers2013-03-162-58/+79
* Move _dl_non_dynamic_init, _dl_aux_init declarations.Roland McGrath2013-03-152-6/+7
* Promote a math test for sNaN handling to the top-level.Thomas Schwinge2013-03-152-337/+0
* Use GCC's builtins for generating NaNs.Thomas Schwinge2013-03-151-55/+9
* Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge2013-03-154-55/+55
* Revert configurable mantissa patchSiddhesh Poyarekar2013-03-154-148/+60
* Reverting wrong commit.Adhemerval Zanella2013-03-151-0/+42
* PowerPC: gettimeofday optimization by using IFUNCAdhemerval Zanella2013-03-153-54/+46
* Make mantissa type configurableSiddhesh Poyarekar2013-03-154-60/+148
* Regenerate sysdeps/x86_64/preconfigure.Joseph Myers2013-03-151-120/+0
* Fix spurious underflow exceptions for Bessel functions for double (bug 14155).Joseph Myers2013-03-142-4/+8
* Fix formatting in last changeSiddhesh Poyarekar2013-03-141-1/+1
* Fix __times() handling of EFAULT when buf is NULLPetr Baudis2013-03-141-4/+6
* Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for ...Roland McGrath2013-03-124-0/+104
* Remove Prefer_SSE_for_memop on x64Ondrej Bilka2013-03-119-198/+2
* Remove extra pthread_atfork compat symbolsAndreas Schwab2013-03-111-1/+0
* PowerPC: unify math_ldbl.h implementationsAdhemerval Zanella2013-03-084-168/+18