aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-11-17Correct wae_CH to UTF-8 encoding.Chris Leonard3-10/+15
2013-11-16Test signs of NaNs in libm-test.inc where appropriate.Joseph Myers3-16/+60
2013-11-16Add libm-test support for ignored return value, add more lrint / llrint / ↵Joseph Myers3-12/+116
lround / llround tests.
2013-11-16Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag.Joseph Myers3-258/+317
2013-11-16Make libm-test.inc check for "inexact" exceptions for NaN argument.Joseph Myers2-69/+107
2013-11-16Fix spurious "inexact" exceptions from x86 pow with NaN argument (bug 16167).Joseph Myers6-2/+36
2013-11-15New locale for the_NP.Arun Kumar Pyasi4-2/+239
2013-11-16alpha: Fix signal thunk unwind infoRichard Henderson2-4/+19
2013-11-15Add Chitwani Tharu (the)Chris Leonard2-0/+5
2013-11-14[BZ #16143] pap_* locales have duplicated LC_NUMERIC section.Chris Leonard5-19/+8
2013-11-14[BZ #16103] LC_MEASUREMENT review and standardizationChris Leonard305-617/+1057
2013-11-14Fix country_num element in LC_ADDRESS for C localeAndreas Schwab2-1/+6
2013-11-13PowerPC: Fix __fe_mask_env exportAdhemerval Zanella3-2/+9
Change SHLIB_COMPAT calls to GLIBC_2_19 for __fe_nomask_env symbol.
2013-11-132013-11-13 Steve Ellcey <sellcey@mips.com>Steve Ellcey2-0/+6
* benchtests/bench-timing.h: Include time.h.
2013-11-13Set arch_minimum_kernel to 3.4.0 for x32H.J. Lu4-3/+16
x32 ABI support was added in Linux kernel 3.4.0.
2013-11-13Fix strtod rounding of half the least subnormal (bug 16151).Joseph Myers5-2/+308
2013-11-13PowerPC: Fix __fe_mask_env exportAdhemerval Zanella7-21/+36
This patch does not export __fe_mask_env anymore, only providing a compatibility symbol. It fixes BZ#14143.
2013-11-13Avoid passing NULL to DSO_FILENAME.Marcus Shawcroft2-1/+6
2013-11-13Handle NULL return from htab_find_slot()Marcus Shawcroft2-0/+11
2013-11-12Fix sparc 64-bit GMP ifunc resolution in static builds.David S. Miller7-6/+16
[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 vDSO l_name for GDB's: Can't read pathname for load map: Input/output error.Jan Kratochvil2-1/+13
2013-11-11benchtests: Add strtod benchmarkAdhemerval Zanella3-1/+125
2013-11-11Fix off-by-one in nscd getservbyport callAndreas Schwab3-2/+8
2013-11-10Fix build on hurdSamuel Thibault1-0/+1
* string/strcoll_l.c: Include <sys/param.h> for MIN/MAX macros.
2013-11-08PowerPC: Fix vDSO missing ODP entriesAdhemerval Zanella4-5/+35
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.
2013-11-07Make getent services compliant with RFC 6335 section 5.1 Fixes bug 15374Ondřej Bílka3-9/+18
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. Miller3-3/+10
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-06manual/memory.texi: Remove register keyword from examples.Will Newton2-3/+8
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.
2013-11-04Restore ChangeLogAndreas Schwab1-0/+7
2013-11-04Adjust language-code fields of LC_ADDRESS.Chris Leonard3-5/+9
2013-11-04Correct Walaita (wal) and add Unami Delaware (unm).Chris Leonard2-6/+4
2013-11-04Define __STDC_IEC_559* based on __GCC_IEC_559*.Joseph Myers2-3/+29
2013-11-03Adjust language-code fields of LC_ADDRESS.Chris Leonard1-0/+31
2013-11-03Adjust language-code fields of LC_ADDRESS.Chris Leonard28-40/+146
2013-11-03Add Quechua, Southern (quz) and Silesian (szl) to iso-639.def.Chris Leonard2-0/+7
2013-11-03Fix changelogOndřej Bílka1-1/+1
2013-11-03Remove unused NONTLS_INIT_TP.Ondřej Bílka2-4/+4
2013-11-03Adjust language-code fields of LC_ADDRESS.Chris Leonard25-50/+181
2013-11-01Fix malloc_info statistic. Fixes bug 16112Ondřej Bílka3-17/+11
2013-11-01Adjust language-code fields of LC_ADDRESS.Chris Leonard13-9/+69
2013-11-01Add Central Nahuatl (nhn).Chris Leonard2-0/+5
2013-11-01Fix description of random according to POSIX. Fixes bug 7003Bruno Haible3-10/+16
2013-10-31Adjust language-code fields of LC_ADDRESS.Chris Leonard11-7/+65
2013-10-31Add Meadow Mari (mhr).Chris Leonard2-0/+5
2013-10-31Restrict shm_open and shm_unlink to SHMDIR. Fixes bugs 14752 and 15763.Ondřej Bílka4-14/+31
2013-10-31Fix BZ referenceAndreas Schwab1-2/+2
2013-10-31Refill NEWSAndreas Schwab1-2/+2
2013-10-31Fix parsing of 0e+0 as floatAndreas Schwab4-2/+46
2013-10-31Accept make versions 4.0 and greaterMarc-Antoine Perennou4-3/+9