about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Always check dtv before freeing dtv[-1]H.J. Lu2012-09-061-0/+7
|
* Use crtbeginT.o to statically link programsH.J. Lu2012-09-061-0/+12
|
* Fix strtod test for values above maximum for IBM long double.Joseph Myers2012-09-061-0/+7
|
* S/390: Fix optimized mem* running on 31 bit kernels.Andreas Krebbel2012-09-061-0/+11
|
* Recognize new sparc hwcap bits.David S. Miller2012-09-051-0/+6
| | | | | | | | * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE, HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define. * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27. * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new entries.
* Update sparc ULPs for recently added math tests.David S. Miller2012-09-051-0/+4
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* * malloc/arena.c: Fold copyright years.Alexandre Oliva2012-09-051-0/+5
| | | | * malloc/mcheck.c, malloc/memusage.c: Likewise.
* * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.Alexandre Oliva2012-09-051-0/+4
|
* * manual/contrib.texi (Contributors): Fix typo. Complete entry.Alexandre Oliva2012-09-051-0/+4
|
* Don't change no_dyn_threshold on mallopt failureAlexandre Oliva2012-09-051-0/+5
| | | | | * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not change internal state upon failure.
* Fix typos in malloc/.Alexandre Oliva2012-09-051-0/+6
| | | | | | * malloc/mcheck.c (mcheck_check_all): Fix typo. * malloc/memusage.c (mmap): Likewise. (mmap64, mremap): Likewise. Adjust name in comment.
* Fix typos in commentsSiddhesh Poyarekar2012-09-051-0/+6
| | | | | | * libio/fileops.c: Fix typos in comments. * libio/oldfileops.c: Likewise. * libio/wfileops.c: Likewise.
* Fixed minor typo in ChangeLogSiddhesh Poyarekar2012-09-051-1/+1
|
* Return requested size for malloc_usable_size when MALLOC_CHECK_ > 0Siddhesh Poyarekar2012-09-051-0/+10
| | | | | | | | | | | [BZ #1349] malloc_usable_size returns the usable size in an allocated chunk, which may be >= the requested size. In the case of MALLOC_CHECK_ being exported to > 0 however, only the requested size is usable, since a magic value is written at the end of the request size to trap writes beyond request bounds. Hence, when MALLOC_CHECK_ is exported to > 0, malloc_usable_size() should return the request size.
* Increase timeout for stdlib/tst-strtod-overflowAndreas Schwab2012-09-051-0/+4
|
* Improve C++ header location detection (bug 13966)Allan McRae2012-09-061-0/+7
|
* Use LDBL_MIN_EXP to distinguish Intel and Motorola extended float formatAndreas Schwab2012-09-051-1/+2
|
* Correctly handle Motorola extended float format in tst-strtod-roundAndreas Schwab2012-09-051-0/+8
|
* Use sparcv8 GMP routines when building 32-bit sparcv9.David S. Miller2012-09-041-0/+6
| | | | | | * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file. * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file. * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
* stdlib/tst-secure-getenv.c: whitespace-only changes in commentsFlorian Weimer2012-09-041-0/+2
|
* stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID failuresFlorian Weimer2012-09-041-0/+5
|
* Fix iogetdelim.c (latent) integer overflow (bug 9914).Joseph Myers2012-09-041-0/+7
|
* Update libm-test-ulpsAndreas Jaeger2012-09-031-0/+5
|
* Add optimized sinf and cosf routines for x86 and x86-64Liubov Dmitrieva2012-09-031-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines): Add s_sinf-sse2, s_conf-sse2. * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file. * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file. * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file. * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file. * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros for using routine as __sinf_ia32. Use macro for function declaration and weak_alias. * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros for using routine as __cosf_ia32. Use macro for function declaration and weak_alias. * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright. * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright. * sysdeps/x86_64/fpu/s_sinf.S: New file. * sysdeps/x86_64/fpu/s_cosf.S: New file. * sysdeps/x86_64/fpu/libm-test-ulps: Update. * math/libm-test.inc (cos_test): Add more test cases. (sin_test): Likewise. (sincos_test): Likewise.
* S/390: Make IFUNC optimized mem* functions hidden.Andreas Krebbel2012-09-031-0/+7
|
* Use the first element of GOT for ld.so addressesH.J. Lu2012-09-021-3/+11
| | | | | | | | [BZ #14538] * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the first element of the GOT. (elf_machine_load_address): Return the difference between the runtime address of _DYNAMIC and elf_machine_dynamic ().
* Check for gawk >= 3.0 (bug 13412)Allan McRae2012-09-021-0/+6
|
* Remove __ASSUME_POSIX_CPU_TIMERS.Joseph Myers2012-09-011-0/+23
|
* Use LD_SO to set $ld_so_name/$ld_so_versionH.J. Lu2012-08-291-0/+9
|
* Don't make ttyname* fail if proc filesystem is not availableSiddhesh Poyarekar2012-08-291-0/+7
| | | | | | | | | The ttyname and ttyname_r functions on Linux now fall back to searching for the tty file descriptor in /dev/pts or /dev if /proc is not available. This allows creation of chroots without the procfs mounted on /proc. Fixes BZ #14516.
* Remove __ASSUME_STAT64_SYSCALL.Joseph Myers2012-08-271-0/+35
|
* update NEWSMike Frysinger2012-08-271-0/+5
|
* Fix sign of zero on strtod underflow (bug 14519).Joseph Myers2012-08-271-0/+6
|
* Fix strtod rounding (bug 3479).Joseph Myers2012-08-271-0/+37
|
* Fix strtod integer/buffer overflow (bug 14459).Joseph Myers2012-08-271-0/+17
|
* Fix some typos in comments.Marek Polacek2012-08-251-1/+5
|
* Fix tst-rfc3484* build failures from USE_NSCD move to config.h.Roland McGrath2012-08-231-0/+6
|
* Check floating-point ABI in ARM VALID_ELF_HEADER.Steve McIntyre2012-08-231-0/+5
|
* Make dl-fxstatat64.c include of fxstatat64.c use <> not "".Joseph Myers2012-08-231-0/+5
|
* Fix shadow, gshadow, networks, protocols, rpc, aliases, and nscd routines ↵Roland McGrath2012-08-221-0/+40
| | | | for USE_NSCD case.
* Add --disable-build-nscd configure option.Roland McGrath2012-08-221-0/+8
|
* BZ#13696: Add --disable-nscd configure option.Roland McGrath2012-08-221-0/+39
|
* Fix sed configure check for newer sed --version output.Dmitry V. Levin2012-08-221-0/+6
|
* Fix libc-start change for IRELless machines.Roland McGrath2012-08-221-0/+5
|
* * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_rJeff Law2012-08-221-0/+6
| | | | if the family is PF_UNSPEC.
* rename V variable to lib-versionMike Frysinger2012-08-221-0/+5
| | | | | | | | | | | | | | | | Due to the rise of kbuild type build systems (as the Linux kernel is a popularly emulated environment), the V variable has become common as a knob for controlling verbosity. Unfortunately, if you run `make V=1` with glibc during install, it fails with weird errors due to the glibc build already using this variable for versioning information. Granted, overriding this variable in the glibc context makes no sense so people shouldn't be doing it, but when paired with build frameworks that like to use one set of options for all packages, glibc starts to stick out as an oddball (in that it fails). Considering it's easy enough to rename (it's used in just one place), let's do so. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Leading-tabify ChangeLog.Roland McGrath2012-08-221-2/+2
|
* Fix ChangeLog format.Roland McGrath2012-08-221-5/+2
|
* Add versions of wcscpy, wcschr, wcsrchr for power6/power7.Will Schmidt2012-08-221-0/+10
| | | | | | | | | | | | | | Initially based on the versions found in wcsmbs/* ; these files have been changed by hand unrolling, and adding some additional variables to allow some read-ahead to occur, which then relieves some of the wait-for-increment/wait-for-load/wait-for-compare-results pressure that was slowing down every iteration through the while-loop. For 64-bit Power7, These changes give an approx 20% throughput boost for the wcschr and wcsrchr functions; and approx 40% boost for the wcscpy function. 32-bit improvements appear to be slightly better with ~ %30 and ~ %45 respectively. Results for Power6 closely match those for power7.
* Micro-optimize critical path of strstr, strcase and memmem.Maxim Kuvyrkov2012-08-211-0/+6
|