aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorWarren Levy <warrenl@cygnus.com>1999-06-10 18:52:00 +0000
committerWarren Levy <warrenl@gcc.gnu.org>1999-06-10 18:52:00 +0000
commita21f23fc67acde9dc7708a0ac2ed06cbbdedf9cf (patch)
treec3f6a815904d87ad6cc38aa24b6d47c9dca2067c /libjava/ChangeLog
parent9a726fc16f70ba230cee347c2d40223b74f612fc (diff)
downloadgcc-a21f23fc67acde9dc7708a0ac2ed06cbbdedf9cf.tar.gz
gcc-a21f23fc67acde9dc7708a0ac2ed06cbbdedf9cf.tar.bz2
gcc-a21f23fc67acde9dc7708a0ac2ed06cbbdedf9cf.zip
FileDescriptor.java (FileDescriptor(String, int)): Throw FileNotFoundException instead of IOException.
1999-06-10 Warren Levy <warrenl@cygnus.com> * java/io/FileDescriptor.java (FileDescriptor(String, int)): Throw FileNotFoundException instead of IOException. (open): ditto. * java/io/FileInputStream.java (FileInputStream): Doesn't throw IOException. * java/text/Collator.java (CANONICAL_DECOMPOSITION): Fixed typo in static field name. From-SVN: r27473
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 73ff2a5feaf..8c473d01376 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,13 @@
+1999-06-10 Warren Levy <warrenl@cygnus.com>
+
+ * java/io/FileDescriptor.java (FileDescriptor(String, int)):
+ Throw FileNotFoundException instead of IOException.
+ (open): ditto.
+ * java/io/FileInputStream.java (FileInputStream): Doesn't throw
+ IOException.
+ * java/text/Collator.java (CANONICAL_DECOMPOSITION): Fixed typo
+ in static field name.
+
1999-06-09 Bryce McKinlay <bryce@albatross.co.nz>
* java/lang/Runtime.java (exec): Convert prog name and arguments