aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2013-12-05Fix tgamma errno setting on underflow (bug 6810).Joseph Myers1-13/+13
2013-12-05BZ #15941: Fix INSTALL file regeneration failure with makeinfo 5.xSiddhesh Poyarekar1-5/+5
I have skipped regenerating the INSTALL file because we want to continue using the 4.x generator for now.
2013-12-04Add bug numbers 926, 4772 and 16274 to NEWS.Ondřej Bílka1-13/+13
2013-12-04Add missing bug numbers (12486, 15915, 16038) to NEWS.Joseph Myers1-11/+12
2013-12-04Fix Bessel function error handling (bug 6807, bug 15901).Joseph Myers1-12/+12
2013-12-03Fix exp missing underflows (bug 15268, bug 15425).Joseph Myers1-10/+10
2013-12-03Fix exp2 errno setting on underflow (bug 16283).Joseph Myers1-1/+1
2013-12-03Fix erfc errno setting on underflow (bug 6786).Joseph Myers1-12/+12
2013-12-03Add bug number to ChangeLog and NEWSAurelien Jarno1-1/+1
2013-12-03[BZ #16195] Fix build warnings from systemtap probes in non-systemtap ↵Siddhesh Poyarekar1-2/+2
configurations Joseph pointed out in the bug report (and in an earlier thread) that systemtap probes cause build time warnings like the following: ../sysdeps/ieee754/dbl-64/e_atan2.c:602:4: warning: the address of 'p' will always evaluate as 'true' [-Waddress] due to the fact that we're now passing non-weak variables to LIBC_PROBE in the libm probes. This happens only on configurations that do not enable systemtap. The macro definition of LIBC_PROBE in this case only acts as a sanity checker to ensure that the number parameters passed to LIBC_PROBE is equal to the argument count parameter passed before it. This can be done in a much simpler manner by just adding a macro definition for each number of arguments. I am assuming here that we don't really want to bother with supporting LIBC_PROBE with an indeterminate number of arguments and if there is a need for a probe to have more data than what is currently supported (4 arguments), one could simply add an additional macro here.
2013-11-29Fix exp10 errno setting on underflow (bug 6787).Joseph Myers1-11/+12
2013-11-29Fix x86 sqrt rounding (bug 14032).Joseph Myers1-10/+10
2013-11-29Add 16214 to NEWSSiddhesh Poyarekar1-1/+1
2013-11-28Remove unused ldbl-96 functions (bug 15004).Joseph Myers1-9/+9
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers1-1/+1
2013-11-28Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077)Siddhesh Poyarekar1-2/+2
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-26NEWS: Only public headers have __unused/__block changed.Carlos O'Donell1-3/+3
2013-11-26NEWS: Mention __unused and __block removal.Carlos O'Donell1-0/+5
2013-11-25Fix bug ordering in NEWS.Joseph Myers1-1/+1
2013-11-25Add bug 11214 to NEWS.Joseph Myers1-11/+11
2013-11-25Fix typo in sys/ptrace.h.Carlos O'Donell1-1/+1
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-21Use __glibc_block in public headers.Meador Inge1-11/+11
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-20Rename Oriya locale to Odia (bug 15601)Siddhesh Poyarekar1-8/+8
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-19Make powerpc-nofpu floating-point state thread-local (bug 15483).Joseph Myers1-8/+9
2013-11-18[BZ #16144] Duplicated abday value for tk_TM.Chris Leonard1-1/+1
2013-11-18Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253Ondřej Bílka1-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.
2013-11-18Do not let scanf("%4p") accept "(nil)". Fixes bug 16055Ondřej Bílka1-2/+2
2013-11-17Correct wae_CH to UTF-8 encoding.Chris Leonard1-1/+1
2013-11-16Fix spurious "inexact" exceptions from x86 pow with NaN argument (bug 16167).Joseph Myers1-1/+1
2013-11-15New locale for the_NP.Arun Kumar Pyasi1-2/+2
2013-11-14[BZ #16143] pap_* locales have duplicated LC_NUMERIC section.Chris Leonard1-1/+1
2013-11-14[BZ #16103] LC_MEASUREMENT review and standardizationChris Leonard1-2/+2
2013-11-13Set arch_minimum_kernel to 3.4.0 for x32H.J. Lu1-3/+3
x32 ABI support was added in Linux kernel 3.4.0.
2013-11-13Fix strtod rounding of half the least subnormal (bug 16151).Joseph Myers1-1/+2
2013-11-13PowerPC: Fix __fe_mask_env exportAdhemerval Zanella1-8/+8
This patch does not export __fe_mask_env anymore, only providing a compatibility symbol. It fixes BZ#14143.
2013-11-12Fix sparc 64-bit GMP ifunc resolution in static builds.David S. Miller1-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.
2013-11-11Put Bug # to the NEWS file for the previous vDSO l_name fix.Jan Kratochvil1-1/+1
2013-11-11Fix off-by-one in nscd getservbyport callAndreas Schwab1-1/+1
2013-11-07Make getent services compliant with RFC 6335 section 5.1 Fixes bug 15374Ondřej Bílka1-7/+7
The RFC 6335 allows services that start with digit (like 3com-tsmux). These were parsed as port number which this patch fixes.
2013-11-06Fix build on pre-v9 32-bit Sparc.David S. Miller1-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.
2013-11-01Fix malloc_info statistic. Fixes bug 16112Ondřej Bílka1-1/+1
2013-11-01Fix description of random according to POSIX. Fixes bug 7003Bruno Haible1-9/+9
2013-10-31Restrict shm_open and shm_unlink to SHMDIR. Fixes bugs 14752 and 15763.Ondřej Bílka1-8/+8
2013-10-31Refill NEWSAndreas Schwab1-2/+2
2013-10-31Fix parsing of 0e+0 as floatAndreas Schwab1-2/+3
2013-10-31Accept make versions 4.0 and greaterMarc-Antoine Perennou1-1/+1
2013-10-30Use atomic operations to track memory. Fixes bug 11087Ondřej Bílka1-8/+8
2013-10-30Remove code from div that is by C99 obsolete. Fixes bug 15799Ondřej Bílka1-4/+4
2013-10-30Fix reads for sizes larger than INT_MAX in AF_INET lookupSiddhesh Poyarekar1-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.
2013-10-30Add ChangeLog entry and fix NEWS for #16078Siddhesh Poyarekar1-1/+1