aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-202013-09-20 Steve Ellcey <sellcey@mips.com>Steve Ellcey
2013-09-202013-09-20 Steve Ellcey <sellcey@mips.com>Steve Ellcey
2013-09-20Mention malloc probes in the NEWS file.Alexandre Oliva
2013-09-20Add malloc probes for sbrk and heap resizing.Alexandre Oliva
2013-09-20Add catch-all alloc retry probe.Alexandre Oliva
2013-09-20Add probes for malloc retries.Alexandre Oliva
2013-09-20Add probes for malloc arena changes.Alexandre Oliva
2013-09-20Add probes for all changes to malloc options.Alexandre Oliva
2013-09-20Add first set of memory probes.Alexandre Oliva
2013-09-20Copy-edit NEWS and fixup ChangeLog entries.Carlos O'Donell
2013-09-20Update Changelog and NEWSChris Leonard
2013-09-19Update iso-639.defChris Leonard
2013-09-19Consolidate common code into macrosSiddhesh Poyarekar
2013-09-19Fix buffer overrun in strtod_lLiubov Dmitrieva
2013-09-19Add benchmark inputs for sincosSiddhesh Poyarekar
2013-09-19New test cases for sin and cos for multiple precision fallbackSiddhesh Poyarekar
2013-09-19Consolidate sin/cos table lookup codeSiddhesh Poyarekar
2013-09-19Consolidate sin/cos computation for large inputsSiddhesh Poyarekar
2013-09-19Remove redundant goto linesSiddhesh Poyarekar
2013-09-19Add BZ #15640 to resolved bug list in NEWS.Maxim Kuvyrkov
2013-09-19Improve atomic locking for ARM.Maxim Kuvyrkov
2013-09-18MIPS: IEEE 754-2008 NaN encoding supportMaciej W. Rozycki
2013-09-18e500 port: fpu_control.h.Joseph Myers
2013-09-18e500 port: setjmp/longjmp.Joseph Myers
2013-09-18Don't force -msoft-float for powerpc --without-fp.Joseph Myers
2013-09-18Format sincos32.cSiddhesh Poyarekar
2013-09-17Fix powerpc fpu_control.h namespace and parenthesis issues (bug 15966).Joseph Myers
2013-09-16ARM: Improve armv7 memcpy performance.Will Newton
2013-09-15Adjust language-code fields of LC_ADDRESS.Chris Leonard
2013-09-15Add country_car field to LC_ADDRESS.Chris Leonard
2013-09-13Fix some types in localedef.Richard Sandiford
2013-09-13Add CVE-2013-4332 to NEWS.Will Newton
2013-09-11sunrpc/rpc/types.h: fix OS X and FreeBSD build problemsJia Liu
2013-09-11Faster strchr implementation.Ondřej Bílka
2013-09-11benchtests: Rename argument to TIMING_INIT macro.Will Newton
2013-09-11Mention closing 15855, 15856 and 15857 in NEWS.Will Newton
2013-09-11Update powerpc-fpu ULPs.Adhemerval Zanella
2013-09-11Add O_TMPFILE to <fcntl.h>Andreas Schwab
2013-09-11malloc: Check for integer overflow in memalign.Will Newton
2013-09-11malloc: Check for integer overflow in valloc.Will Newton
2013-09-11malloc: Check for integer overflow in pvalloc.Will Newton
2013-09-10Remove DO_NOT_USE_THIS conditionals.Ondřej Bílka
2013-09-10Clarify documentation cross-referenceAllan McRae
2013-09-10Update pt_chown sections of the manualAllan McRae
2013-09-09Fix static-binary lazy FPU context allocationMaciej W. Rozycki
2013-09-09Fix typo in strcoll exampleAllan McRae
2013-09-09Fix memory leak in stdlib/isomac.cAllan McRae
2013-09-09Fix memory leaks in libio on allocation failureAllan McRae
2013-09-09Fix nesting of ifdefs in netgroupcache.cAllan McRae
2013-09-09malloc: Add realloc test.Will Newton