about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Properly handle fencepost with MALLOC_ALIGN_MASK hjl/pr14562/masterH.J. Lu2012-09-082-2/+10
* Add "shopt -s nullglob" to check-local-headers.shH.J. Lu2012-09-072-1/+6
* Check if deriv->steps is NULL before freeing itH.J. Lu2012-09-072-3/+9
* Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++H.J. Lu2012-09-072-6/+19
* Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++H.J. Lu2012-09-072-1/+6
* Remove gnu/stubs.h dependency on soversions.mkH.J. Lu2012-09-072-1/+6
* Use www.gnu.org as example hostname in manual/examples/inetcli.c.Joseph Myers2012-09-072-1/+7
* Cleanup code duplication in malloc on fallback to use another arenaSiddhesh Poyarekar2012-09-073-75/+43
* Fix description of carg branch cut (bug 13542)John Tobey2012-09-073-7/+13
* Use www.gnu.org as example hostname in manual (bug 10014).Joseph Myers2012-09-073-6/+10
* Fix pointers between nodes in manual (bug 10038).Joseph Myers2012-09-073-6/+12
* Restore GL(dl_initial_dtv)H.J. Lu2012-09-062-4/+8
* Remove _dl_initial_dtvH.J. Lu2012-09-063-12/+27
* Synchronize with linux/elf.h.Petr Machata2012-09-062-0/+16
* Mention BZ #14545 in NEWSH.J. Lu2012-09-061-1/+1
* Always check dtv before freeing dtv[-1]H.J. Lu2012-09-063-2/+9
* Add tst-cancel21-static.cH.J. Lu2012-09-063-2/+11
* Use crtbeginT.o to statically link programsH.J. Lu2012-09-063-5/+20
* tile: fix type of prfpregset_t in <sys/procfs.h>Chris Metcalf2012-09-062-1/+3
* tile: Add BZ to Changelog and update NEWSChris Metcalf2012-09-062-3/+4
* Fix strtod test for values above maximum for IBM long double.Joseph Myers2012-09-063-3/+23
* tile: BZ#14237: fix __tls_get_addr bug initializing new modulesChris Metcalf2012-09-062-0/+6
* S/390: Fix optimized mem* running on 31 bit kernels.Andreas Krebbel2012-09-066-7/+19
* Fix botched NEWSJeff Law2012-09-051-2/+3
* [BZ#14510]Jeff Law2012-09-0510-9/+37
* Recognize new sparc hwcap bits.David S. Miller2012-09-054-3/+12
* Update sparc ULPs for recently added math tests.David S. Miller2012-09-052-0/+16
* * malloc/arena.c: Fold copyright years.Alexandre Oliva2012-09-054-5/+8
* * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.Alexandre Oliva2012-09-052-2/+6
* * manual/contrib.texi (Contributors): Fix typo. Complete entry.Alexandre Oliva2012-09-052-2/+7
* Don't change no_dyn_threshold on mallopt failureAlexandre Oliva2012-09-052-2/+9
* Fix typos in malloc/.Alexandre Oliva2012-09-053-4/+10
* Fix typos in commentsSiddhesh Poyarekar2012-09-054-5/+11
* Fixed minor typo in ChangeLogSiddhesh Poyarekar2012-09-051-1/+1
* Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0Siddhesh Poyarekar2012-09-056-9/+100
* Increase timeout for stdlib/tst-strtod-overflowAndreas Schwab2012-09-052-0/+5
* Improve C++ header location detection (bug 13966)Allan McRae2012-09-064-15/+18
* Use LDBL_MIN_EXP to distinguish Intel and Motorola extended float formatAndreas Schwab2012-09-052-17/+14
* Correctly handle Motorola extended float format in tst-strtod-roundAndreas Schwab2012-09-053-20/+492
* Use sparcv8 GMP routines when building 32-bit sparcv9.David S. Miller2012-09-044-0/+9
* stdlib/tst-secure-getenv.c: whitespace-only changes in commentsFlorian Weimer2012-09-042-5/+7
* stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID failuresFlorian Weimer2012-09-042-2/+8
* Fix iogetdelim.c (latent) integer overflow (bug 9914).Joseph Myers2012-09-043-5/+13
* Update libm-test-ulpsAndreas Jaeger2012-09-033-0/+14
* Add optimized sinf and cosf routines for x86 and x86-64Liubov Dmitrieva2012-09-0313-7/+2403
* S/390: Make IFUNC optimized mem* functions hidden.Andreas Krebbel2012-09-033-6/+17
* Use the first element of GOT for ld.so addressesH.J. Lu2012-09-023-36/+20
* Check for gawk >= 3.0 (bug 13412)Allan McRae2012-09-024-49/+77
* Remove __ASSUME_POSIX_CPU_TIMERS.Joseph Myers2012-09-018-323/+54
* Fix sem_post race (bug 14532).Joseph Myers2012-08-315-6/+101