aboutsummaryrefslogtreecommitdiff
path: root/fastjar/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@redhat.com>2001-08-28 18:35:32 -0700
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>2001-08-28 18:35:32 -0700
commit51a25585ff13a61c901698e314cbfc2150028f74 (patch)
treefebf5e4f6ff46001ceb1cdda4ff9ff98a4286e4b /fastjar/ChangeLog
parent533ab4d1f30c320c396db1011a6f2512f667f25b (diff)
downloadgcc-51a25585ff13a61c901698e314cbfc2150028f74.zip
gcc-51a25585ff13a61c901698e314cbfc2150028f74.tar.gz
gcc-51a25585ff13a61c901698e314cbfc2150028f74.tar.bz2
re PR java/3949 (fastjar exits success if @file not found)
2001-08-28 Alexandre Petit-Bianco <apbianco@redhat.com> * jartool.c (add_to_jar): Return 1 if `stat' initialy failed. Fixes PR java/3949. (http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01641.html) From-SVN: r45250
Diffstat (limited to 'fastjar/ChangeLog')
-rw-r--r--fastjar/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog
index 684a0f2..0a6fcd8 100644
--- a/fastjar/ChangeLog
+++ b/fastjar/ChangeLog
@@ -1,3 +1,8 @@
+2001-08-28 Alexandre Petit-Bianco <apbianco@redhat.com>
+
+ * jartool.c (add_to_jar): Return 1 if `stat' initialy failed.
+ Fixes PR java/3949.
+
2001-08-27 Tom Tromey <tromey@redhat.com>
* jartool.c (jarfile): Remove length limitation.