diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-26 22:49:02 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-26 22:49:02 +0000 |
| commit | 355bb2bf489ad9cf8492d2fe8c54b159ecf26138 (patch) | |
| tree | a67635fe1caaae2feb6d589840ca369f29de3322 /libjava/ChangeLog | |
| parent | 084163dc0438b896339b4617663294854f30e371 (diff) | |
| download | ppe42-gcc-355bb2bf489ad9cf8492d2fe8c54b159ecf26138.tar.gz ppe42-gcc-355bb2bf489ad9cf8492d2fe8c54b159ecf26138.zip | |
* java/io/DataInputStream.java (readChar): Use readFully.
(readInt): Likewise.
(readLong): Likewise.
(readShort): Likewise.
(readUnsignedShort): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45834 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index f167739eb20..69143373bc3 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,11 @@ +2001-09-26 Tom Tromey <tromey@redhat.com> + + * java/io/DataInputStream.java (readChar): Use readFully. + (readInt): Likewise. + (readLong): Likewise. + (readShort): Likewise. + (readUnsignedShort): Likewise. + 2001-09-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz> * java/lang/PosixProcess.java (exitValue): Implement here. Throw |

