summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-10-16soft-fp: fix horizontal whitespace.Joseph Myers
2013-10-15soft-fp: remove unused macros.Joseph Myers
2013-10-15Clear initfini list after freeing. Fixes bug 15308.Ondřej Bílka
2013-10-15soft-fp: fix vertical whitespace and indentation.Joseph Myers
2013-10-14Fix error_tail overflow in allocation calculation.Ondřej Bílka
2013-10-14Correctly copy resolver address. Fixes bug #13028.Ondřej Bílka
2013-10-14ldd: make try_trace more robust and portablePatrick 'P. J.' McDermott
2013-10-12soft-fp: fix preprocessor indentation.Joseph Myers
2013-10-12Fix typos.Yuri Chornoivan
2013-10-12Fix typo in setlocale.c. Fixes BZ #15764Reuben Thomas
2013-10-12soft-fp: make __unord* raise "invalid" for signaling NaNs (bug 16036).Joseph Myers
2013-10-12soft-fp: make ordered comparisons raise "invalid" for quiet NaNs (bug 14910).Joseph Myers
2013-10-12soft-fp: add missing FP_INIT_EXCEPTIONS and FP_INIT_ROUNDMODE calls.Joseph Myers
2013-10-12soft-fp: add macro FP_NO_EXCEPTIONS.Joseph Myers
2013-10-12soft-fp: fix _FP_DIV_MEAT_* returning results with wrong exponent (bug 16032).Joseph Myers
2013-10-12soft-fp: fix floating-point to integer unsigned saturation.Joseph Myers
2013-10-11Add systemtap markers to math function slow pathsSiddhesh Poyarekar
2013-10-11Fix fwrite() reading beyond end of buffer in error pathEric Biggers
2013-10-10Fix readdir regressions on sparc 32-bit.David S. Miller
2013-10-10Update copyright and license notices in soft-fp files from libgcc.Joseph Myers
2013-10-10Add soft-fp files from libgcc.Joseph Myers
2013-10-10Update sparc ULPs.David S. Miller
2013-10-10Extend powerpc-nofpu -fno-builtin-fabsl workaround to more files.Joseph Myers
2013-10-10Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl.Joseph Myers
2013-10-10malloc/hooks.c: Correct check for overflow in memalign_check.Will Newton
2013-10-10benchtests: Add include-sources directive.Torvald Riegel
2013-10-10soft-fp: split FP_INIT_EXCEPTIONS from FP_INIT_ROUNDMODE.Joseph Myers
2013-10-10soft-fp: fix negation NaN handling (bug 16034).Joseph Myers
2013-10-09soft-fp: Remove trailing semicolon from _FP_FRAC_DISASSEMBLE_4.Joseph Myers
2013-10-09soft-fp: fix typo in comment.Adam Buchbinder
2013-10-08Update gethostbyname2_r documentation. Fixes bug #156.Yogesh Chaudhari
2013-10-08Use p2align instead ALIGNOndřej Bílka
2013-10-08Format e_pow.cSiddhesh Poyarekar
2013-10-08Format e_exp.cSiddhesh Poyarekar
2013-10-08Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar
2013-10-08Clean up locale file alignment handling.Joseph Myers
2013-10-07Fix ChangeLog formattingSiddhesh Poyarekar
2013-10-07Add more directives to benchmark input filesSiddhesh Poyarekar
2013-10-07Fix careless merge.Alan Modra
2013-10-05Mention powerpc64le support in NEWS and README, plus bugs fixed.Alan Modra
2013-10-04Add fork hooks for pthread_atforkSamuel Thibault
2013-10-04Update generic swapon definition to match prototype.Ryan S. Arnold
2013-10-04Move powerpc ports pieces to libc.Joseph Myers
2013-10-04e500 port: adjust sysdeps/unix/sysv/linux/configure.in case.Joseph Myers
2013-10-04e500 port: fix fpu_control.h constant values.Joseph Myers
2013-10-04e500 port: getcontext / setcontext / swapcontext.Joseph Myers
2013-10-04Update iso-1366.def and related occurrencesChris Leonard
2013-10-04Fix typo in manualSiddhesh Poyarekar
2013-10-04malloc/tst-valloc.c: Tidy up code.Will Newton
2013-10-04malloc/tst-pvalloc.c: Tidy up code.Will Newton