aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorBryce McKinlay <bryce@albatross.co.nz>2000-02-27 10:43:47 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2000-02-27 10:43:47 +0000
commit91da35dbf2e8ef070bfe07125a71dc522610dcdd (patch)
treebcd54e99a88cd44c72ca6788e743ef4d317e354a /libjava/ChangeLog
parent5d112ff36680fd5ef196df0ceaa562d46f5d20f5 (diff)
downloadgcc-91da35dbf2e8ef070bfe07125a71dc522610dcdd.tar.gz
gcc-91da35dbf2e8ef070bfe07125a71dc522610dcdd.tar.bz2
gcc-91da35dbf2e8ef070bfe07125a71dc522610dcdd.zip
File.java (File(String, String)): For dirPath, treat an empty String the same as `null'.
2000-02-27 Bryce McKinlay <bryce@albatross.co.nz> * java/io/File.java (File(String, String)): For dirPath, treat an empty String the same as `null'. From-SVN: r32217
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index ccf334665d1..70dcc678be9 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,8 @@
+2000-02-27 Bryce McKinlay <bryce@albatross.co.nz>
+
+ * java/io/File.java (File(String, String)): For dirPath, treat an
+ empty String the same as `null'.
+
2000-02-26 Anthony Green <green@cygnus.com>
* gnu/gcj/io/MimeTypes.java: Test for null.