summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* hurd: Avoid some PLTs in libc and librtSamuel Thibault2018-04-021-1/+1
* Fix signed integer overflow in random_r (bug 17343).Joseph Myers2018-03-201-5/+4
* Separate out error_t definitionSamuel Thibault2018-03-042-7/+2
* Use libc_hidden_* for atoi (bug 15105).Joseph Myers2018-02-261-0/+1
* hurd: Fix buildSamuel Thibault2018-02-041-1/+4
* stdlib: Fixing test-*atexit*-race tests on ia64Adhemerval Zanella2018-02-011-1/+4
* i386: In makecontext, align the stack before calling exit [BZ #22667]Florian Weimer2018-01-042-1/+243
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01196-196/+196
* getrandom: fix comment [BZ #22347]Dmitry V. Levin2017-12-231-2/+2
* Simplify tilegx sysdeps folderAdhemerval Zanella2017-12-201-1/+1
* Fix testing with read-only source directory.Joseph Myers2017-12-151-1/+1
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-13/+13
* Add _Float32 function aliases.Joseph Myers2017-12-071-4/+4
* Support defining strtof32, wcstof32 aliases.Joseph Myers2017-12-062-0/+34
* Support defining strfromf32 alias.Joseph Myers2017-12-061-0/+16
* Add _Float64, _Float32x function aliases.Joseph Myers2017-12-061-0/+5
* Support defining strtof64, strtof32x, wcstof64, wcstof32x aliases.Joseph Myers2017-12-052-0/+80
* Support defining strfromf64, strfromf32x aliases.Joseph Myers2017-12-051-0/+25
* Fix test case for hr_HR monetary formattingMike FABIAN2017-11-301-4/+4
* Add _Float64x function aliases.Joseph Myers2017-11-271-0/+5
* Support strfromf64x alias.Joseph Myers2017-11-241-1/+14
* Support strtof64x, wcstof64x aliases.Joseph Myers2017-11-241-0/+14
* Define __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod-round-skeleton.c.Joseph Myers2017-11-241-0/+1
* Move wcstof128 symbol versions to wcsmbs/Versions.Joseph Myers2017-11-241-2/+0
* Handle more _FloatN, _FloatNx types in type-generic strtod tests.Joseph Myers2017-11-072-12/+91
* Declare strtof, strfromf functions for more _FloatN, _FloatNx types.Joseph Myers2017-11-031-2/+117
* Place monetary symbol in el_GR and el_CY after the amountMike FABIAN2017-10-171-2/+2
* Move some float128 symbol version definitions.Joseph Myers2017-10-161-0/+10
* Support strtof128 etc. aliases.Joseph Myers2017-10-161-0/+16
* Support strfromf128 alias.Joseph Myers2017-10-131-0/+12
* abort: Do not flush stdio streams [BZ #15436]Florian Weimer2017-10-051-24/+5
* Hide internal __new_exitfn function [BZ #18822]H.J. Lu2017-10-011-2/+2
* Mark internal gmp functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-4/+8
* Mark internal stdlib functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-0/+1
* Mark __dso_handle as hidden [BZ #18822]H.J. Lu2017-09-263-15/+5
* Reduce total memory required to create all threads to 128MiB. This fixesPaul Pluzhnikov2017-09-251-0/+5
* Fix BZ# 22180.Paul Pluzhnikov2017-09-214-4/+171
* Implement xdlopen, xdlsym and xdlclose routines which terminate testPaul Pluzhnikov2017-09-201-23/+7
* Oops. stdlib/test-atexit-race-common.c should have been part of 26e70aec7028f...Paul Pluzhnikov2017-09-201-0/+69
* Fix BZ 14333Paul Pluzhnikov2017-09-2010-39/+263
* 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2017-09-011-4/+4
* 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2017-09-011-16/+23
* stdlib: Remove internal_function attributeFlorian Weimer2017-08-311-3/+1
* 2017-08-29 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2017-08-291-4/+46
* 2017-08-27 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2017-08-276-1/+188
* Hide internal printf functions [BZ #18822/21986]H.J. Lu2017-08-221-8/+1
* Remove internal_function attribute from string-to-float functionsFlorian Weimer2017-08-131-1/+0
* Adapt test case data to the changes in the thousands separatorsMike FABIAN2017-08-123-10/+10
* Fix stdlib/tst-strfmon_l.c test case to agree with the changes in Indian mone...Mike FABIAN2017-08-102-11/+11
* Remove __long_double_t.Joseph Myers2017-08-071-1/+1