summaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
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
2016-09-21Add <stdint.h> integer width macros.Joseph Myers
2016-09-19Add <limits.h> integer width macros.Joseph Myers
2016-08-19Add tst-wcstod-roundPaul E. Murphy
2016-06-23libio: Implement vtable verification [BZ #20191]Florian Weimer
2016-06-09quick_exit tests: Do not use C++ headersFlorian Weimer
2016-06-06Bug 20198: quick_exit should not call destructors.Carlos O'Donell
2016-05-25Refactor tst-strtod-round.c for type-generic-nessPaul E. Murphy
2016-05-24Refactor tst-strtod-round.cPaul E. Murphy
2016-05-23Refactor tst-strtod6.cPaul E. Murphy
2016-05-23Refactor bug-strtod2.c to be type genericPaul E. Murphy
2016-05-23Refactor bug-strtod.c to better test new types.Paul E. Murphy