summaryrefslogtreecommitdiffstats
path: root/libjava/java/lang/strtod.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-03-05 Andreas Tobler <a.tobler@schweiz.ch>andreast2005-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * java/lang/dtoa.c (_dtoa_r): Initialize variables ilim, ilim1 and spec_case. Initialize pointer mlo. * java/lang/strtod.c (_strtod_r): Initialize pointers bb, bd, ds and delta. * java/lang/e_asin.c (__ieee754_asin): Initialize variable t. * java/lang/e_exp.c (__ieee754_exp): Initialize variables hi, lo and k. * java/lang/e_rem_pio2.c (__ieee754_rem_pio2): Initialize uninitialized variable z. * gnu/java/net/natPlainDatagramSocketImplPosix.cc (mcastGrp): Ifdef possible unused variables. * gnu/java/nio/natPipeImplPosix.cc (init): Remove self. * jawt.c: Include <stdlib.h> to fix implict declaration of malloc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95925 138bc75d-0d04-0410-961f-82ee72b054a4
* * strtod.c (_strtod_r): Logic to check for missing digitsbothner2001-10-091-8/+7
| | | | | | | after exponent had 'else' attached to wrong 'if'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46132 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisiontromey1999-04-071-0/+720
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26263 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud