Age | Commit message (Expand) | Author | Files | Lines |
2017-12-15 | Fix testing with read-only source directory. | Joseph Myers | 1 | -1/+1 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -13/+13 |
2017-12-07 | Add _Float32 function aliases. | Joseph Myers | 1 | -4/+4 |
2017-12-06 | Support defining strtof32, wcstof32 aliases. | Joseph Myers | 2 | -0/+34 |
2017-12-06 | Support defining strfromf32 alias. | Joseph Myers | 1 | -0/+16 |
2017-12-06 | Add _Float64, _Float32x function aliases. | Joseph Myers | 1 | -0/+5 |
2017-12-05 | Support defining strtof64, strtof32x, wcstof64, wcstof32x aliases. | Joseph Myers | 2 | -0/+80 |
2017-12-05 | Support defining strfromf64, strfromf32x aliases. | Joseph Myers | 1 | -0/+25 |
2017-11-30 | Fix test case for hr_HR monetary formatting | Mike FABIAN | 1 | -4/+4 |
2017-11-27 | Add _Float64x function aliases. | Joseph Myers | 1 | -0/+5 |
2017-11-24 | Support strfromf64x alias. | Joseph Myers | 1 | -1/+14 |
2017-11-24 | Support strtof64x, wcstof64x aliases. | Joseph Myers | 1 | -0/+14 |
2017-11-24 | Define __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod-round-skeleton.c. | Joseph Myers | 1 | -0/+1 |
2017-11-24 | Move wcstof128 symbol versions to wcsmbs/Versions. | Joseph Myers | 1 | -2/+0 |
2017-11-07 | Handle more _FloatN, _FloatNx types in type-generic strtod tests. | Joseph Myers | 2 | -12/+91 |
2017-11-03 | Declare strtof, strfromf functions for more _FloatN, _FloatNx types. | Joseph Myers | 1 | -2/+117 |
2017-10-17 | Place monetary symbol in el_GR and el_CY after the amount | Mike FABIAN | 1 | -2/+2 |
2017-10-16 | Move some float128 symbol version definitions. | Joseph Myers | 1 | -0/+10 |
2017-10-16 | Support strtof128 etc. aliases. | Joseph Myers | 1 | -0/+16 |
2017-10-13 | Support strfromf128 alias. | Joseph Myers | 1 | -0/+12 |
2017-10-05 | abort: Do not flush stdio streams [BZ #15436] | Florian Weimer | 1 | -24/+5 |
2017-10-01 | Hide internal __new_exitfn function [BZ #18822] | H.J. Lu | 1 | -2/+2 |
2017-10-01 | Mark internal gmp functions with attribute_hidden [BZ #18822] | H.J. Lu | 1 | -4/+8 |
2017-10-01 | Mark internal stdlib functions with attribute_hidden [BZ #18822] | H.J. Lu | 1 | -0/+1 |
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 |