History log of /bionic/libc/stdlib/strtod.c
Revision Date Author Comments
144a5d3c86acdebeb3af53c03325a85d44b06679 09-Jan-2011 Glenn Kasten <gkasten@google.com> Bug 3330205 Thread safety for bignum powers of 5

Change-Id: I739a06f9037a9fb643276f61601f0f3e192581b8
cec75a765fbadc49668b0f72d885233cc95a0db7 14-Oct-2010 Jim Huang <jserv@0xlab.org> stdlib: strtod: Hide internal symbol __dtoa

Change-Id: Iaaec7ea4d04c859fe98ad3331fd71e7d000c826b
e734769276045c0cb89d4620fdd4ef35a0e6c335 05-Feb-2010 André Goddard Rosa <andre.goddard@gmail.com> improve readability of stdlib: fix indentation and remove trailing spaces

Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>

Change-Id: I7dd90a0816b5376ffc1de4499d56935e0bd574a1
8132626b71b319c71c7c4710f0c57c417badf8c0 04-Mar-2010 David 'Digit' Turner <digit@google.com> Fix strtod security bug.

To avoid introducing NULL checks everytime a Bigint computation
is performed, introduce a special value (BIGINT_INVALID) and only
check for it when absolutely needed (which means when the code
needs to access the Bigint's internal structure fields).

Change-Id: Ie3954523b0985b6a8cb62340802d8dcf63cbf16f
1dc9e472e19acfe6dc7f41e429236e7eef7ceda1 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
1767f908af327fa388b1c66883760ad851267013 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
a27d2baa0c1a2ec70f47ea9199b1dd6762c8a349 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution