aboutsummaryrefslogtreecommitdiff
path: root/stdlib/strtod_l.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-09Add support for XPG7 testing.Ulrich Drepper1-27/+27
2009-04-25* stdlib/strtod_l.c (round_and_return): We have to set errno toUlrich Drepper1-1/+2
2008-03-29[BZ #5995]Ulrich Drepper1-1/+1
2008-03-08[BZ #5774]Ulrich Drepper1-0/+3
2008-03-08* stdlib/Makefile (aux): Add tens_in_limb.Ulrich Drepper1-18/+2
2007-08-07* include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.cvs/fedora-glibc-20070809T0939Roland McGrath1-0/+4
2007-08-03* stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.Ulrich Drepper1-3/+4
2007-02-25* sysdeps/unix/sysv/linux/fork.c (__libc_fork): Reset refcntr inUlrich Drepper1-2/+2
2007-02-22* stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictionsUlrich Drepper1-9/+10
2007-02-21* stdlib/strtod_l.c (____STRTOF_INTERNAL): Optimize use of TOLOWER.Ulrich Drepper1-14/+20
2007-01-11Include errno.h. Change main() to do_test(). Define TEST_FUNCTION. Include ...Ulrich Drepper1-1/+3
2007-01-11[BZ #3855]Ulrich Drepper1-6/+16
2006-12-11* stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousandUlrich Drepper1-1/+1
2006-12-10[BZ #3664]Ulrich Drepper1-9/+9
2006-12-10[BZ #3673]Ulrich Drepper1-7/+9
2006-12-10[BZ #3674]Ulrich Drepper1-1/+1
2006-01-14* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath1-4/+25
2005-12-21* locale/xlocale.c (_nl_C_locobj): Mark as const.Ulrich Drepper1-4/+4
2005-12-142005-12-13 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper1-2/+2
2005-09-28[BZ #1230]Ulrich Drepper1-5/+9
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-70/+31
2007-07-122.5-18.1Jakub Jelinek1-31/+70
2004-12-10Update.cvs/fedora-glibc-20041210T0634Ulrich Drepper1-11/+5
2004-07-25[BZ #274]Ulrich Drepper1-1/+1
2004-03-24Update.Ulrich Drepper1-1/+7
2004-03-14Update.Ulrich Drepper1-5/+1546
2002-08-06* locale/Versions (libc: GLIBC_2.3): Add all the *_l functionsRoland McGrath1-1/+3
2001-07-06Update to LGPL v2.1.Andreas Jaeger1-8/+8