summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-09-06Always check dtv before freeing dtv[-1]H.J. Lu
2012-09-06Use crtbeginT.o to statically link programsH.J. Lu
2012-09-06Fix strtod test for values above maximum for IBM long double.Joseph Myers
2012-09-06S/390: Fix optimized mem* running on 31 bit kernels.Andreas Krebbel
2012-09-05Recognize new sparc hwcap bits.David S. Miller
2012-09-05Update sparc ULPs for recently added math tests.David S. Miller
2012-09-05* malloc/arena.c: Fold copyright years.Alexandre Oliva
2012-09-05* malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.Alexandre Oliva
2012-09-05* manual/contrib.texi (Contributors): Fix typo. Complete entry.Alexandre Oliva
2012-09-05Don't change no_dyn_threshold on mallopt failureAlexandre Oliva
2012-09-05Fix typos in malloc/.Alexandre Oliva
2012-09-05Fix typos in commentsSiddhesh Poyarekar
2012-09-05Fixed minor typo in ChangeLogSiddhesh Poyarekar
2012-09-05Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0Siddhesh Poyarekar
2012-09-05Increase timeout for stdlib/tst-strtod-overflowAndreas Schwab
2012-09-06Improve C++ header location detection (bug 13966)Allan McRae
2012-09-05Use LDBL_MIN_EXP to distinguish Intel and Motorola extended float formatAndreas Schwab
2012-09-05Correctly handle Motorola extended float format in tst-strtod-roundAndreas Schwab
2012-09-04Use sparcv8 GMP routines when building 32-bit sparcv9.David S. Miller
2012-09-04stdlib/tst-secure-getenv.c: whitespace-only changes in commentsFlorian Weimer
2012-09-04stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID failuresFlorian Weimer
2012-09-04Fix iogetdelim.c (latent) integer overflow (bug 9914).Joseph Myers
2012-09-03Update libm-test-ulpsAndreas Jaeger
2012-09-03Add optimized sinf and cosf routines for x86 and x86-64Liubov Dmitrieva
2012-09-03S/390: Make IFUNC optimized mem* functions hidden.Andreas Krebbel
2012-09-02Use the first element of GOT for ld.so addressesH.J. Lu
2012-09-02Check for gawk >= 3.0 (bug 13412)Allan McRae
2012-09-01Remove __ASSUME_POSIX_CPU_TIMERS.Joseph Myers
2012-08-29Use LD_SO to set $ld_so_name/$ld_so_versionH.J. Lu
2012-08-29Don't make ttyname* fail if proc filesystem is not availableSiddhesh Poyarekar
2012-08-27Remove __ASSUME_STAT64_SYSCALL.Joseph Myers
2012-08-27update NEWSMike Frysinger
2012-08-27Fix sign of zero on strtod underflow (bug 14519).Joseph Myers
2012-08-27Fix strtod rounding (bug 3479).Joseph Myers
2012-08-27Fix strtod integer/buffer overflow (bug 14459).Joseph Myers
2012-08-25Fix some typos in comments.Marek Polacek
2012-08-23Fix tst-rfc3484* build failures from USE_NSCD move to config.h.Roland McGrath
2012-08-23Check floating-point ABI in ARM VALID_ELF_HEADER.Steve McIntyre
2012-08-23Make dl-fxstatat64.c include of fxstatat64.c use <> not "".Joseph Myers
2012-08-22Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines for...Roland McGrath
2012-08-22Add --disable-build-nscd configure option.Roland McGrath
2012-08-22BZ#13696: Add --disable-nscd configure option.Roland McGrath
2012-08-22Fix sed configure check for newer sed --version output.Dmitry V. Levin
2012-08-22Fix libc-start change for IRELless machines.Roland McGrath
2012-08-22 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_rJeff Law
2012-08-22rename V variable to lib-versionMike Frysinger
2012-08-22Leading-tabify ChangeLog.Roland McGrath
2012-08-22Fix ChangeLog format.Roland McGrath
2012-08-22Add versions of wcscpy, wcschr, wcsrchr for power6/power7.Will Schmidt
2012-08-21Micro-optimize critical path of strstr, strcase and memmem.Maxim Kuvyrkov