Age | Commit message (Expand) | Author | Files | Lines |
2017-09-26 | Mark __dso_handle as hidden [BZ #18822] | H.J. Lu | 3 | -15/+5 |
2017-09-25 | Reduce total memory required to create all threads to 128MiB. This fixes | Paul Pluzhnikov | 1 | -0/+5 |
2017-09-21 | Fix BZ# 22180. | Paul Pluzhnikov | 4 | -4/+171 |
2017-09-20 | Implement xdlopen, xdlsym and xdlclose routines which terminate test | Paul Pluzhnikov | 1 | -23/+7 |
2017-09-20 | Oops. stdlib/test-atexit-race-common.c should have been part of 26e70aec7028f... | Paul Pluzhnikov | 1 | -0/+69 |
2017-09-20 | Fix BZ 14333 | Paul Pluzhnikov | 10 | -39/+263 |
2017-09-01 | 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -4/+4 |
2017-09-01 | 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -16/+23 |
2017-08-31 | stdlib: Remove internal_function attribute | Florian Weimer | 1 | -3/+1 |
2017-08-29 | 2017-08-29 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -4/+46 |
2017-08-27 | 2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 6 | -1/+188 |
2017-08-22 | Hide internal printf functions [BZ #18822/21986] | H.J. Lu | 1 | -8/+1 |
2017-08-13 | Remove internal_function attribute from string-to-float functions | Florian Weimer | 1 | -1/+0 |
2017-08-12 | Adapt test case data to the changes in the thousands separators | Mike FABIAN | 3 | -10/+10 |
2017-08-10 | Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian mone... | Mike FABIAN | 2 | -11/+11 |
2017-08-07 | Remove __long_double_t. | Joseph Myers | 1 | -1/+1 |
2017-08-07 | Fix missing redirects in testsuite targets | Andreas Schwab | 1 | -3/+3 |
2017-08-03 | Fix the return type of the getentropy stub | Aurelien Jarno | 1 | -1/+1 |
2017-06-22 | Provide an additional macro expansion for F128 in stdlib/tst-strtod.h | Gabriel F. T. Gomes | 1 | -1/+5 |
2017-06-20 | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 11 | -24/+24 |
2017-06-20 | Rename xlocale.h to bits/types/__locale_t.h. | Zack Weinberg | 9 | -30/+13 |
2017-06-14 | Remove __need macros from errno.h (__need_Emath, __need_error_t). | Zack Weinberg | 1 | -37/+25 |
2017-06-12 | float128: Add strtof128, wcstof128, and related functions. | Paul E. Murphy | 5 | -29/+59 |
2017-06-10 | Correct an outdated comment in stdlib/errno.h. | Zack Weinberg | 1 | -1/+1 |
2017-06-07 | float128: Add strfromf128 | Gabriel F. T. Gomes | 3 | -0/+19 |
2017-06-07 | float128: Add conversion from float128 to mpn | Gabriel F. T. Gomes | 1 | -1/+2 |
2017-06-07 | float128: Extend the power of ten tables | Paul E. Murphy | 2 | -6/+16 |
2017-06-01 | Include sys/param.h in stdlib/gmp-impl.h instead of redefining MAX/MIN | Gabriel F. T. Gomes | 1 | -6/+2 |
2017-05-30 | Add reallocarray function | Dennis Wölfing | 1 | -0/+11 |
2017-05-20 | Remove __need macros from signal.h. | Zack Weinberg | 1 | -4/+5 |
2017-05-11 | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 5 | -108/+235 |
2017-05-04 | Fix network headers stdint.h namespace (bug 21455). | Joseph Myers | 1 | -1/+2 |
2017-04-20 | Do not use wildcard symbol names for public versions in Versions files. | Joseph Myers | 1 | -1/+5 |
2017-04-18 | malloc: Turn cfree into a compatibility symbol | Florian Weimer | 1 | -5/+0 |
2017-03-16 | Remove C++ namespace handling from glibc headers. | Joseph Myers | 3 | -48/+0 |
2017-03-13 | Remove the str(n)dup inlines from string/bits/string2.h. Although inlining | Wilco Dijkstra | 2 | -16/+4 |
2017-02-25 | Split DIAG_* macros to new header libc-diag.h. | Zack Weinberg | 2 | -2/+7 |
2017-02-16 | Add missing header files throughout the testsuite. | Zack Weinberg | 2 | -0/+2 |
2017-01-20 | Fix environment traversal when an envvar value is empty | Siddhesh Poyarekar | 2 | -0/+61 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 180 | -180/+180 |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers | 1 | -1/+1 |
2016-12-14 | Fix arg used as litteral suffix in tst-strfrom.h | Gabriel F. T. Gomes | 1 | -1/+1 |
2016-12-12 | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 6 | -3/+354 |
2016-12-09 | support: Introduce new subdirectory for test infrastructure | Florian Weimer | 1 | -18/+8 |
2016-11-11 | Ignore -Wmaybe-uninitialized in stdlib/bug-getcontext.c. | Joseph Myers | 1 | -0/+9 |
2016-10-28 | Make strtod raise "inexact" exceptions (bug 19380). | Joseph Myers | 4 | -18/+44 |
2016-10-25 | Add tests for strfrom functions | Rajalakshmi Srinivasaraghavan | 4 | -1/+305 |
2016-10-25 | Refactor strtod tests | Rajalakshmi Srinivasaraghavan | 5 | -22/+19 |
2016-10-25 | Add strfromd, strfromf, and strfroml functions | Gabriel F. T. Gomes | 8 | -1/+247 |
2016-09-21 | Add <stdint.h> integer width macros. | Joseph Myers | 2 | -1/+187 |