summaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
2017-10-01Mark internal stdlib functions with attribute_hidden [BZ #18822]H.J. Lu
2017-09-26Mark __dso_handle as hidden [BZ #18822]H.J. Lu
2017-09-25Reduce total memory required to create all threads to 128MiB. This fixesPaul Pluzhnikov
2017-09-21Fix BZ# 22180.Paul Pluzhnikov
2017-09-20Implement xdlopen, xdlsym and xdlclose routines which terminate testPaul Pluzhnikov
2017-09-20Oops. stdlib/test-atexit-race-common.c should have been part of 26e70aec7028f...Paul Pluzhnikov
2017-09-20Fix BZ 14333Paul Pluzhnikov
2017-09-012017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2017-09-012017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2017-08-31stdlib: Remove internal_function attributeFlorian Weimer
2017-08-292017-08-29 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2017-08-272017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2017-08-22Hide internal printf functions [BZ #18822/21986]H.J. Lu
2017-08-13Remove internal_function attribute from string-to-float functionsFlorian Weimer
2017-08-12Adapt test case data to the changes in the thousands separatorsMike FABIAN
2017-08-10Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian mone...Mike FABIAN
2017-08-07Remove __long_double_t.Joseph Myers
2017-08-07Fix missing redirects in testsuite targetsAndreas Schwab
2017-08-03Fix the return type of the getentropy stubAurelien Jarno
2017-06-22Provide an additional macro expansion for F128 in stdlib/tst-strtod.hGabriel F. T. Gomes
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy
2017-06-10Correct an outdated comment in stdlib/errno.h.Zack Weinberg
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes
2017-06-07float128: Add conversion from float128 to mpnGabriel F. T. Gomes
2017-06-07float128: Extend the power of ten tablesPaul E. Murphy
2017-06-01Include sys/param.h in stdlib/gmp-impl.h instead of redefining MAX/MINGabriel F. T. Gomes
2017-05-30Add reallocarray functionDennis Wölfing
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-04Fix network headers stdint.h namespace (bug 21455).Joseph Myers
2017-04-20Do not use wildcard symbol names for public versions in Versions files.Joseph Myers
2017-04-18malloc: Turn cfree into a compatibility symbolFlorian Weimer
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg
2017-01-20Fix environment traversal when an envvar value is emptySiddhesh Poyarekar
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers
2016-12-14Fix arg used as litteral suffix in tst-strfrom.hGabriel F. T. Gomes
2016-12-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer
2016-11-11Ignore -Wmaybe-uninitialized in stdlib/bug-getcontext.c.Joseph Myers
2016-10-28Make strtod raise "inexact" exceptions (bug 19380).Joseph Myers
2016-10-25Add tests for strfrom functionsRajalakshmi Srinivasaraghavan
2016-10-25Refactor strtod testsRajalakshmi Srinivasaraghavan
2016-10-25Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes