about summary refs log tree commit diff
path: root/stdlib/strtod_l.c
Commit message (Expand)AuthorAgeFilesLines
* Fix sign of NaN returned by strtod (bug 23007).Herman ten Brugge2018-06-151-1/+1
* Fix strtod overflow detection (bug 23279).Joseph Myers2018-06-131-2/+2
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-111-1/+1
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-091-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Support defining strtof64, strtof32x, wcstof64, wcstof32x aliases.Joseph Myers2017-12-051-0/+40
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-201-3/+3
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-201-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Make strtod raise "inexact" exceptions (bug 19380).Joseph Myers2016-10-281-3/+11
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Refactor strtod parsing of NaN payloads.Joseph Myers2015-11-241-39/+9
* Fix strtod ("NAN(I)") in Turkish locales (bug 19266).Joseph Myers2015-11-241-2/+2
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-201-4/+1
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-5/+2
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-231-2/+2
* Use math_narrow_eval more consistently.Joseph Myers2015-09-231-8/+5
* Fix strtof decimal rounding close to half least subnormal (bug 18247).Joseph Myers2015-04-101-2/+11
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix strtold on 32-bit sparc (and probably others) (BZ #16965)Aurelien Jarno2014-05-201-3/+8
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-6/+6
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix strtod rounding of half the least subnormal (bug 16151).Joseph Myers2013-11-131-1/+1
* Fix buffer overrun in strtod_lLiubov Dmitrieva2013-09-191-1/+1
* [BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge2013-08-291-5/+4
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-7/+6
* Fix leading whitespaces.Ondrej Bilka2013-06-061-1/+1
* * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-likeJakub Jelinek2013-02-191-21/+23
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Fix strtod handling of underflow (bug 14047).Joseph Myers2012-10-301-3/+40
* Make strtod respect the rounding mode (bug 14518).Joseph Myers2012-09-121-23/+47
* Fix sign of zero on strtod underflow (bug 14519).Joseph Myers2012-08-271-1/+1
* Fix strtod rounding (bug 3479).Joseph Myers2012-08-271-14/+52
* Fix strtod integer/buffer overflow (bug 14459).Joseph Myers2012-08-271-31/+111
* Fix strtod rounding of hex values (bug 14049).Joseph Myers2012-05-041-4/+15
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Fix division by denominator with more than two limbs in strtoldAndreas Schwab2011-12-211-0/+2
* Change error code for underflows in strtodUlrich Drepper2011-07-061-2/+2
* Fix array overflow in floating point parserAndreas Schwab2010-09-011-1/+3
* Add support for XPG7 testing.Ulrich Drepper2010-01-091-27/+27
* * stdlib/strtod_l.c (round_and_return): We have to set errno toUlrich Drepper2009-04-251-1/+2
* [BZ #5995]Ulrich Drepper2008-03-291-1/+1
* [BZ #5774]Ulrich Drepper2008-03-081-0/+3
* * stdlib/Makefile (aux): Add tens_in_limb.Ulrich Drepper2008-03-081-18/+2
* * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l. cvs/fedora-glibc-20070809T0939Roland McGrath2007-08-071-0/+4
* * stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.Ulrich Drepper2007-08-031-3/+4
* * sysdeps/unix/sysv/linux/fork.c (__libc_fork): Reset refcntr inUlrich Drepper2007-02-251-2/+2
* * stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictionsUlrich Drepper2007-02-221-9/+10
* * stdlib/strtod_l.c (____STRTOF_INTERNAL): Optimize use of TOLOWER.Ulrich Drepper2007-02-211-14/+20
* Include errno.h. Change main() to do_test(). Define TEST_FUNCTION. Include ...Ulrich Drepper2007-01-111-1/+3