aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)AuthorFilesLines
2017-10-17Place monetary symbol in el_GR and el_CY after the amountMike FABIAN1-2/+2
2017-10-16Move some float128 symbol version definitions.Joseph Myers1-0/+10
2017-10-16Support strtof128 etc. aliases.Joseph Myers1-0/+16
2017-10-13Support strfromf128 alias.Joseph Myers1-0/+12
2017-10-05abort: Do not flush stdio streams [BZ #15436]Florian Weimer1-24/+5
2017-10-01Hide internal __new_exitfn function [BZ #18822]H.J. Lu1-2/+2
2017-10-01Mark internal gmp functions with attribute_hidden [BZ #18822]H.J. Lu1-4/+8
2017-10-01Mark internal stdlib functions with attribute_hidden [BZ #18822]H.J. Lu1-0/+1
2017-09-26Mark __dso_handle as hidden [BZ #18822]H.J. Lu3-15/+5
2017-09-25Reduce total memory required to create all threads to 128MiB. This fixesPaul Pluzhnikov1-0/+5
2017-09-21Fix BZ# 22180.Paul Pluzhnikov4-4/+171
2017-09-20Implement xdlopen, xdlsym and xdlclose routines which terminate testPaul Pluzhnikov1-23/+7
2017-09-20Oops. stdlib/test-atexit-race-common.c should have been part of 26e70aec7028f...Paul Pluzhnikov1-0/+69
2017-09-20Fix BZ 14333Paul Pluzhnikov10-39/+263
2017-09-012017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-4/+4
2017-09-012017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-16/+23
2017-08-31stdlib: Remove internal_function attributeFlorian Weimer1-3/+1
2017-08-292017-08-29 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-4/+46
2017-08-272017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov6-1/+188
2017-08-22Hide internal printf functions [BZ #18822/21986]H.J. Lu1-8/+1
2017-08-13Remove internal_function attribute from string-to-float functionsFlorian Weimer1-1/+0
2017-08-12Adapt test case data to the changes in the thousands separatorsMike FABIAN3-10/+10
2017-08-10Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian mone...Mike FABIAN2-11/+11
2017-08-07Remove __long_double_t.Joseph Myers1-1/+1
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab1-3/+3
2017-08-03Fix the return type of the getentropy stubAurelien Jarno1-1/+1
2017-06-22Provide an additional macro expansion for F128 in stdlib/tst-strtod.hGabriel F. T. Gomes1-1/+5
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg11-24/+24
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg9-30/+13
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg1-37/+25
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy5-29/+59
2017-06-10Correct an outdated comment in stdlib/errno.h.Zack Weinberg1-1/+1
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes3-0/+19
2017-06-07float128: Add conversion from float128 to mpnGabriel F. T. Gomes1-1/+2
2017-06-07float128: Extend the power of ten tablesPaul E. Murphy2-6/+16
2017-06-01Include sys/param.h in stdlib/gmp-impl.h instead of redefining MAX/MINGabriel F. T. Gomes1-6/+2
2017-05-30Add reallocarray functionDennis Wölfing1-0/+11
2017-05-20Remove __need macros from signal.h.Zack Weinberg1-4/+5
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg5-108/+235
2017-05-04Fix network headers stdint.h namespace (bug 21455).Joseph Myers1-1/+2
2017-04-20Do not use wildcard symbol names for public versions in Versions files.Joseph Myers1-1/+5
2017-04-18malloc: Turn cfree into a compatibility symbolFlorian Weimer1-5/+0
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers3-48/+0
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2-16/+4
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2-2/+7
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg2-0/+2
2017-01-20Fix environment traversal when an envvar value is emptySiddhesh Poyarekar2-0/+61
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers180-180/+180
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers1-1/+1
2016-12-14Fix arg used as litteral suffix in tst-strfrom.hGabriel F. T. Gomes1-1/+1