aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-30ia64: setjmp: use HIDDEN_JUMPTARGETMike Frysinger
2013-12-29ia64: syscall: add some helpful documentationMike Frysinger
2013-12-27Add Solvenian translations for glibc messages.Carlos O'Donell
2013-12-27ignore gdb related filesMike Frysinger
2013-12-27Fix typo in csloww()Allan McRae
2013-12-26Add lang_name to various locales.Chris Leonard
2013-12-25ia64: implement futex requeue pi supportMike Frysinger
2013-12-25ia64: add lll_futex_timed_wait_bitsetMike Frysinger
2013-12-24ia64: ioperm: clean up long dead codeMike Frysinger
2013-12-24ia64: implement sotruss supportMike Frysinger
2013-12-24ia64: link.h: adjust whitespaceMike Frysinger
2013-12-23Define __CORRECT_ISO_CPP_STRING_H_PROTO correctly for Clang.Brooks Moses
2013-12-24Restore accidentally deleted bug-fix entries in NEWS.Maxim Kuvyrkov
2013-12-24Fix race in free() of fastbin chunk: BZ #15073Maxim Kuvyrkov
2013-12-23Add Changelog and news entry.Ondřej Bílka
2013-12-23Clarify that scanf does not use character classes. Fixes bug 12986Ondřej Bílka
2013-12-23Update powerpc-fpu ULPs.Adhemerval Zanella
2013-12-22Fix ldbl-128 lgammal for small negative arguments (bug 16337).Joseph Myers
2013-12-22Flatten sysdeps/unix/bsd/bsd4.4 into sysdeps/unix/bsd.Joseph Myers
2013-12-21Fix x86 / x86_64 expl / expl10l wild results in directed rounding modes (bug ...Joseph Myers
2013-12-20Add more libm-test coverage of [a-c]* real functions.Joseph Myers
2013-12-20fix localedata/ChangeLogChris Leonard
2013-12-20Revert spurious copying of ChangeLog to localedata/ChangeLog.Joseph Myers
2013-12-20Add lang_name to various locales.Chris Leonard
2013-12-20Update timezone code from tzcode 2013i.Joseph Myers
2013-12-20Move tests of cpow from libm-test.inc to auto-libm-test-in.Joseph Myers
2013-12-20Move various TEST_c_c tests from libm-test.inc to auto-libm-test-inc.Joseph Myers
2013-12-20Consolidate code to compute sin and cos from lookup tablesSiddhesh Poyarekar
2013-12-20Remove more redundant computations in s_sin.cSiddhesh Poyarekar
2013-12-20Remove redundant arguments in reduce_and_computeSiddhesh Poyarekar
2013-12-20Remove some redundant computations in s_sin.cSiddhesh Poyarekar
2013-12-19Move tests of cabs and carg from libm-test.inc to auto-libm-test-in.Joseph Myers
2013-12-19Don't make soft-fp symbols compat symbols for powerpc-nofpu.Joseph Myers
2013-12-19Update powerpc-fpu ULPs.Adhemerval Zanella
2013-12-19Fix white space as well.Paul Pluzhnikov
2013-12-19Fix incorrect power of 2 check in last commit.Paul Pluzhnikov
2013-12-19Cleanup compile warnings.Paul Pluzhnikov
2013-12-19Update texinfo.tex, config.guess, config.sub from upstream.Joseph Myers
2013-12-19Move tests of sincos from libm-test.inc to auto-libm-test-in.Joseph Myers
2013-12-19Fix uses of CALL_MCOUNT in ppc64 assembler sourcesAndreas Schwab
2013-12-19Disable libm-test test name beautification for M_* constants.Joseph Myers
2013-12-19Fix x86/x86_64 expm1 inaccuracy near 0 in directed rounding modes (bug 16293).Joseph Myers
2013-12-19Add _DEFAULT_SOURCE feature test macro.Joseph Myers
2013-12-19benchtests: Add strtok benchmarkRajalakshmi Srinivasaraghavan
2013-12-19Stop partial menu generation in INSTALL fileAllan McRae
2013-12-18Patch 2/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov
2013-12-18Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov
2013-12-18Patch [1/4] async-signal safe TLS.Paul Pluzhnikov
2013-12-18Updated NEWS to mention resolution of bug 15846.Brooks Moses
2013-12-18Add error reporting (via errno) to getauxval().Brooks Moses