summaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
2018-02-01stdlib: Fixing test-*atexit*-race tests on ia64Adhemerval Zanella
2018-01-04i386: In makecontext, align the stack before calling exit [BZ #22667]Florian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-23getrandom: fix comment [BZ #22347]Dmitry V. Levin
2017-12-20Simplify tilegx sysdeps folderAdhemerval Zanella
2017-12-15Fix testing with read-only source directory.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-12-07Add _Float32 function aliases.Joseph Myers
2017-12-06Support defining strtof32, wcstof32 aliases.Joseph Myers
2017-12-06Support defining strfromf32 alias.Joseph Myers
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers
2017-12-05Support defining strtof64, strtof32x, wcstof64, wcstof32x aliases.Joseph Myers
2017-12-05Support defining strfromf64, strfromf32x aliases.Joseph Myers
2017-11-30Fix test case for hr_HR monetary formattingMike FABIAN
2017-11-27Add _Float64x function aliases.Joseph Myers
2017-11-24Support strfromf64x alias.Joseph Myers
2017-11-24Support strtof64x, wcstof64x aliases.Joseph Myers
2017-11-24Define __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod-round-skeleton.c.Joseph Myers
2017-11-24Move wcstof128 symbol versions to wcsmbs/Versions.Joseph Myers
2017-11-07Handle more _FloatN, _FloatNx types in type-generic strtod tests.Joseph Myers
2017-11-03Declare strtof, strfromf functions for more _FloatN, _FloatNx types.Joseph Myers
2017-10-17Place monetary symbol in el_GR and el_CY after the amountMike FABIAN
2017-10-16Move some float128 symbol version definitions.Joseph Myers
2017-10-16Support strtof128 etc. aliases.Joseph Myers
2017-10-13Support strfromf128 alias.Joseph Myers
2017-10-05abort: Do not flush stdio streams [BZ #15436]Florian Weimer
2017-10-01Hide internal __new_exitfn function [BZ #18822]H.J. Lu
2017-10-01Mark internal gmp functions with attribute_hidden [BZ #18822]H.J. Lu
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