| Commit message (Expand) | Author | Age | Files | Lines |
* | Add tests for sign of NaN returned by strtod (bug 23007). | Joseph Myers | 2018-06-15 | 3 | -1/+75 |
* | Fix sign of NaN returned by strtod (bug 23007). | Herman ten Brugge | 2018-06-15 | 1 | -1/+1 |
* | Fix strtod overflow detection (bug 23279). | Joseph Myers | 2018-06-13 | 5 | -4391/+4845 |
* | stdlib: Additional tests need generated locale dependencies | Florian Weimer | 2018-05-29 | 1 | -0/+2 |
* | math: Merge strtod_nan_*.h into math-type-macros-*.h | Florian Weimer | 2018-05-16 | 6 | -63/+4 |
* | Do not include math-barriers.h in math_private.h. | Joseph Myers | 2018-05-11 | 1 | -1/+1 |
* | Fix BZ 22786: integer addition overflow may cause stack buffer overflow | Paul Pluzhnikov | 2018-05-08 | 3 | -2/+92 |
* | Move math_narrow_eval to separate math-narrow-eval.h. | Joseph Myers | 2018-05-09 | 1 | -0/+1 |
* | Fix tst-strfmon_l test for hr_HR locale | Mike FABIAN | 2018-04-24 | 1 | -2/+2 |
* | hurd: Avoid some PLTs in libc and librt | Samuel Thibault | 2018-04-02 | 1 | -1/+1 |
* | Fix signed integer overflow in random_r (bug 17343). | Joseph Myers | 2018-03-20 | 1 | -5/+4 |
* | Separate out error_t definition | Samuel Thibault | 2018-03-04 | 2 | -7/+2 |
* | Use libc_hidden_* for atoi (bug 15105). | Joseph Myers | 2018-02-26 | 1 | -0/+1 |
* | hurd: Fix build | Samuel Thibault | 2018-02-04 | 1 | -1/+4 |
* | stdlib: Fixing test-*atexit*-race tests on ia64 | Adhemerval Zanella | 2018-02-01 | 1 | -1/+4 |
* | i386: In makecontext, align the stack before calling exit [BZ #22667] | Florian Weimer | 2018-01-04 | 2 | -1/+243 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 196 | -196/+196 |
* | getrandom: fix comment [BZ #22347] | Dmitry V. Levin | 2017-12-23 | 1 | -2/+2 |
* | Simplify tilegx sysdeps folder | Adhemerval Zanella | 2017-12-20 | 1 | -1/+1 |
* | Fix testing with read-only source directory. | Joseph Myers | 2017-12-15 | 1 | -1/+1 |
* | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 2017-12-11 | 1 | -13/+13 |
* | Add _Float32 function aliases. | Joseph Myers | 2017-12-07 | 1 | -4/+4 |
* | Support defining strtof32, wcstof32 aliases. | Joseph Myers | 2017-12-06 | 2 | -0/+34 |
* | Support defining strfromf32 alias. | Joseph Myers | 2017-12-06 | 1 | -0/+16 |
* | Add _Float64, _Float32x function aliases. | Joseph Myers | 2017-12-06 | 1 | -0/+5 |
* | Support defining strtof64, strtof32x, wcstof64, wcstof32x aliases. | Joseph Myers | 2017-12-05 | 2 | -0/+80 |
* | Support defining strfromf64, strfromf32x aliases. | Joseph Myers | 2017-12-05 | 1 | -0/+25 |
* | Fix test case for hr_HR monetary formatting | Mike FABIAN | 2017-11-30 | 1 | -4/+4 |
* | Add _Float64x function aliases. | Joseph Myers | 2017-11-27 | 1 | -0/+5 |
* | Support strfromf64x alias. | Joseph Myers | 2017-11-24 | 1 | -1/+14 |
* | Support strtof64x, wcstof64x aliases. | Joseph Myers | 2017-11-24 | 1 | -0/+14 |
* | Define __STDC_WANT_IEC_60559_TYPES_EXT__ in tst-strtod-round-skeleton.c. | Joseph Myers | 2017-11-24 | 1 | -0/+1 |
* | Move wcstof128 symbol versions to wcsmbs/Versions. | Joseph Myers | 2017-11-24 | 1 | -2/+0 |
* | Handle more _FloatN, _FloatNx types in type-generic strtod tests. | Joseph Myers | 2017-11-07 | 2 | -12/+91 |
* | Declare strtof, strfromf functions for more _FloatN, _FloatNx types. | Joseph Myers | 2017-11-03 | 1 | -2/+117 |
* | Place monetary symbol in el_GR and el_CY after the amount | Mike FABIAN | 2017-10-17 | 1 | -2/+2 |
* | Move some float128 symbol version definitions. | Joseph Myers | 2017-10-16 | 1 | -0/+10 |
* | Support strtof128 etc. aliases. | Joseph Myers | 2017-10-16 | 1 | -0/+16 |
* | Support strfromf128 alias. | Joseph Myers | 2017-10-13 | 1 | -0/+12 |
* | abort: Do not flush stdio streams [BZ #15436] | Florian Weimer | 2017-10-05 | 1 | -24/+5 |
* | Hide internal __new_exitfn function [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -2/+2 |
* | Mark internal gmp functions with attribute_hidden [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -4/+8 |
* | Mark internal stdlib functions with attribute_hidden [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -0/+1 |
* | Mark __dso_handle as hidden [BZ #18822] | H.J. Lu | 2017-09-26 | 3 | -15/+5 |
* | Reduce total memory required to create all threads to 128MiB. This fixes | Paul Pluzhnikov | 2017-09-25 | 1 | -0/+5 |
* | Fix BZ# 22180. | Paul Pluzhnikov | 2017-09-21 | 4 | -4/+171 |
* | Implement xdlopen, xdlsym and xdlclose routines which terminate test | Paul Pluzhnikov | 2017-09-20 | 1 | -23/+7 |
* | Oops. stdlib/test-atexit-race-common.c should have been part of 26e70aec7028f... | Paul Pluzhnikov | 2017-09-20 | 1 | -0/+69 |
* | Fix BZ 14333 | Paul Pluzhnikov | 2017-09-20 | 10 | -39/+263 |
* | 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 2017-09-01 | 1 | -4/+4 |