aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra25-37/+124
2017-06-14PowerPC64 ENTRY_TOCLESSAlan Modra103-138/+286
2017-06-14PowerPC64 strncpy, stpncpy and strstr fixesAlan Modra9-0/+56
2017-06-14PowerPC64 sysdep.h tidyAlan Modra3-59/+74
2017-06-14PowerPC64 FRAME_PARM_SAVEAlan Modra3-37/+26
2017-06-14PowerPC64, fix calls to _mcountAlan Modra2-8/+8
2017-06-13mips: Fix store/load gp registers to/from ucontext_tGordana Cmiljanovic7-81/+194
2017-06-13configure: Suppress expected compiler error messageFlorian Weimer3-2/+8
2017-06-13dynarray: Implement begin/end functions in the spirit of C++Florian Weimer4-0/+63
2017-06-13Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573]H.J. Lu5-2/+29
2017-06-13localedata: ce_RU: update weekdays from CLDR [BZ #21207]Rafal Luzynski2-14/+23
2017-06-13localedata: Remove trailing spaces [BZ #20275]Rafal Luzynski22-210/+242
2017-06-13Correct indentation in posix/bits/cpu-set.h.Zack Weinberg2-22/+27
2017-06-12Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg7-243/+163
2017-06-12Fix build issue on x86.Wilco Dijkstra2-0/+5
2017-06-12float128: Add test-{float128,ifloat128,float128-finite}Paul E. Murphy16-5/+112
2017-06-12Allow macros prefixed with FLT128 in include/float.hGabriel F. T. Gomes2-16/+21
2017-06-12float128: Add strfromf128, strtof128, and wcstof128 to the manualGabriel F. T. Gomes3-7/+77
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy21-29/+466
2017-06-12Fix XPG4 bsd_signal namespace (bug 21552).Joseph Myers3-2/+6
2017-06-12Fix sigwait namespace (bug 21550).Joseph Myers2-0/+7
2017-06-12x86-64: Implement strcpy family IFUNC selectors in CH.J. Lu15-131/+278
2017-06-122017-06-12 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra6-134/+19
2017-06-12Replace all internal uses of __bzero with memset. This removes the needWilco Dijkstra10-11/+23
2017-06-11Correct collation rules for Malayalam.Santhosh Thottingal2-4/+30
2017-06-10Correct an outdated comment in stdlib/errno.h.Zack Weinberg2-1/+5
2017-06-09powerpc: add sysconf support for cache geometriesPaul Clarke4-0/+181
2017-06-09Add a way to bypass the PLT when calling getauxvalTulio Magno Quites Machado Filho3-0/+14
2017-06-09Fix waitid namespace (bug 21561).Joseph Myers4-9/+23
2017-06-09Update nios2, sparc32 localplt.data files for recent GCC change.Joseph Myers3-4/+13
2017-06-09Fix sigpause namespace (bug 21554).Joseph Myers2-1/+5
2017-06-09Condition signal.h inclusion in sys/wait.h (bug 21560).Joseph Myers2-2/+17
2017-06-09Remove bare use of __attribute__ in include/errno.h.Zack Weinberg2-1/+6
2017-06-09Polish the treatment of dl-tunable-list.h in Makeconfig.Zack Weinberg2-9/+19
2017-06-09x86-64: Correct comments in ifunc-impl-list.cH.J. Lu2-6/+10
2017-06-09x86-64: Optimize strrchr/wcsrchr with AVX2H.J. Lu9-0/+382
2017-06-09x86-64: Optimize memrchr with AVX2H.J. Lu6-0/+435
2017-06-09x86-64: Optimize strchr/strchrnul/wcschr with AVX2H.J. Lu13-58/+512
2017-06-09x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2H.J. Lu14-1/+644
2017-06-09x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2H.J. Lu14-25/+646
2017-06-09malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcsFlorian Weimer2-1/+6
2017-06-09support: Expose TEST_VERIFY_EXIT behavior to GCC optimizersFlorian Weimer3-7/+27
2017-06-09aarch64: Fix undefined behavior in _dl_procinfoSiddhesh Poyarekar2-3/+9
2017-06-08conformtest: Correct sys/wait.h expectations for XPG4.Joseph Myers3-6/+40
2017-06-08ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu7-155/+104
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg34-382/+357
2017-06-08Add more tests for memchrH.J. Lu2-0/+23
2017-06-07x86-64: Rename wmemset.h to ifunc-wmemset.hH.J. Lu5-4/+14
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes13-8/+173
2017-06-07Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macroGabriel F. T. Gomes3-85/+116