aboutsummaryrefslogtreecommitdiff
path: root/fastjar
AgeCommit message (Expand)Author
2003-08-04Mark ChangeLogMark Mitchell
2003-08-04Mark ChangeLogMark Mitchell
2003-07-11* README: Note that FastJar is not part of GCC.Gerald Pfeifer
2003-05-14Mark ChangeLogMark Mitchell
2003-05-13Mark ChangeLogMark Mitchell
2003-05-13Mark ChangeLogMark Mitchell
2003-05-13Mark ChangeLogMark Mitchell
2003-03-30fastjar.texi: Remove @ at start of file.Joseph Myers
2003-03-10dostime.c: add #include <stddef.h> for definition of NULLMohan Embar
2003-02-04fastjar.texi: Update to GFDL 1.2.Joseph Myers
2003-01-31jartool.c (extract_jar): Don't lseek to skip extra fields.Daiki Ueno
2003-01-28jargrep.c: Include xregex.h from libiberty instead of system regex.h for bett...Ranjit Mathew
2003-01-25Cleaned up ChangeLog snafuTom Tromey
2003-01-21jartool.c (list_jar): Terminate the 'ascii_date' buffer with a '\0' to guard ...Ranjit Mathew
2002-12-30Makefile.am (jar.1, grepjar.1): Protect against texi2pod/pod2man failing.DJ Delorie
2002-12-23gcj.texi: Include Cover Texts in man page.Joseph Myers
2002-12-04* fastjar.texi (jar @direntry, grepjar @direntry): Add (fastjar).Jakub Jelinek
2002-11-22jartool.c (extract_jar): Use "open" with O_BINARY instead of "creat" to creat...Ranjit Mathew
2002-11-11dostime.c (dos2unixtime): Mask for seconds is 0x1f.Tom Tromey
2002-11-10Fix typo.Jakub Jelinek
2002-11-10jartool.c (add_to_jar): Only compare file to jarfile if jarfile is non-NULL.Jakub Jelinek
2002-11-07removed bogus ChangeLog entryTom Tromey
2002-11-07dostime.c: Rewrote from scratch.Tom Tromey
2002-10-20* jartool.c: Use mode 0666 when opening new file.Tom Tromey
2002-10-15configure, [...]: Rebuilt.Ranjit Mathew
2002-09-12Makefile.in: Rebuilt.Tom Tromey
2002-09-11Makefile.am: Revert the previous patch.Matthias Klose
2002-09-10fastjar.texi: New.Matthias Klose
2002-09-09jartool.c (mkdir): Define.Tom Tromey
2002-09-04re PR java/7830 (Off-by-one buffer overruns in fastjar tool)Tom Tromey
2002-06-03configure.in: Support cross-compiling.Geoffrey Keating
2002-03-18jartool.c (expand_options): Handle tar-style argument list with a leading "-".Bryce McKinlay
2002-02-24jar -C fixAnthony Green
2002-01-31jartool.c (main): NULL-terminate new_argv.Tom Tromey
2002-01-13Makefile.in: Rebuilt.Tom Tromey
2002-01-09For PR libgcj/5303:Tom Tromey
2002-01-03re PR bootstrap/5117 (irix6.5 bootstrap failure when using SGI's compiler)Craig Rodrigues
2002-01-03re PR bootstrap/5117 (irix6.5 bootstrap failure when using SGI's compiler)Craig Rodrigues
2001-10-17For PR java/4295:Tom Tromey
2001-10-12jatool.c (extract_jar): Account for null termination when determining whether...Bryce McKinlay
2001-08-28re PR java/3949 (fastjar exits success if @file not found)Alexandre Petit-Bianco
2001-08-27jartool.c (jarfile): Remove length limitation.Tom Tromey
2001-07-04Modified from patch by Julian Hall <jules@acris.co.uk>:Tom Tromey
2001-06-28re PR java/3441 (fastjar zlib)Tom Tromey
2001-05-17* Makefile.am (bin_PROGRAMS): Renamed from "fastjar" to "jar".Per Bothner
2001-05-03jartool.c (jt_strdup): New function.John David Anglin
2001-01-22Makefile.in: Rebuilt.Tom Tromey
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell
2000-12-28jartool.c (MAXPATHLEN): Provide if not defined.Robert Lipe
2000-12-15jargrep.c: Include getopt.h if it exists.Tom Tromey