about summary refs log tree commit diff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* [BZ #16144] Duplicated abday value for tk_TM.Chris Leonard2013-11-181-1/+1
|
* Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253Ondřej Bílka2013-11-181-10/+10
| | | | | | We first expanded origin and then split string by colons. This misbehaves when $ORIGIN contain colon so we first split string, then expand $ORIGIN.
* Do not let scanf("%4p") accept "(nil)". Fixes bug 16055Ondřej Bílka2013-11-181-2/+2
|
* Correct wae_CH to UTF-8 encoding.Chris Leonard2013-11-171-1/+1
|
* Fix spurious "inexact" exceptions from x86 pow with NaN argument (bug 16167).Joseph Myers2013-11-161-1/+1
|
* New locale for the_NP.Arun Kumar Pyasi2013-11-151-2/+2
|
* [BZ #16143] pap_* locales have duplicated LC_NUMERIC section.Chris Leonard2013-11-141-1/+1
|
* [BZ #16103] LC_MEASUREMENT review and standardizationChris Leonard2013-11-141-2/+2
|
* Set arch_minimum_kernel to 3.4.0 for x32H.J. Lu2013-11-131-3/+3
| | | | 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-1/+2
|
* PowerPC: Fix __fe_mask_env exportAdhemerval Zanella2013-11-131-8/+8
| | | | | This patch does not export __fe_mask_env anymore, only providing a compatibility symbol. It fixes BZ#14143.
* Fix sparc 64-bit GMP ifunc resolution in static builds.David S. Miller2013-11-121-1/+1
| | | | | | | | | | [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.
* Put Bug # to the NEWS file for the previous vDSO l_name fix.Jan Kratochvil2013-11-111-1/+1
|
* Fix off-by-one in nscd getservbyport callAndreas Schwab2013-11-111-1/+1
|
* Make getent services compliant with RFC 6335 section 5.1 Fixes bug 15374Ondřej Bílka2013-11-071-7/+7
| | | | | 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-2/+2
| | | | | | | | | 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.
* Fix malloc_info statistic. Fixes bug 16112Ondřej Bílka2013-11-011-1/+1
|
* Fix description of random according to POSIX. Fixes bug 7003Bruno Haible2013-11-011-9/+9
|
* Restrict shm_open and shm_unlink to SHMDIR. Fixes bugs 14752 and 15763.Ondřej Bílka2013-10-311-8/+8
|
* Refill NEWSAndreas Schwab2013-10-311-2/+2
|
* Fix parsing of 0e+0 as floatAndreas Schwab2013-10-311-2/+3
|
* Accept make versions 4.0 and greaterMarc-Antoine Perennou2013-10-311-1/+1
|
* Use atomic operations to track memory. Fixes bug 11087Ondřej Bílka2013-10-301-8/+8
|
* Remove code from div that is by C99 obsolete. Fixes bug 15799Ondřej Bílka2013-10-301-4/+4
|
* Fix reads for sizes larger than INT_MAX in AF_INET lookupSiddhesh Poyarekar2013-10-301-1/+1
| | | | | | | | | | | | | | | 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.
* Add ChangeLog entry and fix NEWS for #16078Siddhesh Poyarekar2013-10-301-1/+1
|
* Add missing bug number to NEWSAllan McRae2013-10-301-8/+8
|
* New-locale-for-anp_INChris Leonard2013-10-291-3/+3
|
* Add some more NEWS items.Joseph Myers2013-10-261-0/+14
|
* Fix gethostbyname_r example. Fixes bug 2801.Ondřej Bílka2013-10-251-8/+8
|
* Make strptime %Z consistent between doc and code. Fixes bug 14876Ondřej Bílka2013-10-251-7/+7
|
* Acknowledge that fnmatch can fail. Fixes bug 14029.Ondřej Bílka2013-10-251-8/+8
|
* Document that mmap() returns MAP_FAILED on error, as per the POSIX standard.Fabrice Bauzac2013-10-251-1/+2
|
* Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar2013-10-251-1/+4
| | | | | | | | Resolves #16072 (CVE-2013-4458). This patch fixes another stack overflow in getaddrinfo when it is called with AF_INET6. The AF_UNSPEC case was fixed as CVE-2013-1914, but the AF_INET6 case went undetected back then.
* Document rpcgen -5. Fixes bug 15825Ondřej Bílka2013-10-211-4/+4
|
* When glob pattern contains a trailing slash match only directories. Fixes ↵Ondřej Bílka2013-10-201-7/+7
| | | | bug 10278.
* Replace alloca in __tzfile_read by malloc. Fixes bug 15670Ondřej Bílka2013-10-201-5/+5
|
* Remove duplicate bug numbers from NEWS.Joseph Myers2013-10-181-1/+0
|
* Fix localedef collation handling of <U0000> (bug 15948).Richard Sandiford2013-10-181-3/+3
|
* Fix inet_network("1 bar"). Fixes bug 15277.Ondřej Bílka2013-10-171-7/+7
|
* Don't use gethostbyaddr to determine canonical nameAndreas Schwab2013-10-171-7/+7
|
* soft-fp: make extensions quiet signaling NaNs (bug 16041).Joseph Myers2013-10-171-1/+1
|
* Clear initfini list after freeing. Fixes bug 15308.Ondřej Bílka2013-10-151-6/+7
|
* Fix error_tail overflow in allocation calculation.Ondřej Bílka2013-10-141-5/+5
|
* Correctly copy resolver address. Fixes bug #13028.Ondřej Bílka2013-10-141-6/+7
|
* ldd: make try_trace more robust and portablePatrick 'P. J.' McDermott2013-10-141-7/+6
| | | | | | | | | | | | | | | | | | | | | | | It was noted in 2005 (BZ #832), 2006 (BZ #3266), and 2007 [1] that ldd fails on shells other than Bash >= 3.0 because of the pipefail option around try_trace (added on 2004-12-08). EGLIBC was patched in 2008 [2] (r6912) to make the pipefail check run only on shells that support it, but RTLD output would still be lost on other shells with certain SELinux policies. This patch rewrites try_trace to work on any POSIX-conformant shell in such a way as to also work with such SELinux policies. It also obviates one difference between glibc and EGLIBC. URL: https://sourceware.org/ml/libc-alpha/2007-01/msg00041.html URL: http://www.eglibc.org/archives/patches/msg00526.html 2013-09-11 P. J. McDermott <pj@pehjota.net> [BZ #832] * elf/ldd.bash.in (try_trace): More robustly and portably work around SELinux terminal write permissions by using a command substitution instead of a pipeline and pipefail option.
* Fix typos.Yuri Chornoivan2013-10-121-4/+4
|
* Fix typo in setlocale.c. Fixes BZ #15764Reuben Thomas2013-10-121-4/+5
|
* soft-fp: make __unord* raise "invalid" for signaling NaNs (bug 16036).Joseph Myers2013-10-121-1/+1
|
* soft-fp: make ordered comparisons raise "invalid" for quiet NaNs (bug 14910).Joseph Myers2013-10-121-6/+6
|