diff options
author | Tom Tromey <tromey@redhat.com> | 2003-09-11 16:44:39 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2003-09-11 16:44:39 +0000 |
commit | c203255aba10d807f68097646f4aeb3feaf2cb48 (patch) | |
tree | 2bd1b3aa7b8c77927fd3714436e9b3f883b1fc83 /libjava/ChangeLog | |
parent | 92af500d3e3f3ae08792a6e4446356321ec3ae65 (diff) | |
download | gcc-c203255aba10d807f68097646f4aeb3feaf2cb48.zip gcc-c203255aba10d807f68097646f4aeb3feaf2cb48.tar.gz gcc-c203255aba10d807f68097646f4aeb3feaf2cb48.tar.bz2 |
natFilePosix.cc (getCanonicalPath): Handle case where file does not exist.
* java/io/natFilePosix.cc (getCanonicalPath): Handle case where
file does not exist.
From-SVN: r71307
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r-- | libjava/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 1021607..8a633e6 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2003-09-11 Tom Tromey <tromey@redhat.com> + + * java/io/natFilePosix.cc (getCanonicalPath): Handle case where + file does not exist. + 2003-09-10 Anthony Green <green@redhat.com> * gnu/java/net/natPlainDatagramSocketImplWin32.cc (peekData): |