about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fall back to non-cached sequence traversal and comparison on malloc failSiddhesh Poyarekar2013-09-233-35/+254
* BZ #15754: Fix test case for ARM.Carlos O'Donell2013-09-233-1/+14
* BZ #15754: CVE-2013-4788Carlos O'Donell2013-09-2319-5/+351
* Adjust language-code fields of LC_ADDRESS.Chris Leonard2013-09-2273-63/+483
* New locale for ak_GH.Chris Leonard2013-09-214-3/+226
* correct bug list in NEWSChris Leonard2013-09-211-3/+2
* [BZ #15859] Fix memory leak in _dl_map_object_depsVinitha Vijayan2013-09-213-5/+10
* Make __ffs hiddenAndreas Schwab2013-09-2017-0/+39
* Remove trailing space.Steve Ellcey2013-09-201-1/+1
* 2013-09-20 Steve Ellcey <sellcey@mips.com>Steve Ellcey2013-09-201-90/+0
* 2013-09-20 Steve Ellcey <sellcey@mips.com>Steve Ellcey2013-09-202-56/+343
* Mention malloc probes in the NEWS file.Alexandre Oliva2013-09-202-0/+4
* Add malloc probes for sbrk and heap resizing.Alexandre Oliva2013-09-204-1/+58
* Add catch-all alloc retry probe.Alexandre Oliva2013-09-203-0/+16
* Add probes for malloc retries.Alexandre Oliva2013-09-203-0/+36
* Add probes for malloc arena changes.Alexandre Oliva2013-09-204-0/+75
* Add probes for all changes to malloc options.Alexandre Oliva2013-09-203-6/+112
* Add first set of memory probes.Alexandre Oliva2013-09-206-2/+57
* Copy-edit NEWS and fixup ChangeLog entries.Carlos O'Donell2013-09-202-5/+7
* Update Changelog and NEWSChris Leonard2013-09-202-3/+13
* Update iso-639.defChris Leonard2013-09-191-1/+15
* Consolidate common code into macrosSiddhesh Poyarekar2013-09-192-74/+75
* Fix buffer overrun in strtod_lLiubov Dmitrieva2013-09-192-1/+5
* Add benchmark inputs for sincosSiddhesh Poyarekar2013-09-193-1/+92
* New test cases for sin and cos for multiple precision fallbackSiddhesh Poyarekar2013-09-192-0/+21
* Consolidate sin/cos table lookup codeSiddhesh Poyarekar2013-09-192-114/+49
* Consolidate sin/cos computation for large inputsSiddhesh Poyarekar2013-09-192-47/+41
* Remove redundant goto linesSiddhesh Poyarekar2013-09-192-40/+9
* Add BZ #15640 to resolved bug list in NEWS.Maxim Kuvyrkov2013-09-191-3/+3
* Improve atomic locking for ARM.Maxim Kuvyrkov2013-09-192-8/+96
* MIPS: IEEE 754-2008 NaN encoding supportMaciej W. Rozycki2013-09-1820-68/+684
* e500 port: fpu_control.h.Joseph Myers2013-09-182-1/+61
* e500 port: setjmp/longjmp.Joseph Myers2013-09-183-36/+54
* Don't force -msoft-float for powerpc --without-fp.Joseph Myers2013-09-182-5/+6
* Format sincos32.cSiddhesh Poyarekar2013-09-182-236/+258
* Fix powerpc fpu_control.h namespace and parenthesis issues (bug 15966).Joseph Myers2013-09-173-13/+22
* ARM: Improve armv7 memcpy performance.Will Newton2013-09-162-6/+10
* Adjust language-code fields of LC_ADDRESS.Chris Leonard2013-09-1524-22/+155
* Add country_car field to LC_ADDRESS.Chris Leonard2013-09-1565-51/+378
* Fix some types in localedef.Richard Sandiford2013-09-132-4/+10
* Add CVE-2013-4332 to NEWS.Will Newton2013-09-131-0/+5
* sunrpc/rpc/types.h: fix OS X and FreeBSD build problemsJia Liu2013-09-112-0/+11
* Faster strchr implementation.Ondřej Bílka2013-09-115-201/+170
* benchtests: Rename argument to TIMING_INIT macro.Will Newton2013-09-113-10/+17
* Mention closing 15855, 15856 and 15857 in NEWS.Will Newton2013-09-111-2/+2
* Update powerpc-fpu ULPs.Adhemerval Zanella2013-09-112-2/+67
* Add O_TMPFILE to <fcntl.h>Andreas Schwab2013-09-117-0/+24
* malloc: Check for integer overflow in memalign.Will Newton2013-09-112-0/+13
* malloc: Check for integer overflow in valloc.Will Newton2013-09-112-0/+13
* malloc: Check for integer overflow in pvalloc.Will Newton2013-09-112-0/+13