about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Remove _G_HAVE_SYS_WAIT and _IO_HAVE_SYS_WAIT.Joseph Myers2012-09-211-0/+11
|
* Remove _G_NEED_STDARG_H.Joseph Myers2012-09-201-0/+7
|
* rtld: limit self loading check to normal mode onlyDmitry V. Levin2012-09-191-0/+8
| | | | | | | | | Commit glibc-2.14~10 disallowed rtld self loading to avoid a segfault that used to happen when rtld was loading itself in normal mode. Unfortunately, that commit disallowed all modes of self loading, including those that used to work before. This change limits the check for self loading to normal mode only, so that instruments like ldd could handle rtld properly.
* Don't set TIMEOUTFACTOR in sysdeps/wordsize-64/Makefile.Joseph Myers2012-09-181-0/+6
|
* crypt: bump up md5test-giant timeout from 180s to 480sChris Metcalf2012-09-171-0/+4
|
* Remove _G_HAVE_IO_GETLINE_INFO.Joseph Myers2012-09-171-0/+11
|
* Remove $(have-cpp-asm-debuginfo) checkH.J. Lu2012-09-151-0/+8
|
* Make printf respect the rounding mode for decimal output (bug 5044).Joseph Myers2012-09-141-0/+12
|
* Remove unused __rtld_lock_init_recursive macroH.J. Lu2012-09-131-0/+9
|
* Remove _G_HAVE_PRINTF_FP.Joseph Myers2012-09-131-0/+7
|
* Make strtod respect the rounding mode (bug 14518).Joseph Myers2012-09-121-0/+27
|
* Update i386 ULPs for recently added math testsAllan McRae2012-09-121-0/+4
|
* Remove unused typedefs and macros from _G_config.h.Joseph Myers2012-09-111-0/+27
|
* Update copyright years in csu/libc-tls.cH.J. Lu2012-09-111-0/+4
|
* Remove _G_USING_THUNKS.Joseph Myers2012-09-101-0/+5
|
* Remove libio C++ vtable definitions.Joseph Myers2012-09-101-0/+16
|
* Update ChangeLogH.J. Lu2012-09-101-2/+0
|
* Run tst-fopenloc if $(build-shared) is yesH.J. Lu2012-09-101-0/+6
|
* Update copyright yearsH.J. Lu2012-09-101-0/+4
|
* Fix x86 SSE cosf, sinf issuesLiubov Dmitrieva2012-09-101-0/+10
| | | | | | | | | | * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix unwind info if defined PIC. Fix special cases description. * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise. * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix DP_HI_MASK entry. * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
* Add "shopt -s nullglob" to check-local-headers.shH.J. Lu2012-09-071-0/+2
|
* Check if deriv->steps is NULL before freeing itH.J. Lu2012-09-071-0/+3
|
* Rename LDFLAGS-XXX to LDLIBS-XXX for -lstdc++H.J. Lu2012-09-071-0/+13
|
* Remove gnu/stubs.h dependency on soversions.mkH.J. Lu2012-09-071-0/+5
|
* Use www.gnu.org as example hostname in manual/examples/inetcli.c.Joseph Myers2012-09-071-0/+6
|
* Cleanup code duplication in malloc on fallback to use another arenaSiddhesh Poyarekar2012-09-071-0/+11
| | | | | Break the fallback code to try another arena into a separate function for readability.
* Fix description of carg branch cut (bug 13542)John Tobey2012-09-071-0/+6
|
* Use www.gnu.org as example hostname in manual (bug 10014).Joseph Myers2012-09-071-0/+4
|
* Fix pointers between nodes in manual (bug 10038).Joseph Myers2012-09-071-0/+6
|
* Restore GL(dl_initial_dtv)H.J. Lu2012-09-061-0/+6
|
* Remove _dl_initial_dtvH.J. Lu2012-09-061-0/+10
| | | | | | | | | | * csu/libc-tls.c (static_dtv): Renamed to ... (_dl_static_dtv): This. Make it global. (_dl_initial_dtv): Removed. (__libc_setup_tls): Updated. * elf/dl-tls.c (DL_INITIAL_DTV): New macro. (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with DL_INITIAL_DTV.
* Synchronize with linux/elf.h.Petr Machata2012-09-061-0/+7
| | | | Add new ARM and s390 note constants e.g. NT_*.
* 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
|