Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-20 | Revert "Fix failure in nptl/tst-cleanup when building with" | Paul Pluzhnikov | |
This reverts commit 78271fa91a1e6902222e892068750059ec21f396. Actually, a different fix is needed. | |||
2013-11-20 | Fix failure in nptl/tst-cleanup when building with | Paul Pluzhnikov | |
gcc (GCC) 4.9.0 20131114 (experimental) 2013-11-20 Paul Pluzhnikov <ppluzhnikov@google.com> * nptl/tst-cleanup2.c (do_test): Handle SIGILL as well. | |||
2013-11-20 | Consolidate valloc/pvalloc code. | Ondřej Bílka | |
To make malloc code more maintainable we make malloc and pvalloc share logic with memalign. | |||
2013-11-20 | Fix build warning in locarchive.c | Siddhesh Poyarekar | |
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-20 | Fix ChangeLog formatting | Siddhesh Poyarekar | |
2013-11-20 | Add systemtap probe markers for sin, cos, asin and acos | Siddhesh Poyarekar | |
2013-11-20 | Fix ChangeLog formatting | Siddhesh Poyarekar | |
2013-11-19 | Make powerpc-nofpu floating-point state thread-local (bug 15483). | Joseph Myers | |
2013-11-19 | Complete display of LC_MONETARY | Andreas Schwab | |
2013-11-18 | test-fpucw-ieee: Don't use _FPU_IEEE if not defined | Chris Metcalf | |
Not all architectures define this value, and if they don't, just let the test run the same as test-fpucw, with __fpu_control set to _FPU_DEFAULT explicitly. | |||
2013-11-18 | Adjust AT_EXECFN when using explicit loader invocation. | Paul Pluzhnikov | |
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 | |||
2013-11-18 | Adjust AT_EXECFN when using explicit loader invocation. | Paul Pluzhnikov | |
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 | |||
2013-11-18 | Define TLS version of libc_hidden_proto. | Joseph Myers | |
2013-11-18 | Revert b75891075bece24be9fd85618f18af4a2daf7f1c | Ondřej Bílka | |
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 | benchtests: Add strsep benchmark | Rajalakshmi Srinivasaraghavan | |
2013-11-18 | Remove unused variable. | Ondřej Bílka | |
2013-11-18 | Properly handle unavailable elements in LC_MONETARY category | Andreas Schwab | |
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 | Test signs of NaNs in libm-test.inc where appropriate. | Joseph Myers | |
2013-11-16 | Add libm-test support for ignored return value, add more lrint / llrint / ↵ | Joseph Myers | |
lround / llround tests. | |||
2013-11-16 | Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag. | Joseph Myers | |
2013-11-16 | Make libm-test.inc check for "inexact" exceptions for NaN argument. | Joseph Myers | |
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-16 | alpha: Fix signal thunk unwind info | Richard Henderson | |
2013-11-15 | Add Chitwani Tharu (the) | Chris Leonard | |
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-14 | Fix country_num element in LC_ADDRESS for C locale | Andreas Schwab | |
2013-11-13 | PowerPC: Fix __fe_mask_env export | Adhemerval Zanella | |
Change SHLIB_COMPAT calls to GLIBC_2_19 for __fe_nomask_env symbol. | |||
2013-11-13 | 2013-11-13 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | |
* benchtests/bench-timing.h: Include time.h. | |||
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-13 | Avoid passing NULL to DSO_FILENAME. | Marcus Shawcroft | |
2013-11-13 | Handle NULL return from htab_find_slot() | Marcus Shawcroft | |
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 vDSO l_name for GDB's: Can't read pathname for load map: Input/output error. | Jan Kratochvil | |
2013-11-11 | benchtests: Add strtod benchmark | Adhemerval Zanella | |
2013-11-11 | Fix off-by-one in nscd getservbyport call | Andreas Schwab | |
2013-11-10 | Fix build on hurd | Samuel Thibault | |
* string/strcoll_l.c: Include <sys/param.h> for MIN/MAX macros. | |||
2013-11-08 | PowerPC: Fix vDSO missing ODP entries | Adhemerval Zanella | |
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-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-06 | manual/memory.texi: Remove register keyword from examples. | Will Newton | |
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. |