Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-29 | Fix exp10 errno setting on underflow (bug 6787). | Joseph Myers | |
2013-11-29 | Fix x86 sqrt rounding (bug 14032). | Joseph Myers | |
2013-11-29 | Add 16214 to NEWS | Siddhesh Poyarekar | |
2013-11-28 | Remove unused ldbl-96 functions (bug 15004). | Joseph Myers | |
2013-11-28 | Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271). | Joseph Myers | |
2013-11-28 | Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077) | Siddhesh Poyarekar | |
AF_INET lookup in hosts file uses _nss_files_gethostbyname2_r, which is not capable of returning a canonical name if it has found one. This change adds _nss_files_gethostbyname3_r, which wraps around _nss_files_gethostbyname2_r and then returns result.h_name as the canonical name. | |||
2013-11-26 | NEWS: Only public headers have __unused/__block changed. | Carlos O'Donell | |
2013-11-26 | NEWS: Mention __unused and __block removal. | Carlos O'Donell | |
2013-11-25 | Fix bug ordering in NEWS. | Joseph Myers | |
2013-11-25 | Add bug 11214 to NEWS. | Joseph Myers | |
2013-11-25 | Fix typo in sys/ptrace.h. | Carlos O'Donell | |
The event code is PTRACE_EVENT_SECCOMP, not PTRAVE_EVENT_SECCOMP. This patch fixes the V->C typo. There are no ABI issues since the number remains the same for the code. Code using the old wrong name will need to be updated. | |||
2013-11-21 | Use __glibc_block in public headers. | Meador Inge | |
As detailed in PR11157, the use of '__block' is known to interfere with keywords in some environments, such as the Clang -fblocks extension. Recently a similar issue was raised concerning the use of '__unused' and a '__glibc' prefix was proposed to create a glibc implementation namespace for these sorts of issues [1]. This patches takes that approach. [1] https://sourceware.org/ml/libc-alpha/2012-02/msg00047.html [2] http://lists.debian.org/debian-glibc/2013/11/msg00020.html | |||
2013-11-20 | Rename Oriya locale to Odia (bug 15601) | Siddhesh Poyarekar | |
The state of Orissa was officially renamed the state to Odisha and the language from Oriya to Odia in 2010. References: http://zeenews.india.com/election09/story.aspx?aid=739995 http://orissamatters.com/2011/11/07/orissa-became-odisha/ http://www.ndtv.com/article/india/parliament-passes-bill-to-change-orissa-s-name-93888 http://orissa.gov.in/e-magazine/Orissareview/2011/Nov/engpdf/9-17.pdf | |||
2013-11-19 | Make powerpc-nofpu floating-point state thread-local (bug 15483). | Joseph Myers | |
2013-11-18 | [BZ #16144] Duplicated abday value for tk_TM. | Chris Leonard | |
2013-11-18 | Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253 | Ondřej Bílka | |
We first expanded origin and then split string by colons. This misbehaves when $ORIGIN contain colon so we first split string, then expand $ORIGIN. | |||
2013-11-18 | Do not let scanf("%4p") accept "(nil)". Fixes bug 16055 | Ondřej Bílka | |
2013-11-17 | Correct wae_CH to UTF-8 encoding. | Chris Leonard | |
2013-11-16 | Fix spurious "inexact" exceptions from x86 pow with NaN argument (bug 16167). | Joseph Myers | |
2013-11-15 | New locale for the_NP. | Arun Kumar Pyasi | |
2013-11-14 | [BZ #16143] pap_* locales have duplicated LC_NUMERIC section. | Chris Leonard | |
2013-11-14 | [BZ #16103] LC_MEASUREMENT review and standardization | Chris Leonard | |
2013-11-13 | Set arch_minimum_kernel to 3.4.0 for x32 | H.J. Lu | |
x32 ABI support was added in Linux kernel 3.4.0. | |||
2013-11-13 | Fix strtod rounding of half the least subnormal (bug 16151). | Joseph Myers | |
2013-11-13 | PowerPC: Fix __fe_mask_env export | Adhemerval Zanella | |
This patch does not export __fe_mask_env anymore, only providing a compatibility symbol. It fixes BZ#14143. | |||
2013-11-12 | Fix sparc 64-bit GMP ifunc resolution in static builds. | David S. Miller | |
[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. | |||
2013-11-11 | Put Bug # to the NEWS file for the previous vDSO l_name fix. | Jan Kratochvil | |
2013-11-11 | Fix off-by-one in nscd getservbyport call | Andreas Schwab | |
2013-11-07 | Make getent services compliant with RFC 6335 section 5.1 Fixes bug 15374 | Ondřej Bílka | |
The RFC 6335 allows services that start with digit (like 3com-tsmux). These were parsed as port number which this patch fixes. | |||
2013-11-06 | Fix build on pre-v9 32-bit Sparc. | David S. Miller | |
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. | |||
2013-11-01 | Fix malloc_info statistic. Fixes bug 16112 | Ondřej Bílka | |
2013-11-01 | Fix description of random according to POSIX. Fixes bug 7003 | Bruno Haible | |
2013-10-31 | Restrict shm_open and shm_unlink to SHMDIR. Fixes bugs 14752 and 15763. | Ondřej Bílka | |
2013-10-31 | Refill NEWS | Andreas Schwab | |
2013-10-31 | Fix parsing of 0e+0 as float | Andreas Schwab | |
2013-10-31 | Accept make versions 4.0 and greater | Marc-Antoine Perennou | |
2013-10-30 | Use atomic operations to track memory. Fixes bug 11087 | Ondřej Bílka | |
2013-10-30 | Remove code from div that is by C99 obsolete. Fixes bug 15799 | Ondřej Bílka | |
2013-10-30 | Fix reads for sizes larger than INT_MAX in AF_INET lookup | Siddhesh Poyarekar | |
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. | |||
2013-10-30 | Add ChangeLog entry and fix NEWS for #16078 | Siddhesh Poyarekar | |
2013-10-30 | Add missing bug number to NEWS | Allan McRae | |
2013-10-29 | New-locale-for-anp_IN | Chris Leonard | |
2013-10-26 | Add some more NEWS items. | Joseph Myers | |
2013-10-25 | Fix gethostbyname_r example. Fixes bug 2801. | Ondřej Bílka | |
2013-10-25 | Make strptime %Z consistent between doc and code. Fixes bug 14876 | Ondřej Bílka | |
2013-10-25 | Acknowledge that fnmatch can fail. Fixes bug 14029. | Ondřej Bílka | |
2013-10-25 | Document that mmap() returns MAP_FAILED on error, as per the POSIX standard. | Fabrice Bauzac | |
2013-10-25 | Fix stack overflow due to large AF_INET6 requests | Siddhesh Poyarekar | |
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. | |||
2013-10-21 | Document rpcgen -5. Fixes bug 15825 | Ondřej Bílka | |
2013-10-20 | When glob pattern contains a trailing slash match only directories. Fixes ↵ | Ondřej Bílka | |
bug 10278. |