summaryrefslogtreecommitdiff
path: root/fastjar/ChangeLog
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-22 03:20:24 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2002-11-22 03:20:24 +0000
commit40ead9a628ffc4d7914c57cab0498cd1616598dd (patch)
tree179957b4baea96950d926ea9bc6f1053652cec40 /fastjar/ChangeLog
parent7b0432270e5426b04e593ac3a93050d65e268197 (diff)
downloadgcc-40ead9a628ffc4d7914c57cab0498cd1616598dd.tar.gz
2002-11-21 Ranjit Mathew <rmathew@hotmail.com>
* jartool.c (extract_jar): Use "open" with O_BINARY instead of "creat" to create extracted files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59366 138bc75d-0d04-0410-961f-82ee72b054a4
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 5adc87d3db6..db86fb37923 100644
--- a/fastjar/ChangeLog
+++ b/fastjar/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-21 Ranjit Mathew <rmathew@hotmail.com>
+
+ * jartool.c (extract_jar): Use "open" with O_BINARY instead of
+ "creat" to create extracted files.
+
2002-11-11 Tom Tromey <tromey@redhat.com>
* dostime.c (dos2unixtime): Mask for seconds is 0x1f. Correctly