aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)AuthorFilesLines
2018-04-02hurd: Avoid some PLTs in libc and librtSamuel Thibault1-1/+1
2018-03-20Fix signed integer overflow in random_r (bug 17343).Joseph Myers1-5/+4
2018-03-04Separate out error_t definitionSamuel Thibault2-7/+2
2018-02-26Use libc_hidden_* for atoi (bug 15105).Joseph Myers1-0/+1
2018-02-04hurd: Fix buildSamuel Thibault1-1/+4
2018-02-01stdlib: Fixing test-*atexit*-race tests on ia64Adhemerval Zanella1-1/+4
2018-01-04i386: In makecontext, align the stack before calling exit [BZ #22667]Florian Weimer2-1/+243
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers196-196/+196
2017-12-23getrandom: fix comment [BZ #22347]Dmitry V. Levin1-2/+2
2017-12-20Simplify tilegx sysdeps folderAdhemerval Zanella1-1/+1
2017-12-15Fix testing with read-only source directory.Joseph Myers1-1/+1
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-13/+13
2017-12-07Add _Float32 function aliases.Joseph Myers1-4/+4
2017-12-06Support defining strtof32, wcstof32 aliases.Joseph Myers2-0/+34
2017-12-06Support defining strfromf32 alias.Joseph Myers1-0/+16
2017-12-06Add _Float64, _Float32x function aliases.Joseph Myers1-0/+5
2017-12-05Support defining strtof64, strtof32x, wcstof64, wcstof32x aliases.Joseph Myers2-0/+80
2017-12-05Support defining strfromf64, strfromf32x aliases.Joseph Myers1-0/+25
2017-11-30Fix test case for hr_HR monetary formattingMike FABIAN1-4/+4
2017-11-27Add _Float64x function aliases.Joseph Myers1-0/+5
2017-11-24Support strfromf64x alias.Joseph Myers1-1/+14
2017-11-24Support strtof64x, wcstof64x aliases.Joseph Myers1-0/+14
2017-11-24Define __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod-round-skeleton.c.Joseph Myers1-0/+1
2017-11-24Move wcstof128 symbol versions to wcsmbs/Versions.Joseph Myers1-2/+0
2017-11-07Handle more _FloatN, _FloatNx types in type-generic strtod tests.Joseph Myers2-12/+91
2017-11-03Declare strtof, strfromf functions for more _FloatN, _FloatNx types.Joseph Myers1-2/+117
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