summaryrefslogtreecommitdiff
path: root/fastjar
Commit message (Expand)AuthorAgeFilesLines
* Mark ChangeLogMark Mitchell2005-09-211-0/+4
* Mark ChangeLogMark Mitchell2005-07-071-0/+4
* Mark ChangeLogMark Mitchell2005-04-211-0/+4
* Introduce and use config/gcc-version.m4.Richard Sandiford2004-12-025-16/+24
* Makefile.am: Remove -no-dependencies.Kelley Cook2004-11-153-22/+85
* Makefile.am: Define ACLOCAL_AMFLAGS.Kelley Cook2004-11-136-88/+221
* jartool.c (extract_jar): Unconditionally read extra data in the entry header...Tom Tromey2004-09-232-3/+8
* re PR bootstrap/16164 (automake 1.8.5 upgrade changed fastjar into a read-wri...Kelley Cook2004-08-113-20/+18
* Makefile.am: Rename jar binary to fastjar.Thomas Fitzsimmons2004-07-234-68/+74
* jartool.c (main): Ensure that only one of ftruncate and _chsize is used.Bryce McKinlay2004-07-192-2/+6
* re PR java/16472 (jartool.c uses ftruncate, nonexistant on mingw32)Bryce McKinlay2004-07-195-0/+127
* Adjust date of Casey's change.Richard Sandiford2004-07-091-1/+1
* * jartool.c (find_entry, looks_like_dir): Remove inline spec.Richard Sandiford2004-07-092-4/+8
* Makefile.am (jar_CPPFLAGS): Add AM_CPPFLAGS.Matthias Klose2004-07-073-2/+7
* [multiple changes]Matthias Klose2004-07-0611-94/+731
* Makefile.am: Silence two automake warnings.Kelley Cook2004-07-053-5/+11
* re PR other/15194 (Fastjar configure needlessly fails without long long)Kelley Cook2004-06-255-35/+135
* acinclude.m4: Quote first argument of AC_DEFUNs.Paolo Bonzini2004-06-156-679/+820
* re PR bootstrap/14905 ('make install' fails on grepjar.1, not included in tar...Kelley Cook2004-04-125-15/+137
* configure.ac: Bump AC_PREREQ to 2.59.Kelley Cook2004-03-113-50/+64
* * configure: Regenerate for config/accross.m4 correction.Hans-Peter Nilsson2004-03-092-353/+720
* configure.in: Rename file to ...Kelley Cook2004-01-105-16/+28
* jartool.c (make_manifest): Fix off-by-one bug when creating an empty MANIFEST...Andreas Tobler2004-01-072-2/+13
* Makefile.am: Define AM_MAKINFOFLAGS.Kelley Cook2003-12-0110-2350/+6372
* Remove some .cvsignore files due to doc files now being built in build directoryKelley Cook2003-11-212-3/+4
* Makefile.am (my_make_i_flags): Add $(srcdir) and update comment to match.Kelley Cook2003-11-033-39/+45
* fastjar.texi: License manual under the GPL.Matthias Klose2003-08-134-91/+26
* * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.Nathanael Nerode2003-07-302-20/+95
* * README: Note that FastJar is not part of GCC.Gerald Pfeifer2003-07-112-0/+7
* re PR fastjar/9532 (jar -C flag is incompatible with Sun's (fastjar uses nonp...Nathanael Nerode2003-07-022-30/+38
* re PR fastjar/9532 (jar -C flag is incompatible with Sun's (fastjar uses nonp...Nathanael Nerode2003-06-152-14/+31
* fastjar.texi: Remove @ at start of file.Joseph Myers2003-03-302-1/+5
* dostime.c: add #include <stddef.h> for definition of NULLMohan Embar2003-03-102-0/+6
* fastjar.texi: Update to GFDL 1.2.Joseph Myers2003-02-042-2/+6
* jartool.c (extract_jar): Don't lseek to skip extra fields.Daiki Ueno2003-01-312-7/+14
* jargrep.c: Include xregex.h from libiberty instead of system regex.h for bett...Ranjit Mathew2003-01-282-2/+9
* Cleaned up ChangeLog snafuTom Tromey2003-01-251-34/+0
* jartool.c (list_jar): Terminate the 'ascii_date' buffer with a '\0' to guard ...Ranjit Mathew2003-01-212-1/+43
* * config.h.in: Rebuilt.Tom Tromey2003-01-142-4/+14
* Minor typosDJ Delorie2002-12-301-1/+1
* Makefile.am (jar.1, grepjar.1): Protect against texi2pod/pod2man failing.DJ Delorie2002-12-303-8/+14
* gcj.texi: Include Cover Texts in man page.Joseph Myers2002-12-232-0/+7
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-167-415/+256
* * fastjar.texi (jar @direntry, grepjar @direntry): Add (fastjar).Jakub Jelinek2002-12-042-2/+6
* jartool.c (extract_jar): Use "open" with O_BINARY instead of "creat" to creat...Ranjit Mathew2002-11-222-1/+7
* dostime.c (dos2unixtime): Mask for seconds is 0x1f.Tom Tromey2002-11-112-5/+15
* Fix typo.Jakub Jelinek2002-11-101-1/+1
* jartool.c (add_to_jar): Only compare file to jarfile if jarfile is non-NULL.Jakub Jelinek2002-11-105-4/+16
* removed bogus ChangeLog entryTom Tromey2002-11-071-4/+0
* dostime.c: Rewrote from scratch.Tom Tromey2002-11-073-102/+57