aboutsummaryrefslogtreecommitdiff
path: root/fastjar/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2002-09-09 21:19:16 +0000
committerTom Tromey <tromey@gcc.gnu.org>2002-09-09 21:19:16 +0000
commit9251acb4800f8137f0cf99d07a5ca8371b251f2a (patch)
tree4e0fdbf6507f56249226b4f9452f6f69f784a41a /fastjar/ChangeLog
parente5bc58d3d05732785346a47fb3a61d4dcd5dbf3c (diff)
downloadgcc-9251acb4800f8137f0cf99d07a5ca8371b251f2a.zip
gcc-9251acb4800f8137f0cf99d07a5ca8371b251f2a.tar.gz
gcc-9251acb4800f8137f0cf99d07a5ca8371b251f2a.tar.bz2
jartool.c (mkdir): Define.
* jartool.c (mkdir): Define. * config.h.in: Rebuilt. * aclocal.m4, configure: Rebuilt. * acinclude.m4: New file. Copied gcc_AC_COMPILE_CHECK_SIZEOF, gcc_AC_EXAMINE_OBJECT, and fastjar_AC_COMPILE_C_BIGENDIAN from aclocal.m4. From-SVN: r56983
Diffstat (limited to 'fastjar/ChangeLog')
-rw-r--r--fastjar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog
index 6528dd0..b4057bc 100644
--- a/fastjar/ChangeLog
+++ b/fastjar/ChangeLog
@@ -1,3 +1,12 @@
+2002-09-09 Tom Tromey <tromey@redhat.com>
+
+ * jartool.c (mkdir): Define.
+ * config.h.in: Rebuilt.
+ * aclocal.m4, configure: Rebuilt.
+ * acinclude.m4: New file. Copied gcc_AC_COMPILE_CHECK_SIZEOF,
+ gcc_AC_EXAMINE_OBJECT, and fastjar_AC_COMPILE_C_BIGENDIAN from
+ aclocal.m4.
+
2002-09-04 Tom Tromey <tromey@redhat.com>
From greenrd@hotmail.com: