StreamTokenizer.java: Don't throw a NumberFormatException if a field is numeric as...
authorAndrew Haley <aph@redhat.com>
Fri, 1 Sep 2000 15:00:59 +0000 (15:00 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Fri, 1 Sep 2000 15:00:59 +0000 (15:00 +0000)
commitad17a40dcec76fcb2746f6c6d9e3b5071e04e004
tree8dd2c656446ae0cb7a7680e3be230dd18cb68fc6
parent6324d2bbb6e6dd180de74234c762523c2a946838
StreamTokenizer.java: Don't throw a NumberFormatException if a field is numeric as far as the...

2000-09-01  Andrew Haley  <aph@redhat.com>

        * java/io/StreamTokenizer.java: Don't throw a
        NumberFormatException if a field is numeric as far as the
        StreamTokenizer is concerned but not as far as Double.valueOf() is
        concerned: return a zero instead.

For gcj/141.

From-SVN: r36100
libjava/ChangeLog
libjava/java/io/StreamTokenizer.java