OSDN Git Service

2005-01-02 Chris Jefferson <chris@bubblescope.net>
[pf3gnuchains/gcc-fork.git] / fastjar / ChangeLog
index e7b8659..a429a63 100644 (file)
@@ -1,3 +1,48 @@
+2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
+
+       * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version.
+       * configure, aclocal.m4, Makefile.in: Regenerate.
+
+2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * Makefile.am: Remove -no-dependencies.
+       * Makefile.in: Regenerate.
+
+2004-11-13  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * Makefile.am: Define ACLOCAL_AMFLAGS.
+       * acinclude.m4: Remove unnecessary sinclude.
+       * aclocal.m4, Makefile.in, configure: Regenerate (autoreconf 1.9.3).
+
+2004-09-23  Tom Tromey  <tromey@redhat.com>
+
+       * jartool.c (extract_jar): Unconditionally read extra data in the
+       entry header; don't read it after the file contents.
+
+2004-08-11  Kelley Cook  <kcook@gcc.gnu.org>
+
+       PR bootstrap/16164
+       * Makefile.am: Force fastjar.info to be built in build directory.
+       * Makefile.in: Regenerate.
+
+2004-07-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * Makefile.am: Rename jar binary to fastjar.
+       * Makefile.in: Regenerate.
+       * fastjar.texi: Rename references to jar binary with fastjar.
+
+2004-07-19  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * jartool.c (main): Ensure that only one of ftruncate and _chsize
+       is used.
+
+2004-07-11  Bryce McKinlay  <mckinlay@redhat.com>
+
+       PR 16472
+       * configure.ac: Check for ftruncate() and _chsize().
+       * jartool.c (main): Use _chsize if ftruncate not available.
+       * configure, config.h.in: Rebuilt.
+
 2004-07-09  Richard Sandiford  <rsandifo@redhat.com>
 
        * jartool.c (find_entry, looks_like_dir): Remove inline spec.