1. 29 Jun, 2005 1 commit
  2. 23 Jul, 2004 1 commit
    • Makefile.am: Rename jar binary to fastjar. · ef05818b
      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-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
      
      	* Make-lang.in: Replace rmic and rmiregistry references with
      	grmic and grmiregistry.
      	* gcj.texi: Likewise.
      
      2004-07-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
      
      	* Makefile.am: Replace jar, rmic and rmiregistry references with
      	gjar, grmic and grmiregistry.
      	* configure.in: Likewise.
      	* Makefile.in: Regenerate.
      	* configure: Likewise.
      	* gcj/Makefile.in: Likewise.
      	* include/Makefile.in: Likewise.
      	* testsuite/Makefile.in: Likewise.
      
      From-SVN: r85101
      Thomas Fitzsimmons committed
  3. 06 Jul, 2004 1 commit
    • [multiple changes] · 97b62d47
      2004-07-06  Matthias Klose  <doko@debian.org>
      
      	* Makefile.in: Regenerate.
      	* fastjar.texi: Update for '-u'.
      
      2004-05-19  Casey Marshall <csm@gnu.org>
      
      	PR 7854
      	* Makefile.am
      	(jar_SOURCES): added shift.c, shift.h.
              (jar_CPPFLAGS): define WITH_SHIFT_DOWN.
      
              * compress.c
              Added FSF copyright.
              (write_data): new function.
              (compress_file): call write_data.
      
              * jartool.c
              Updated copyright year.
              (progname): new variable.
              (end_of_entries): new variable.
              (main): open and read file when updating.
              (find_entry): new function.
              (looks_like_dir): new function.
              (read_entries): new function.
              (make_manifest): added parameter `updating'.
              Call `add_file_to_jar' with `updating'.
              (add_to_jar_with_dir): added parameter `updating'.
              Call `add_to_jar' with `updating'.
              (add_to_jar): added parameter `updating'.
              Call `add_file_to_jar' with `updating'.
              Don't add directories if they already exist.
              (add_file_to_jar): added parameter `updating'.
              Update entries if they already exist.
      
              * jartool.h
              Added #ifndef __FASTJAR_JARTOOL_H__.
              (struct zipentry): added `flags'.
      
              * shift.c: new file.
      
              * shift.h: new file.
      
              * zipfile.h
              (CEN_FLAGS): new constant.
      
      From-SVN: r84171
      Matthias Klose committed
  4. 13 Aug, 2003 1 commit
  5. 30 Mar, 2003 1 commit
  6. 04 Feb, 2003 1 commit
    • fastjar.texi: Update to GFDL 1.2. · b3a8389d
      fastjar:
      	* fastjar.texi: Update to GFDL 1.2.
      
      gcc:
      	* doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
      	doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
      	* doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
      
      gcc/ada:
      	* gnat_rm.texi, gnat_ug.texi: Update to GFDL 1.2.
      	* gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
      	gnat_ug_wnt.texi: Regenerate.
      
      gcc/f:
      	* g77.texi, invoke.texi: Update to GFDL 1.2.
      
      gcc/java:
      	* gcj.texi: Update to GFDL 1.2.
      
      gcc/treelang:
      	* treelang.texi: Update to GFDL 1.2.
      
      libiberty:
      	* libiberty.texi: Update to GFDL 1.2.
      
      libstdc++-v3:
      	* docs/html/17_intro/porting.texi: Update to GFDL 1.2.
      	* docs/html/17_intro/porting.html: Regenerate.
      
      From-SVN: r62365
      Joseph Myers committed
  7. 23 Dec, 2002 1 commit
  8. 04 Dec, 2002 1 commit
  9. 10 Sep, 2002 1 commit
    • fastjar.texi: New. · 42ac7b6d
      2002-09-10  Matthias Klose  <doko@debian.org>
      
              * fastjar.texi: New.
              * Makefile.am: Support building info docs and manpages.
              * Makefile.in: Regenerated.
              * configure.in: Set gcc_version.
              * configure: Regenerated.
              * jargrep.c: Update usage and help strings.
      
      From-SVN: r57013
      Matthias Klose committed