aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/strtod.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-16Remove unused NaN's integer representation definitionsMasamichi Hosoda1-1/+8
2018-08-16Fix strtod ("nan") and strtold ("nan") returns wrong negative NaNMasamichi Hosoda1-4/+1
2018-04-09strtod: Convert 64 bit double to 64 bit int during computationCorinna Vinschen1-0/+9
2018-01-17ansification: remove _DEFUNYaakov Selkowitz1-10/+5
2018-01-17ansification: remove _CONSTYaakov Selkowitz1-7/+7
2018-01-17ansification: remove _ANDYaakov Selkowitz1-8/+8
2017-12-01stdlib: remove TRAD_SYNOPSISYaakov Selkowitz1-16/+1
2016-12-16Remove extraneous float casts in strtod.c.Jeff Johnston1-2/+2
2016-12-152016-12-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>cygwin-2_6_1-releaseJeff Johnston1-4/+14
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen1-25/+85
2015-11-20Make match function globally available to stdlib functions.Corinna Vinschen1-21/+0
2014-11-12 * libc/stdlib/strtod.c (sulp): Cast to int32_t to avoid overflow.Corinna Vinschen1-1/+1
2013-11-182013-11-18 Sahil Patnayakuni <sahilp@oarcorp.com>Joel Sherrill1-8/+8
2013-06-10 * libc/stdlib/gdtoa-gethex.c (__hexdig): Constify.Corinna Vinschen1-2/+2
2013-04-24 * libc/stdlib/strtod.c: Manual update to latest algorithm from NetBSD.Corinna Vinschen1-38/+117
2012-12-19 * libc/stdlib/strtod.c (_strtod_r): Revert change from 2011-05-16.Corinna Vinschen1-10/+8
2011-05-16 * libc/stdlib/strtod.c (_strtod_r): Fix nf/nd counts to not exceedCorinna Vinschen1-8/+10
2010-12-072010-12-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-14/+22
2009-12-032009-12-03 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-1/+1
2009-06-16 * libc/stdio/vfprintf.c (_VFPRINTF_R): Use actual length ofCorinna Vinschen1-8/+3
2009-03-26 Revert erroneously checked in files.Corinna Vinschen1-2/+8
2009-03-24 * libc/ctype/iswalpha.c: Handle all wchar_t as unicode onCorinna Vinschen1-8/+2
2008-11-272008-11-27 Craig Howland <howland@LGSInnovations.com>Jeff Johnston1-0/+1
2008-06-25 Fix strict-aliasing issues with _strtod_r and Storeinc.Hans-Peter Nilsson1-20/+21
2008-02-21Fix strtod("-0x", NULL).Eric Blake1-7/+17
2007-08-312007-08-31 Antony King <antony.king@st.com>Jeff Johnston1-1/+11
2006-07-052006-07-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+32
2006-06-222006-06-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-606/+991
2005-04-01 * libc/stdlib/strtod.c (_strtod_r): Never change s00.Corinna Vinschen1-3/+3
2005-01-062005-01-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-4/+27
2002-12-062002-12-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-7/+7
2001-04-202001-04-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-1/+1
2000-04-17Mon Apr 17 12:46:00 2000 Marek Michalkiewicz <marekm@linux.org.pl>Jeff Johnston1-2/+2
2000-02-17import newlib-2000-02-17 snapshotChristopher Faylor1-0/+731