summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/strtod.c
Commit message (Collapse)AuthorAgeFilesLines
* AArch64: Add support for AArch64 to stdlib/strtod.cSerban Constantinescu2013-10-281-1/+1
| | | | | | | This patch adds support for AArch64 to strtod.c definitions. Change-Id: I9491c4371d921c00e73ae169877a9a71225731fb Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
* Bug 3330205 Thread safety for bignum powers of 5Glenn Kasten2011-01-171-0/+5
| | | | Change-Id: I739a06f9037a9fb643276f61601f0f3e192581b8
* stdlib: strtod: Hide internal symbol __dtoaJim Huang2010-10-151-1/+1
| | | | Change-Id: Iaaec7ea4d04c859fe98ad3331fd71e7d000c826b
* merge from open-source masterThe Android Open Source Project2010-05-031-189/+188
|\ | | | | | | Change-Id: If02d33af51017dbd85e91c79ac2e848eda6cf253
| * improve readability of stdlib: fix indentation and remove trailing spacesAndré Goddard Rosa2010-04-291-198/+197
| | | | | | | | | | | | Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com> Change-Id: I7dd90a0816b5376ffc1de4499d56935e0bd574a1
* | Fix strtod security bug.David 'Digit' Turner2010-03-091-28/+142
|/ | | | | | | | | 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
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+2590
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-2590/+0
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+2590