about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Adjust AT_EXECFN when using explicit loader invocation.Paul Pluzhnikov2013-11-181-0/+6
| | | | | | | | 2013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com> * elf/Makefile (tst-auxv): New test. * elf/tst-auxv.c: New * elf/rtld.c (dl_main): Adjust AT_EXECFN
* Define TLS version of libc_hidden_proto.Joseph Myers2013-11-181-0/+16
|
* Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253Ondřej Bílka2013-11-181-0/+7
| | | | | | We first expanded origin and then split string by colons. This misbehaves when $ORIGIN contain colon so we first split string, then expand $ORIGIN.
* benchtests: Add strsep benchmarkRajalakshmi Srinivasaraghavan2013-11-181-0/+6
|
* Properly handle unavailable elements in LC_MONETARY categoryAndreas Schwab2013-11-181-0/+16
|
* Do not let scanf("%4p") accept "(nil)". Fixes bug 16055Ondřej Bílka2013-11-181-0/+7
|
* Test signs of NaNs in libm-test.inc where appropriate.Joseph Myers2013-11-161-0/+17
|
* Add libm-test support for ignored return value, add more lrint / llrint / ↵Joseph Myers2013-11-161-0/+26
| | | | lround / llround tests.
* Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag.Joseph Myers2013-11-161-0/+37
|
* Make libm-test.inc check for "inexact" exceptions for NaN argument.Joseph Myers2013-11-161-0/+38
|
* Fix spurious "inexact" exceptions from x86 pow with NaN argument (bug 16167).Joseph Myers2013-11-161-0/+10
|
* Add Chitwani Tharu (the)Chris Leonard2013-11-151-0/+4
|
* Fix country_num element in LC_ADDRESS for C localeAndreas Schwab2013-11-141-0/+5
|
* PowerPC: Fix __fe_mask_env exportAdhemerval Zanella2013-11-131-0/+7
| | | | Change SHLIB_COMPAT calls to GLIBC_2_19 for __fe_nomask_env symbol.
* 2013-11-13 Steve Ellcey <sellcey@mips.com>Steve Ellcey2013-11-131-0/+4
| | | | * benchtests/bench-timing.h: Include time.h.
* Set arch_minimum_kernel to 3.4.0 for x32H.J. Lu2013-11-131-0/+7
| | | | x32 ABI support was added in Linux kernel 3.4.0.
* Fix strtod rounding of half the least subnormal (bug 16151).Joseph Myers2013-11-131-0/+9
|
* PowerPC: Fix __fe_mask_env exportAdhemerval Zanella2013-11-131-0/+15
| | | | | This patch does not export __fe_mask_env anymore, only providing a compatibility symbol. It fixes BZ#14143.
* Avoid passing NULL to DSO_FILENAME.Marcus Shawcroft2013-11-131-0/+5
|
* Handle NULL return from htab_find_slot()Marcus Shawcroft2013-11-131-0/+5
|
* Fix sparc 64-bit GMP ifunc resolution in static builds.David S. Miller2013-11-121-0/+10
| | | | | | | | | | [BZ #16150] * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic symbol in the non-vis3 case in static builds. * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise. * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise. * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise. * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
* Fix vDSO l_name for GDB's: Can't read pathname for load map: Input/output error.Jan Kratochvil2013-11-111-0/+6
|
* benchtests: Add strtod benchmarkAdhemerval Zanella2013-11-111-0/+5
|
* Fix off-by-one in nscd getservbyport callAndreas Schwab2013-11-111-0/+6
|
* PowerPC: Fix vDSO missing ODP entriesAdhemerval Zanella2013-11-081-0/+7
| | | | | | | This patch fixes the vDSO symbol used directed in IFUNC resolver where they do not have an associated ODP entry leading to undefined behavior in some cases. It adds an artificial OPD static entry to such cases and set its TOC to non 0 to avoid triggering lazy resolutions.
* Make getent services compliant with RFC 6335 section 5.1 Fixes bug 15374Ondřej Bílka2013-11-071-0/+5
| | | | | The RFC 6335 allows services that start with digit (like 3com-tsmux). These were parsed as port number which this patch fixes.
* Fix build on pre-v9 32-bit Sparc.David S. Miller2013-11-061-0/+6
| | | | | | | | | We cannot use fnegd in this code, as fnegd was added in v9. Only fnegs exists in v8 and earlier. [BZ #15985] * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd on pre-v9 cpus, use a fnegs+fmovs sequence instead.
* manual/memory.texi: Remove register keyword from examples.Will Newton2013-11-061-0/+5
| | | | | | | | | | | | The register keyword doesn't add any information to the examples and is not useful for modern compilers. ChangeLog: 2013-11-06 Will Newton <will.newton@linaro.org> * manual/memory.texi (Malloc Examples): Remove register keyword from examples.
* Restore ChangeLogAndreas Schwab2013-11-041-0/+7
|
* Correct Walaita (wal) and add Unami Delaware (unm).Chris Leonard2013-11-041-5/+2
|
* Define __STDC_IEC_559* based on __GCC_IEC_559*.Joseph Myers2013-11-041-0/+7
|
* Add Quechua, Southern (quz) and Silesian (szl) to iso-639.def.Chris Leonard2013-11-031-0/+5
|
* Fix changelogOndřej Bílka2013-11-031-1/+1
|
* Remove unused NONTLS_INIT_TP.Ondřej Bílka2013-11-031-0/+4
|
* Fix malloc_info statistic. Fixes bug 16112Ondřej Bílka2013-11-011-0/+6
|
* Add Central Nahuatl (nhn).Chris Leonard2013-11-011-0/+4
|
* Fix description of random according to POSIX. Fixes bug 7003Bruno Haible2013-11-011-0/+6
|
* Add Meadow Mari (mhr).Chris Leonard2013-10-311-0/+4
|
* Restrict shm_open and shm_unlink to SHMDIR. Fixes bugs 14752 and 15763.Ondřej Bílka2013-10-311-0/+7
|
* Fix BZ referenceAndreas Schwab2013-10-311-2/+2
|
* Fix parsing of 0e+0 as floatAndreas Schwab2013-10-311-0/+7
|
* Accept make versions 4.0 and greaterMarc-Antoine Perennou2013-10-311-0/+6
|
* malloc: Fix for infinite loop in memalign/posix_memalign.Will Newton2013-10-301-0/+10
| | | | | | | | | | | | | | | | | | | A very large alignment argument passed to mealign/posix_memalign causes _int_memalign to enter an infinite loop. Limit the maximum alignment value to the maximum representable power of two to prevent this from happening. Changelog: 2013-10-30 Will Newton <will.newton@linaro.org> [BZ #16038] * malloc/hooks.c (memalign_check): Limit alignment to the maximum representable power of two. * malloc/malloc.c (__libc_memalign): Likewise. * malloc/tst-memalign.c (do_test): Add test for very large alignment values. * malloc/tst-posix_memalign.c (do_test): Likewise.
* Use atomic operations to track memory. Fixes bug 11087Ondřej Bílka2013-10-301-1/+8
|
* Remove code from div that is by C99 obsolete. Fixes bug 15799Ondřej Bílka2013-10-301-0/+7
|
* Fix reads for sizes larger than INT_MAX in AF_INET lookupSiddhesh Poyarekar2013-10-301-0/+8
| | | | | | | | | | | | | | | Currently for AF_INET lookups from the hosts file, buffer sizes larger than INT_MAX silently overflow and may result in access beyond bounds of a buffer. This happens when the number of results in an AF_INET lookup in /etc/hosts are very large. There are two aspects to the problem. One problem is that the size computed from the buffer size is stored into an int, which results in overflow for large sizes. Additionally, even if this size was expanded, the function used to read content into the buffer (fgets) accepts only int sizes. As a result, the fix is to have a function wrap around fgets that calls it multiple times with int sizes if necessary.
* Fix ChangeLog formatting issueAllan McRae2013-10-301-2/+2
|
* rename configure.in to configure.acMike Frysinger2013-10-301-0/+68
| | | | | | | Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Let tst-swscanf find its localeAndreas Schwab2013-10-291-0/+4
|
* Benchmark inputs for powSiddhesh Poyarekar2013-10-281-0/+2
| | | | | These inputs cover all normal processing paths for pow including all its slow paths.