aboutsummaryrefslogtreecommitdiff
path: root/stdlib/strtod_l.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-07-01Fix typo in comment in bug 26137 fix.Joseph Myers1-1/+1
2020-06-30Fix strtod multiple-precision division bug (bug 26137).Joseph Myers1-2/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-02-22Break some lines before not after operators.Joseph Myers1-12/+13
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-06-15Fix sign of NaN returned by strtod (bug 23007).Herman ten Brugge1-1/+1
2018-06-13Fix strtod overflow detection (bug 23279).Joseph Myers1-2/+2
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers1-1/+1
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers1-0/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-05Support defining strtof64, strtof32x, wcstof64, wcstof32x aliases.Joseph Myers1-0/+40
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg1-3/+3
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg1-2/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-10-28Make strtod raise "inexact" exceptions (bug 19380).Joseph Myers1-3/+11
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers1-39/+9
2015-11-24Fix strtod ("NAN(I)") in Turkish locales (bug 19266).Joseph Myers1-2/+2
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers1-4/+1
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-5/+2
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers1-2/+2
2015-09-23Use math_narrow_eval more consistently.Joseph Myers1-8/+5
2015-04-10Fix strtof decimal rounding close to half least subnormal (bug 18247).Joseph Myers1-2/+11
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-05-20Fix strtold on 32-bit sparc (and probably others) (BZ #16965)Aurelien Jarno1-3/+8
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-6/+6
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-11-13Fix strtod rounding of half the least subnormal (bug 16151).Joseph Myers1-1/+1
2013-09-19Fix buffer overrun in strtod_lLiubov Dmitrieva1-1/+1
2013-08-29[BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge1-5/+4
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-7/+6
2013-06-06Fix leading whitespaces.Ondrej Bilka1-1/+1
2013-02-19 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-likeJakub Jelinek1-21/+23
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-30Fix strtod handling of underflow (bug 14047).Joseph Myers1-3/+40
2012-09-12Make strtod respect the rounding mode (bug 14518).Joseph Myers1-23/+47
2012-08-27Fix sign of zero on strtod underflow (bug 14519).Joseph Myers1-1/+1
2012-08-27Fix strtod rounding (bug 3479).Joseph Myers1-14/+52
2012-08-27Fix strtod integer/buffer overflow (bug 14459).Joseph Myers1-31/+111
2012-05-04Fix strtod rounding of hex values (bug 14049).Joseph Myers1-4/+15
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-12-21Fix division by denominator with more than two limbs in strtoldAndreas Schwab1-0/+2
2011-07-06Change error code for underflows in strtodUlrich Drepper1-2/+2
2010-09-01Fix array overflow in floating point parserAndreas Schwab1-1/+3