| Commit message (Expand) | Author | Age | Files | Lines |
* | Add _Float64x function aliases. | Joseph Myers | 2017-11-27 | 1 | -0/+5 |
* | Support strfromf64x alias. | Joseph Myers | 2017-11-24 | 1 | -1/+14 |
* | Support strtof64x, wcstof64x aliases. | Joseph Myers | 2017-11-24 | 1 | -0/+14 |
* | Define __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod-round-skeleton.c. | Joseph Myers | 2017-11-24 | 1 | -0/+1 |
* | Move wcstof128 symbol versions to wcsmbs/Versions. | Joseph Myers | 2017-11-24 | 1 | -2/+0 |
* | Handle more _FloatN, _FloatNx types in type-generic strtod tests. | Joseph Myers | 2017-11-07 | 2 | -12/+91 |
* | Declare strtof, strfromf functions for more _FloatN, _FloatNx types. | Joseph Myers | 2017-11-03 | 1 | -2/+117 |
* | Place monetary symbol in el_GR and el_CY after the amount | Mike FABIAN | 2017-10-17 | 1 | -2/+2 |
* | Move some float128 symbol version definitions. | Joseph Myers | 2017-10-16 | 1 | -0/+10 |
* | Support strtof128 etc. aliases. | Joseph Myers | 2017-10-16 | 1 | -0/+16 |
* | Support strfromf128 alias. | Joseph Myers | 2017-10-13 | 1 | -0/+12 |
* | abort: Do not flush stdio streams [BZ #15436] | Florian Weimer | 2017-10-05 | 1 | -24/+5 |
* | Hide internal __new_exitfn function [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -2/+2 |
* | Mark internal gmp functions with attribute_hidden [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -4/+8 |
* | Mark internal stdlib functions with attribute_hidden [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -0/+1 |
* | Mark __dso_handle as hidden [BZ #18822] | H.J. Lu | 2017-09-26 | 3 | -15/+5 |
* | Reduce total memory required to create all threads to 128MiB. This fixes | Paul Pluzhnikov | 2017-09-25 | 1 | -0/+5 |
* | Fix BZ# 22180. | Paul Pluzhnikov | 2017-09-21 | 4 | -4/+171 |
* | Implement xdlopen, xdlsym and xdlclose routines which terminate test | Paul Pluzhnikov | 2017-09-20 | 1 | -23/+7 |
* | Oops. stdlib/test-atexit-race-common.c should have been part of 26e70aec7028f... | Paul Pluzhnikov | 2017-09-20 | 1 | -0/+69 |
* | Fix BZ 14333 | Paul Pluzhnikov | 2017-09-20 | 10 | -39/+263 |
* | 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2017-09-01 | 1 | -4/+4 |
* | 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2017-09-01 | 1 | -16/+23 |
* | stdlib: Remove internal_function attribute | Florian Weimer | 2017-08-31 | 1 | -3/+1 |
* | 2017-08-29 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2017-08-29 | 1 | -4/+46 |
* | 2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2017-08-27 | 6 | -1/+188 |
* | Hide internal printf functions [BZ #18822/21986] | H.J. Lu | 2017-08-22 | 1 | -8/+1 |
* | Remove internal_function attribute from string-to-float functions | Florian Weimer | 2017-08-13 | 1 | -1/+0 |
* | Adapt test case data to the changes in the thousands separators | Mike FABIAN | 2017-08-12 | 3 | -10/+10 |
* | Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian mone... | Mike FABIAN | 2017-08-10 | 2 | -11/+11 |
* | Remove __long_double_t. | Joseph Myers | 2017-08-07 | 1 | -1/+1 |
* | Fix missing redirects in testsuite targets | Andreas Schwab | 2017-08-07 | 1 | -3/+3 |
* | Fix the return type of the getentropy stub | Aurelien Jarno | 2017-08-03 | 1 | -1/+1 |
* | Provide an additional macro expansion for F128 in stdlib/tst-strtod.h | Gabriel F. T. Gomes | 2017-06-22 | 1 | -1/+5 |
* | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 2017-06-20 | 11 | -24/+24 |
* | Rename xlocale.h to bits/types/__locale_t.h. | Zack Weinberg | 2017-06-20 | 9 | -30/+13 |
* | Remove __need macros from errno.h (__need_Emath, __need_error_t). | Zack Weinberg | 2017-06-14 | 1 | -37/+25 |
* | float128: Add strtof128, wcstof128, and related functions. | Paul E. Murphy | 2017-06-12 | 5 | -29/+59 |
* | Correct an outdated comment in stdlib/errno.h. | Zack Weinberg | 2017-06-10 | 1 | -1/+1 |
* | float128: Add strfromf128 | Gabriel F. T. Gomes | 2017-06-07 | 3 | -0/+19 |
* | float128: Add conversion from float128 to mpn | Gabriel F. T. Gomes | 2017-06-07 | 1 | -1/+2 |
* | float128: Extend the power of ten tables | Paul E. Murphy | 2017-06-07 | 2 | -6/+16 |
* | Include sys/param.h in stdlib/gmp-impl.h instead of redefining MAX/MIN | Gabriel F. T. Gomes | 2017-06-01 | 1 | -6/+2 |
* | Add reallocarray function | Dennis Wölfing | 2017-05-30 | 1 | -0/+11 |
* | Remove __need macros from signal.h. | Zack Weinberg | 2017-05-20 | 1 | -4/+5 |
* | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 2017-05-11 | 5 | -108/+235 |
* | Fix network headers stdint.h namespace (bug 21455). | Joseph Myers | 2017-05-04 | 1 | -1/+2 |
* | Do not use wildcard symbol names for public versions in Versions files. | Joseph Myers | 2017-04-20 | 1 | -1/+5 |
* | malloc: Turn cfree into a compatibility symbol | Florian Weimer | 2017-04-18 | 1 | -5/+0 |
* | Remove C++ namespace handling from glibc headers. | Joseph Myers | 2017-03-16 | 3 | -48/+0 |