Age | Commit message (Expand) | Author | Files | Lines |
2015-11-23 | Update <netpacket/packet.h> for Linux 4.3. | Joseph Myers | 2 | -0/+36 |
2015-11-23 | Fix strtol in Turkish locales (bug 19242). | Joseph Myers | 7 | -8/+168 |
2015-11-20 | NaCl: Use allocate_code_data after dyncode_create | Roland McGrath | 2 | -1/+34 |
2015-11-20 | Fix math_private.h multiple include guards. | Joseph Myers | 9 | -8/+42 |
2015-11-20 | Fix lgamma setting signgam for ISO C (bug 15421). | Joseph Myers | 65 | -204/+721 |
2015-11-20 | Remove signal handling for nanosleep (bug 16364) | Adhemerval Zanella | 3 | -158/+6 |
2015-11-20 | S390: Use __asm__ instead of asm. | Stefan Liebler | 42 | -453/+498 |
2015-11-19 | powerpc: Spinlock optimization and cleanup | Paul Murphy | 4 | -6/+16 |
2015-11-19 | powerpc: More elision improvements | Paul Murphy | 3 | -10/+23 |
2015-11-19 | Shuffle includes in ldbl-128ibm/mpn2ldl.c | Paul Murphy | 2 | -2/+12 |
2015-11-17 | Include s_sin.c in s_sincos.c | Siddhesh Poyarekar | 3 | -19/+27 |
2015-11-17 | Remove redundant else clauses in s_sin.c | Siddhesh Poyarekar | 2 | -186/+160 |
2015-11-17 | benchtests: Mark output variables as used | Siddhesh Poyarekar | 2 | -1/+6 |
2015-11-16 | Work around conflicting declarations of math functions | Florian Weimer | 2 | -0/+5 |
2015-11-14 | Run tst-prelink test for GLOB_DAT reloc | H.J. Lu | 8 | -15/+96 |
2015-11-13 | Fix ldbl-128ibm strtold overflow handling (bug 14551). | Joseph Myers | 4 | -0/+111 |
2015-11-12 | Fix powerpc round, roundf spurious "inexact" (bug 19238). | Joseph Myers | 5 | -12/+33 |
2015-11-12 | Fix powerpc64 lround, lroundf, llround, llroundf spurious "inexact" exception... | Joseph Myers | 3 | -0/+22 |
2015-11-11 | pylintrc: disable reports | Mike Frysinger | 2 | -1/+5 |
2015-11-10 | NaCl: Use open_resource API for shared objects | Roland McGrath | 6 | -8/+159 |
2015-11-11 | Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (... | Joseph Myers | 7 | -9/+104 |
2015-11-10 | Add a test for prelink output | H.J. Lu | 4 | -0/+57 |
2015-11-10 | Add more tests of pow. | Joseph Myers | 4 | -0/+33 |
2015-11-10 | Fix nearbyintl linkage for ia64 (bug 19219) | Adhemerval Zanella | 2 | -2/+9 |
2015-11-10 | Enable _STRING_ARCH_unaligned on AArch64. | Wilco Dijkstra | 2 | -1/+30 |
2015-11-10 | Remove __signbit* from localplt.data as they are no longer called from within... | Wilco Dijkstra | 6 | -17/+8 |
2015-11-09 | ld.so: Add original DSO name if overridden by audit module [BZ #18251] | Florian Weimer | 15 | -8/+397 |
2015-11-09 | S390: Clean setjmp, longjmp, getcontext symbols. | Stefan Liebler | 6 | -30/+63 |
2015-11-09 | S390: Call direct system calls for socket operations. | Stefan Liebler | 6 | -19/+43 |
2015-11-09 | Terminate process on invalid netlink response from kernel [BZ #12926] | Florian Weimer | 9 | -1/+145 |
2015-11-07 | Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelink | H.J. Lu | 2 | -2/+31 |
2015-11-06 | Fix typo in signgam test messages. | Joseph Myers | 3 | -4/+8 |
2015-11-06 | Remove configure tests for some linker -z options. | Joseph Myers | 3 | -108/+7 |
2015-11-06 | Simplify the abilist format | Florian Weimer | 362 | -92593/+91069 |
2015-11-06 | Add LFS support for fts functions (bug 11460) | Mark Wielaard | 43 | -66/+733 |
2015-11-05 | Run libm-test tests for finite-math-only functions. | Joseph Myers | 14 | -8/+181 |
2015-11-05 | Fix some stub prototypes missing ... after K&R conversion | Roland McGrath | 4 | -3/+9 |
2015-11-05 | Add script to list fixed bugs for the NEWS file. | Joseph Myers | 3 | -17/+53 |
2015-11-05 | Fix i386/x86_64 log* (1) zero sign for -ffinite-math-only (bug 19213). | Joseph Myers | 9 | -8/+60 |
2015-11-05 | Fix finite-math-only lgamma functions signgam setting (bug 19211). | Joseph Myers | 7 | -26/+164 |
2015-11-05 | Fix features.h for -Wundef (bug 19212). | Joseph Myers | 3 | -8/+26 |
2015-11-05 | Don't redirect ldexp to scalbn in bits/math-finite.h (bug 19209). | Joseph Myers | 3 | -10/+6 |
2015-11-05 | Make bits/math-finite.h conditions match other headers (bug 19205). | Joseph Myers | 3 | -63/+206 |
2015-11-04 | Remove miscellaneous GCC >= 4.7 version conditionals. | Joseph Myers | 5 | -47/+54 |
2015-11-04 | Refactor libm-test inline tests disabling. | Joseph Myers | 9 | -17/+62 |
2015-11-04 | Add bug 18604 to the correct section | Florian Weimer | 1 | -11/+11 |
2015-11-04 | Remove a spurious attribution | Florian Weimer | 2 | -1/+4 |
2015-11-04 | Add bug 18604 to NEWS | Florian Weimer | 1 | -2/+2 |
2015-11-04 | Add more libm tests (scalb*, signbit, sin, sincos, sinh, sqrt, tan, tanh, tga... | Joseph Myers | 5 | -6/+4375 |
2015-11-03 | Don't macro-expand failed assertion expression [BZ #18604] | David Kastrup | 3 | -2/+9 |