summaryrefslogtreecommitdiff
path: root/fastjar
Commit message (Expand)AuthorAgeFilesLines
* Mark ChangeLogMark Mitchell2003-08-041-0/+4
* Mark ChangeLogMark Mitchell2003-08-041-0/+4
* * README: Note that FastJar is not part of GCC.Gerald Pfeifer2003-07-112-0/+7
* Mark ChangeLogMark Mitchell2003-05-141-0/+4
* Mark ChangeLogMark Mitchell2003-05-131-0/+4
* Mark ChangeLogMark Mitchell2003-05-131-0/+4
* Mark ChangeLogMark Mitchell2003-05-131-0/+4
* 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
* 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
* * 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
* * jartool.c: Use mode 0666 when opening new file.Tom Tromey2002-10-202-2/+5
* configure, [...]: Rebuilt.Ranjit Mathew2002-10-154-90/+158
* Makefile.in: Rebuilt.Tom Tromey2002-09-124-27/+288
* Makefile.am: Revert the previous patch.Matthias Klose2002-09-113-209/+26
* fastjar.texi: New.Matthias Klose2002-09-107-166/+639
* jartool.c (mkdir): Define.Tom Tromey2002-09-097-229/+412
* re PR java/7830 (Off-by-one buffer overruns in fastjar tool)Tom Tromey2002-09-042-2/+8
* configure.in: Support cross-compiling.Geoffrey Keating2002-06-034-260/+351
* jartool.c (expand_options): Handle tar-style argument list with a leading "-".Bryce McKinlay2002-03-182-3/+19
* jar -C fixAnthony Green2002-02-242-4/+10
* jartool.c (main): NULL-terminate new_argv.Tom Tromey2002-01-312-1/+7
* Makefile.in: Rebuilt.Tom Tromey2002-01-133-55/+25
* For PR libgcj/5303:Tom Tromey2002-01-0910-222/+580
* re PR bootstrap/5117 (irix6.5 bootstrap failure when using SGI's compiler)Craig Rodrigues2002-01-031-0/+2
* re PR bootstrap/5117 (irix6.5 bootstrap failure when using SGI's compiler)Craig Rodrigues2002-01-0310-179/+218
* For PR java/4295:Tom Tromey2001-10-174-63/+168
* jatool.c (extract_jar): Account for null termination when determining whether...Bryce McKinlay2001-10-122-2/+15
* re PR java/3949 (fastjar exits success if @file not found)Alexandre Petit-Bianco2001-08-282-1/+11
* jartool.c (jarfile): Remove length limitation.Tom Tromey2001-08-272-4/+17
* Modified from patch by Julian Hall <jules@acris.co.uk>:Tom Tromey2001-07-042-7/+27
* re PR java/3441 (fastjar zlib)Tom Tromey2001-06-283-86/+168
* * Makefile.am (bin_PROGRAMS): Renamed from "fastjar" to "jar".Per Bothner2001-05-173-15/+19
* jartool.c (jt_strdup): New function.John David Anglin2001-05-032-3/+25
* Makefile.in: Rebuilt.Tom Tromey2001-01-223-12/+19
* output.h (make_function_rtl): Remove prototype.Mark Mitchell2001-01-101-1/+1
* jartool.c (MAXPATHLEN): Provide if not defined.Robert Lipe2000-12-282-2/+37
* jargrep.c: Include getopt.h if it exists.Tom Tromey2000-12-156-90/+177