| Commit message (Expand) | Author | Age | Files | Lines |
* | PowerPC64 FRAME_PARM_SAVE | Alan Modra | 2017-06-14 | 3 | -37/+26 |
* | PowerPC64, fix calls to _mcount | Alan Modra | 2017-06-14 | 2 | -8/+8 |
* | mips: Fix store/load gp registers to/from ucontext_t | Gordana Cmiljanovic | 2017-06-13 | 7 | -81/+194 |
* | configure: Suppress expected compiler error message | Florian Weimer | 2017-06-13 | 3 | -2/+8 |
* | dynarray: Implement begin/end functions in the spirit of C++ | Florian Weimer | 2017-06-13 | 4 | -0/+63 |
* | Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573] | H.J. Lu | 2017-06-13 | 5 | -2/+29 |
* | localedata: ce_RU: update weekdays from CLDR [BZ #21207] | Rafal Luzynski | 2017-06-13 | 2 | -14/+23 |
* | localedata: Remove trailing spaces [BZ #20275] | Rafal Luzynski | 2017-06-13 | 22 | -210/+242 |
* | Correct indentation in posix/bits/cpu-set.h. | Zack Weinberg | 2017-06-13 | 2 | -22/+27 |
* | Remove __need_schedparam and __cpu_set_t_defined. | Zack Weinberg | 2017-06-12 | 7 | -243/+163 |
* | Fix build issue on x86. | Wilco Dijkstra | 2017-06-12 | 2 | -0/+5 |
* | float128: Add test-{float128,ifloat128,float128-finite} | Paul E. Murphy | 2017-06-12 | 16 | -5/+112 |
* | Allow macros prefixed with FLT128 in include/float.h | Gabriel F. T. Gomes | 2017-06-12 | 2 | -16/+21 |
* | float128: Add strfromf128, strtof128, and wcstof128 to the manual | Gabriel F. T. Gomes | 2017-06-12 | 3 | -7/+77 |
* | float128: Add strtof128, wcstof128, and related functions. | Paul E. Murphy | 2017-06-12 | 21 | -29/+466 |
* | Fix XPG4 bsd_signal namespace (bug 21552). | Joseph Myers | 2017-06-12 | 3 | -2/+6 |
* | Fix sigwait namespace (bug 21550). | Joseph Myers | 2017-06-12 | 2 | -0/+7 |
* | x86-64: Implement strcpy family IFUNC selectors in C | H.J. Lu | 2017-06-12 | 15 | -131/+278 |
* | 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com> | Wilco Dijkstra | 2017-06-12 | 6 | -134/+19 |
* | Replace all internal uses of __bzero with memset. This removes the need | Wilco Dijkstra | 2017-06-12 | 10 | -11/+23 |
* | Correct collation rules for Malayalam. | Santhosh Thottingal | 2017-06-11 | 2 | -4/+30 |
* | Correct an outdated comment in stdlib/errno.h. | Zack Weinberg | 2017-06-10 | 2 | -1/+5 |
* | powerpc: add sysconf support for cache geometries | Paul Clarke | 2017-06-09 | 4 | -0/+181 |
* | Add a way to bypass the PLT when calling getauxval | Tulio Magno Quites Machado Filho | 2017-06-09 | 3 | -0/+14 |
* | Fix waitid namespace (bug 21561). | Joseph Myers | 2017-06-09 | 4 | -9/+23 |
* | Update nios2, sparc32 localplt.data files for recent GCC change. | Joseph Myers | 2017-06-09 | 3 | -4/+13 |
* | Fix sigpause namespace (bug 21554). | Joseph Myers | 2017-06-09 | 2 | -1/+5 |
* | Condition signal.h inclusion in sys/wait.h (bug 21560). | Joseph Myers | 2017-06-09 | 2 | -2/+17 |
* | Remove bare use of __attribute__ in include/errno.h. | Zack Weinberg | 2017-06-09 | 2 | -1/+6 |
* | Polish the treatment of dl-tunable-list.h in Makeconfig. | Zack Weinberg | 2017-06-09 | 2 | -9/+19 |
* | x86-64: Correct comments in ifunc-impl-list.c | H.J. Lu | 2017-06-09 | 2 | -6/+10 |
* | x86-64: Optimize strrchr/wcsrchr with AVX2 | H.J. Lu | 2017-06-09 | 9 | -0/+382 |
* | x86-64: Optimize memrchr with AVX2 | H.J. Lu | 2017-06-09 | 6 | -0/+435 |
* | x86-64: Optimize strchr/strchrnul/wcschr with AVX2 | H.J. Lu | 2017-06-09 | 13 | -58/+512 |
* | x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2 | H.J. Lu | 2017-06-09 | 14 | -1/+644 |
* | x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2 | H.J. Lu | 2017-06-09 | 14 | -25/+646 |
* | malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcs | Florian Weimer | 2017-06-09 | 2 | -1/+6 |
* | support: Expose TEST_VERIFY_EXIT behavior to GCC optimizers | Florian Weimer | 2017-06-09 | 3 | -7/+27 |
* | aarch64: Fix undefined behavior in _dl_procinfo | Siddhesh Poyarekar | 2017-06-09 | 2 | -3/+9 |
* | conformtest: Correct sys/wait.h expectations for XPG4. | Joseph Myers | 2017-06-08 | 3 | -6/+40 |
* | ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528] | H.J. Lu | 2017-06-08 | 7 | -155/+104 |
* | Remove __need macros from stdio.h and wchar.h. | Zack Weinberg | 2017-06-08 | 34 | -382/+357 |
* | Add more tests for memchr | H.J. Lu | 2017-06-08 | 2 | -0/+23 |
* | x86-64: Rename wmemset.h to ifunc-wmemset.h | H.J. Lu | 2017-06-07 | 5 | -4/+14 |
* | float128: Add strfromf128 | Gabriel F. T. Gomes | 2017-06-07 | 13 | -8/+173 |
* | Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macro | Gabriel F. T. Gomes | 2017-06-07 | 3 | -85/+116 |
* | Remove duplicated code from __printf_fp_l, __printf_fphex, and __printf_size | Gabriel F. T. Gomes | 2017-06-07 | 4 | -199/+125 |
* | float128: Add conversion from float128 to mpn | Gabriel F. T. Gomes | 2017-06-07 | 7 | -2/+52 |
* | float128: Extend the power of ten tables | Paul E. Murphy | 2017-06-07 | 3 | -6/+26 |
* | Fix include paths in include/bits/types/*.h. | Joseph Myers | 2017-06-07 | 12 | -11/+24 |