about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fix x86/x86_64 expm1l spurious underflow exceptions (bug 16539).Joseph Myers2014-06-246-11/+122
* Fix ldbl-128 erfl spurious underflows (bug 16287).Joseph Myers2014-06-245-12/+324
* Move architecture cases out of sysdeps/unix/sysv/linux/configure.ac.Joseph Myers2014-06-2417-120/+83
* Fix namespace violation in pthreadtypes.h (BZ #17084)Siddhesh Poyarekar2014-06-243-4/+10
* Add bug 16918 to NEWS.Wilco2014-06-242-3/+8
* Revert "Add bug 16918 to NEWS."Marcus Shawcroft2014-06-242-12/+3
* Optimize fesetenvWilco2014-06-242-15/+24
* Add _FPU_MASK_RM and use it instead of FE_TOWARDZERO.Wilco2014-06-245-13/+23
* Remove an unused include.Wilco2014-06-242-1/+4
* Cleanup fenv implementationWilco2014-06-245-4/+7
* Add bug 16918 to NEWS.Wilco2014-06-242-3/+12
* Rewrite feupdateenvWilco2014-06-242-6/+44
* Speed up the ARM fenv implementation by avoiding unnecessary FPSCRWilco2014-06-246-23/+38
* Use libc calls defined by fenv_private.h to implement several fenv functionsWilco2014-06-247-102/+75
* Fix build warning in pthread_rwlock_*Siddhesh Poyarekar2014-06-242-1/+4
* Print offending diff when check-abi failsSiddhesh Poyarekar2014-06-242-1/+7
* Add missing #include in get-rounding-mode.hRoland McGrath2014-06-232-0/+4
* Remove an unused variable in fstatvfs.Roland McGrath2014-06-232-1/+5
* Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near ...Joseph Myers2014-06-2310-338/+458
* Set errno for y1 overflow (bug 17050).Joseph Myers2014-06-238-5/+1796
* Test cpow in all rounding modes.Joseph Myers2014-06-238-135/+251
* Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers2014-06-2314-233/+2953
* powerpc: Consolidate nptl/ subdirectories under linux/....Roland McGrath2014-06-2359-736/+176
* Add generic HAVE_RM_CTX implementationWilco Dijkstra2014-06-232-19/+113
* MIPS: Move NPTL public headers to sysdeps/mips/nptl/.Roland McGrath2014-06-234-0/+7
* m68k: Consolidate nptl/ subdirectories under linux/...Roland McGrath2014-06-2334-0/+77
* SH: Consolidate nptl/ subdirectories under linux/.....Roland McGrath2014-06-2315-0/+31
* Update headers for Linux 3.15.Joseph Myers2014-06-233-0/+18
* Remove unused labelAndreas Schwab2014-06-232-1/+5
* PowerPC: sync hwcap.h capabilitiesAdhemerval Zanella2014-06-232-0/+7
* elf/dl-lookup.c: Use __glibc_likely and __glibc_unlikelyWill Newton2014-06-232-20/+22
* elf/dl-lookup.c: Remove unnecessary static variableWill Newton2014-06-232-4/+5
* elf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a functionWill Newton2014-06-232-145/+165
* Don't ignore too long lines in nss_files (BZ #17079)Andreas Schwab2014-06-233-2/+10
* test-skeleton.c: Use stdout for error messagesWill Newton2014-06-232-23/+28
* nscd: Remove unused typedef and variable.Ludovic Courtès2014-06-222-14/+5
* Mention CVE-2014-4043 in NEWSAllan McRae2014-06-212-0/+10
* Move generic smp.h to nptl/Roland McGrath2014-06-202-1/+4
* Remove unused file rtld-lowlevel.h.Roland McGrath2014-06-202-43/+2
* Clean up HAVE_CONFIG_H and STDC_HEADERS.Roland McGrath2014-06-205-4/+20
* Clean up stack-coloring macros.Roland McGrath2014-06-207-38/+67
* Move linux bits/ files out of nptl/.Roland McGrath2014-06-205-308/+147
* Remove ARM __ASSUME_SIGFRAME_V2.Joseph Myers2014-06-215-59/+26
* Missing new file from last commit.Roland McGrath2014-06-201-0/+3
* Move remaining SPARC code out of nptl/.Roland McGrath2014-06-2047-29/+133
* Include <kernel-features.h> explicitly where required.Joseph Myers2014-06-2010-0/+19
* Remove __ASSUME_SOCK_CLOEXEC / SOCK_CLOEXEC conditionals in Linux-specific code.Joseph Myers2014-06-203-65/+16
* Add ifunc tests for x86_64 memset_chk and memsetH.J. Lu2014-06-203-1/+20
* [BZ #16046] dl_iterate_phdr static executable testMaciej W. Rozycki2014-06-203-1/+52
* stdlib/tst-qsort2.c: Fix off-by-one argc interpretation errorMaciej W. Rozycki2014-06-202-1/+6