aboutsummaryrefslogtreecommitdiff
path: root/fastjar
AgeCommit message (Expand)AuthorFilesLines
2004-09-23jartool.c (extract_jar): Unconditionally read extra data in the entry header...Tom Tromey2-3/+8
2004-08-11re PR bootstrap/16164 (automake 1.8.5 upgrade changed fastjar into a read-wri...Kelley Cook3-20/+18
2004-07-23Makefile.am: Rename jar binary to fastjar.Thomas Fitzsimmons4-68/+74
2004-07-19jartool.c (main): Ensure that only one of ftruncate and _chsize is used.Bryce McKinlay2-2/+6
2004-07-19re PR java/16472 (jartool.c uses ftruncate, nonexistant on mingw32)Bryce McKinlay5-0/+127
2004-07-09Adjust date of Casey's change.Richard Sandiford1-1/+1
2004-07-09* jartool.c (find_entry, looks_like_dir): Remove inline spec.Richard Sandiford2-4/+8
2004-07-07Makefile.am (jar_CPPFLAGS): Add AM_CPPFLAGS.Matthias Klose3-2/+7
2004-07-06[multiple changes]Matthias Klose11-94/+731
2004-07-05Makefile.am: Silence two automake warnings.Kelley Cook3-5/+11
2004-06-25re PR other/15194 (Fastjar configure needlessly fails without long long)Kelley Cook5-35/+135
2004-06-15acinclude.m4: Quote first argument of AC_DEFUNs.Paolo Bonzini6-679/+820
2004-04-12re PR bootstrap/14905 ('make install' fails on grepjar.1, not included in tar...Kelley Cook5-15/+137
2004-03-11configure.ac: Bump AC_PREREQ to 2.59.Kelley Cook3-50/+64
2004-03-09* configure: Regenerate for config/accross.m4 correction.Hans-Peter Nilsson2-353/+720
2004-01-10configure.in: Rename file to ...Kelley Cook5-16/+28
2004-01-07jartool.c (make_manifest): Fix off-by-one bug when creating an empty MANIFEST...Andreas Tobler2-2/+13
2003-12-01Makefile.am: Define AM_MAKINFOFLAGS.Kelley Cook10-2350/+6372
2003-11-21Remove some .cvsignore files due to doc files now being built in build directoryKelley Cook2-3/+4
2003-11-03Makefile.am (my_make_i_flags): Add $(srcdir) and update comment to match.Kelley Cook3-39/+45
2003-08-13fastjar.texi: License manual under the GPL.Matthias Klose4-91/+26
2003-07-30* mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.Nathanael Nerode2-20/+95
2003-07-11* README: Note that FastJar is not part of GCC.Gerald Pfeifer2-0/+7
2003-07-02re PR fastjar/9532 (jar -C flag is incompatible with Sun's (fastjar uses nonp...Nathanael Nerode2-30/+38
2003-06-15re PR fastjar/9532 (jar -C flag is incompatible with Sun's (fastjar uses nonp...Nathanael Nerode2-14/+31
2003-03-30fastjar.texi: Remove @ at start of file.Joseph Myers2-1/+5
2003-03-10dostime.c: add #include <stddef.h> for definition of NULLMohan Embar2-0/+6
2003-02-04fastjar.texi: Update to GFDL 1.2.Joseph Myers2-2/+6
2003-01-31jartool.c (extract_jar): Don't lseek to skip extra fields.Daiki Ueno2-7/+14
2003-01-28jargrep.c: Include xregex.h from libiberty instead of system regex.h for bett...Ranjit Mathew2-2/+9
2003-01-25Cleaned up ChangeLog snafuTom Tromey1-34/+0
2003-01-21jartool.c (list_jar): Terminate the 'ascii_date' buffer with a '\0' to guard ...Ranjit Mathew2-1/+43
2003-01-14* config.h.in: Rebuilt.Tom Tromey2-4/+14
2002-12-30Minor typosDJ Delorie1-1/+1
2002-12-30Makefile.am (jar.1, grepjar.1): Protect against texi2pod/pod2man failing.DJ Delorie3-8/+14
2002-12-23gcj.texi: Include Cover Texts in man page.Joseph Myers2-0/+7
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg7-415/+256
2002-12-04* fastjar.texi (jar @direntry, grepjar @direntry): Add (fastjar).Jakub Jelinek2-2/+6
2002-11-22jartool.c (extract_jar): Use "open" with O_BINARY instead of "creat" to creat...Ranjit Mathew2-1/+7
2002-11-11dostime.c (dos2unixtime): Mask for seconds is 0x1f.Tom Tromey2-5/+15
2002-11-10Fix typo.Jakub Jelinek1-1/+1
2002-11-10jartool.c (add_to_jar): Only compare file to jarfile if jarfile is non-NULL.Jakub Jelinek5-4/+16
2002-11-07removed bogus ChangeLog entryTom Tromey1-4/+0
2002-11-07dostime.c: Rewrote from scratch.Tom Tromey3-102/+57
2002-10-20* jartool.c: Use mode 0666 when opening new file.Tom Tromey2-2/+5
2002-10-15configure, [...]: Rebuilt.Ranjit Mathew4-90/+158
2002-09-12Makefile.in: Rebuilt.Tom Tromey4-27/+288
2002-09-11Makefile.am: Revert the previous patch.Matthias Klose3-209/+26
2002-09-10fastjar.texi: New.Matthias Klose7-166/+639
2002-09-09jartool.c (mkdir): Define.Tom Tromey7-229/+412