aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/ChangeLog
diff options
context:
space:
mode:
authorElliot Lee <sopwith@redhat.com>2004-08-16 11:49:22 +0000
committerAndrew Haley <aph@gcc.gnu.org>2004-08-16 11:49:22 +0000
commitf699e4541433ca9c8af8a4cad64d7a859b9fc782 (patch)
tree40ca20d9d3e98bdb2b62f5475db240c6535ebef1 /gcc/java/ChangeLog
parent4c46b835dcf63e89868c9b1099693ea3b2906a62 (diff)
downloadgcc-f699e4541433ca9c8af8a4cad64d7a859b9fc782.zip
gcc-f699e4541433ca9c8af8a4cad64d7a859b9fc782.tar.gz
gcc-f699e4541433ca9c8af8a4cad64d7a859b9fc782.tar.bz2
re PR java/9677 (File not found if spaces in file name)
2004-08-16 Elliot Lee <sopwith@redhat.com> PR java/9677 * jcf-parse.c (java_parse_file): Handle filenames with embedded spaces, and quoted filelists. From-SVN: r86051
Diffstat (limited to 'gcc/java/ChangeLog')
-rw-r--r--gcc/java/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 493a5f3..4e0dc7e 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,9 @@
+2004-08-16 Elliot Lee <sopwith@redhat.com>
+
+ PR java/9677
+ * jcf-parse.c (java_parse_file): Handle filenames with embedded
+ spaces, and quoted filelists.
+
2004-08-15 Nathan Sidwell <nathan@codesourcery.com>
* boehm.c (get_boehm_type_descriptor): Use build_int_cst.