about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing > on email.Paul Pluzhnikov2013-11-201-1/+1
|
* Fix failure in tst-cleanup2 and tst-cleanupx2 with gcc-4.9Paul Pluzhnikov2013-11-202-0/+8
| | | | | | | | gcc (GCC) 4.9.0 20131114 (experimental) 2013-11-20 Paul Pluzhnikov <ppluzhnikov@google.com * Makefile (tst-cleanup2, tst-cleanupx2): Add -fno-builtin
* Revert "Fix failure in nptl/tst-cleanup when building with"Paul Pluzhnikov2013-11-202-10/+0
| | | | | | This reverts commit 78271fa91a1e6902222e892068750059ec21f396. Actually, a different fix is needed.
* Fix failure in nptl/tst-cleanup when building withPaul Pluzhnikov2013-11-202-0/+10
| | | | | | | | 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.
* Consolidate valloc/pvalloc code.Ondřej Bílka2013-11-204-112/+44
| | | | | To make malloc code more maintainable we make malloc and pvalloc share logic with memalign.
* Fix build warning in locarchive.cSiddhesh Poyarekar2013-11-202-3/+7
|
* Rename Oriya locale to Odia (bug 15601)Siddhesh Poyarekar2013-11-206-15/+24
| | | | | | | | | | | | 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
* Fix ChangeLog formattingSiddhesh Poyarekar2013-11-201-1/+1
|
* Add systemtap probe markers for sin, cos, asin and acosSiddhesh Poyarekar2013-11-203-0/+57
|
* Fix ChangeLog formattingSiddhesh Poyarekar2013-11-201-3/+3
|
* Make powerpc-nofpu floating-point state thread-local (bug 15483).Joseph Myers2013-11-1922-76/+390
|
* Complete display of LC_MONETARYAndreas Schwab2013-11-194-1/+30
|
* test-fpucw-ieee: Don't use _FPU_IEEE if not definedChris Metcalf2013-11-182-2/+10
| | | | | | 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.
* Adjust AT_EXECFN when using explicit loader invocation.Paul Pluzhnikov2013-11-183-1/+11
| | | | | | | | 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
* Adjust AT_EXECFN when using explicit loader invocation.Paul Pluzhnikov2013-11-181-0/+45
| | | | | | | | 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
* Define TLS version of libc_hidden_proto.Joseph Myers2013-11-182-3/+49
|
* Revert b75891075bece24be9fd85618f18af4a2daf7f1cOndřej Bílka2013-11-181-16/+10
|
* [BZ #16144] Duplicated abday value for tk_TM.Chris Leonard2013-11-183-5/+6
|
* Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253Ondřej Bílka2013-11-183-20/+33
| | | | | | We first expanded origin and then split string by colons. This misbehaves when $ORIGIN contain colon so we first split string, then expand $ORIGIN.
* benchtests: Add strsep benchmarkRajalakshmi Srinivasaraghavan2013-11-184-1/+201
|
* Remove unused variable.Ondřej Bílka2013-11-182-8/+6
|
* Properly handle unavailable elements in LC_MONETARY categoryAndreas Schwab2013-11-187-39/+55
|
* Do not let scanf("%4p") accept "(nil)". Fixes bug 16055Ondřej Bílka2013-11-184-3/+12
|
* Correct wae_CH to UTF-8 encoding.Chris Leonard2013-11-173-10/+15
|
* Test signs of NaNs in libm-test.inc where appropriate.Joseph Myers2013-11-163-16/+60
|
* Add libm-test support for ignored return value, add more lrint / llrint / ↵Joseph Myers2013-11-163-12/+116
| | | | lround / llround tests.
* Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag.Joseph Myers2013-11-163-258/+317
|
* Make libm-test.inc check for "inexact" exceptions for NaN argument.Joseph Myers2013-11-162-69/+107
|
* Fix spurious "inexact" exceptions from x86 pow with NaN argument (bug 16167).Joseph Myers2013-11-166-2/+36
|
* New locale for the_NP.Arun Kumar Pyasi2013-11-154-2/+239
|
* alpha: Fix signal thunk unwind infoRichard Henderson2013-11-162-4/+19
|
* Add Chitwani Tharu (the)Chris Leonard2013-11-152-0/+5
|
* [BZ #16143] pap_* locales have duplicated LC_NUMERIC section.Chris Leonard2013-11-145-19/+8
|
* [BZ #16103] LC_MEASUREMENT review and standardizationChris Leonard2013-11-14305-617/+1057
|
* Fix country_num element in LC_ADDRESS for C localeAndreas Schwab2013-11-142-1/+6
|
* PowerPC: Fix __fe_mask_env exportAdhemerval Zanella2013-11-133-2/+9
| | | | Change SHLIB_COMPAT calls to GLIBC_2_19 for __fe_nomask_env symbol.
* 2013-11-13 Steve Ellcey <sellcey@mips.com>Steve Ellcey2013-11-132-0/+6
| | | | * benchtests/bench-timing.h: Include time.h.
* Set arch_minimum_kernel to 3.4.0 for x32H.J. Lu2013-11-134-3/+16
| | | | x32 ABI support was added in Linux kernel 3.4.0.
* Fix strtod rounding of half the least subnormal (bug 16151).Joseph Myers2013-11-135-2/+308
|
* PowerPC: Fix __fe_mask_env exportAdhemerval Zanella2013-11-137-21/+36
| | | | | This patch does not export __fe_mask_env anymore, only providing a compatibility symbol. It fixes BZ#14143.
* Avoid passing NULL to DSO_FILENAME.Marcus Shawcroft2013-11-132-1/+6
|
* Handle NULL return from htab_find_slot()Marcus Shawcroft2013-11-132-0/+11
|
* Fix sparc 64-bit GMP ifunc resolution in static builds.David S. Miller2013-11-127-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.
* Put Bug # to the NEWS file for the previous vDSO l_name fix.Jan Kratochvil2013-11-111-1/+1
|
* Fix vDSO l_name for GDB's: Can't read pathname for load map: Input/output error.Jan Kratochvil2013-11-112-1/+13
|
* benchtests: Add strtod benchmarkAdhemerval Zanella2013-11-113-1/+125
|
* Fix off-by-one in nscd getservbyport callAndreas Schwab2013-11-113-2/+8
|
* Fix build on hurdSamuel Thibault2013-11-101-0/+1
| | | | * string/strcoll_l.c: Include <sys/param.h> for MIN/MAX macros.
* PowerPC: Fix vDSO missing ODP entriesAdhemerval Zanella2013-11-084-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.
* Make getent services compliant with RFC 6335 section 5.1 Fixes bug 15374Ondřej Bílka2013-11-073-9/+18
| | | | | The RFC 6335 allows services that start with digit (like 3com-tsmux). These were parsed as port number which this patch fixes.