Thomas Fitzsimmons
25e8451eb7
jartool.h (ACTION_INDEX): New macro.
...
2006-02-08 Thomas Fitzsimmons <fitzsim@redhat.com>
* jartool.h (ACTION_INDEX): New macro.
* jartool.c (main): Handle -i option.
* fastjar.texi (Invoking fastjar): Add description of -i option.
From-SVN: r110739
2006-02-08 05:51:16 +00:00
Kelley Cook
cd1414ee2e
all files: Update FSF address.
...
2005-06-29 Kelley Cook <kcook@gcc.gnu.org>
* all files: Update FSF address.
From-SVN: r101414
2005-06-29 02:59:06 +00:00
Thomas Fitzsimmons
ef05818b76
Makefile.am: Rename jar binary to fastjar.
...
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
2004-07-23 23:34:17 +00:00
Matthias Klose
97b62d4781
[multiple changes]
...
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
2004-07-06 21:40:08 +00:00
Matthias Klose
872119b16c
fastjar.texi: License manual under the GPL.
...
2003-08-13 Matthias Klose <doko@debian.org>
* fastjar.texi: License manual under the GPL.
* Makefile.am: Remove reference to fdl.texi
* Makefile.in: Regenerate
From-SVN: r70414
2003-08-13 21:04:12 +00:00
Joseph Myers
438f63a80d
fastjar.texi: Remove @ at start of file.
...
fastjar:
* fastjar.texi: Remove @ at start of file.
gcc/java:
* gcj.texi: Remove @ at start of file.
From-SVN: r65045
2003-03-30 17:56:33 +01:00
Joseph Myers
b3a8389d18
fastjar.texi: Update to GFDL 1.2.
...
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
2003-02-04 01:27:53 +00:00
Joseph Myers
df82908a6f
gcj.texi: Include Cover Texts in man page.
...
gcc/java:
* gcj.texi: Include Cover Texts in man page.
fastjar:
* fastjar.texi: Include Cover Texts in man page.
From-SVN: r60451
2002-12-23 21:16:23 +00:00
Jakub Jelinek
3a45705a51
* fastjar.texi (jar @direntry, grepjar @direntry): Add (fastjar).
...
From-SVN: r59819
2002-12-04 16:50:26 +01:00
Matthias Klose
42ac7b6d2f
fastjar.texi: New.
...
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
2002-09-10 22:09:53 +00:00