aboutsummaryrefslogtreecommitdiff
path: root/fastjar/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-11-29 21:46:02 +0000
committerTom Tromey <tromey@gcc.gnu.org>2005-11-29 21:46:02 +0000
commit9b4ca617e84633b9128713b2450b94c0e13d6d87 (patch)
tree648308411275edece2353f29bed9aff69aaa99aa /fastjar/ChangeLog
parent3141ed0fe01e5e5cd726dc6410f49a0323361d94 (diff)
downloadgcc-9b4ca617e84633b9128713b2450b94c0e13d6d87.zip
gcc-9b4ca617e84633b9128713b2450b94c0e13d6d87.tar.gz
gcc-9b4ca617e84633b9128713b2450b94c0e13d6d87.tar.bz2
compress.c (write_data): Mark 'ze' as unused.
* compress.c (write_data): Mark 'ze' as unused. * jartool.h (__attribute__): New define. * shift.c (shift_up): Added cast. (shift_down): Likewise. * jartool.c (help): Split string constant. From-SVN: r107681
Diffstat (limited to 'fastjar/ChangeLog')
-rw-r--r--fastjar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog
index ebd826f..22dd6a96 100644
--- a/fastjar/ChangeLog
+++ b/fastjar/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-29 Tom Tromey <tromey@redhat.com>
+
+ * compress.c (write_data): Mark 'ze' as unused.
+ * jartool.h (__attribute__): New define.
+ * shift.c (shift_up): Added cast.
+ (shift_down): Likewise.
+ * jartool.c (help): Split string constant.
+
2005-06-29 Kelley Cook <kcook@gcc.gnu.org>
* all files: Update FSF address.