summaryrefslogtreecommitdiff
path: root/stdlib/strtod_l.c
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers
2015-11-24Fix strtod ("NAN(I)") in Turkish locales (bug 19266).Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers
2015-09-23Use math_narrow_eval more consistently.Joseph Myers
2015-04-10Fix strtof decimal rounding close to half least subnormal (bug 18247).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-05-20Fix strtold on 32-bit sparc (and probably others) (BZ #16965)Aurelien Jarno
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-11-13Fix strtod rounding of half the least subnormal (bug 16151).Joseph Myers
2013-09-19Fix buffer overrun in strtod_lLiubov Dmitrieva
2013-08-29[BZ #15522] strtod ("nan(N)") returning a sNaN in some casesThomas Schwinge
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-06-06Fix leading whitespaces.Ondrej Bilka
2013-02-19 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-likeJakub Jelinek
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-30Fix strtod handling of underflow (bug 14047).Joseph Myers
2012-09-12Make strtod respect the rounding mode (bug 14518).Joseph Myers
2012-08-27Fix sign of zero on strtod underflow (bug 14519).Joseph Myers
2012-08-27Fix strtod rounding (bug 3479).Joseph Myers
2012-08-27Fix strtod integer/buffer overflow (bug 14459).Joseph Myers
2012-05-04Fix strtod rounding of hex values (bug 14049).Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-12-21Fix division by denominator with more than two limbs in strtoldAndreas Schwab
2011-07-06Change error code for underflows in strtodUlrich Drepper
2010-09-01Fix array overflow in floating point parserAndreas Schwab
2010-01-09Add support for XPG7 testing.Ulrich Drepper
2009-04-25* stdlib/strtod_l.c (round_and_return): We have to set errno toUlrich Drepper
2008-03-29[BZ #5995]Ulrich Drepper
2008-03-08[BZ #5774]Ulrich Drepper
2008-03-08* stdlib/Makefile (aux): Add tens_in_limb.Ulrich Drepper
2007-08-07* include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l.cvs/fedora-glibc-20070809T0939Roland McGrath
2007-08-03* stdlib/strtod_l.c (____STRTOF_INTERNAL): Properly handle -0.Ulrich Drepper
2007-02-25* sysdeps/unix/sysv/linux/fork.c (__libc_fork): Reset refcntr inUlrich Drepper
2007-02-22* stdlib/strtod_l.c (____STRTOF_INTERNAL): Add branch predictionsUlrich Drepper
2007-02-21* stdlib/strtod_l.c (____STRTOF_INTERNAL): Optimize use of TOLOWER.Ulrich Drepper
2007-01-11Include errno.h. Change main() to do_test(). Define TEST_FUNCTION. Include ...Ulrich Drepper
2007-01-11[BZ #3855]Ulrich Drepper
2006-12-11* stdlib/strtod_l.c (____STRTOF_INTERNAL): Parse thousandUlrich Drepper
2006-12-10[BZ #3664]Ulrich Drepper
2006-12-10[BZ #3673]Ulrich Drepper
2006-12-10[BZ #3674]Ulrich Drepper
2006-01-14* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath
2005-12-21* locale/xlocale.c (_nl_C_locobj): Mark as const.Ulrich Drepper
2005-12-142005-12-13 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper
2005-09-28[BZ #1230]Ulrich Drepper
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper