about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use LD_SO to set $ld_so_name/$ld_so_versionH.J. Lu2012-08-294-2/+18
* Don't make ttyname* fail if proc filesystem is not availableSiddhesh Poyarekar2012-08-294-13/+12
* Remove __ASSUME_STAT64_SYSCALL.Joseph Myers2012-08-2722-402/+81
* update NEWSMike Frysinger2012-08-272-4/+9
* mips: clear condition bit 23 in fpu tooGuido Guenther2012-08-272-1/+5
* alpha: add conditional fdatasync supportMike Frysinger2012-08-274-0/+79
* Fix sign of zero on strtod underflow (bug 14519).Joseph Myers2012-08-275-2/+117
* Fix strtod rounding (bug 3479).Joseph Myers2012-08-2710-42/+7634
* Fix strtod integer/buffer overflow (bug 14459).Joseph Myers2012-08-275-33/+178