aboutsummaryrefslogtreecommitdiff
path: root/fastjar
AgeCommit message (Expand)AuthorFilesLines
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
2002-09-04re PR java/7830 (Off-by-one buffer overruns in fastjar tool)Tom Tromey2-2/+8
2002-06-03configure.in: Support cross-compiling.Geoffrey Keating4-260/+351
2002-03-18jartool.c (expand_options): Handle tar-style argument list with a leading "-".Bryce McKinlay2-3/+19
2002-02-24jar -C fixAnthony Green2-4/+10
2002-01-31jartool.c (main): NULL-terminate new_argv.Tom Tromey2-1/+7
2002-01-13Makefile.in: Rebuilt.Tom Tromey3-55/+25
2002-01-09For PR libgcj/5303:Tom Tromey10-222/+580
2002-01-03re PR bootstrap/5117 (irix6.5 bootstrap failure when using SGI's compiler)Craig Rodrigues1-0/+2
2002-01-03re PR bootstrap/5117 (irix6.5 bootstrap failure when using SGI's compiler)Craig Rodrigues10-179/+218
2001-10-17For PR java/4295:Tom Tromey4-63/+168
2001-10-12jatool.c (extract_jar): Account for null termination when determining whether...Bryce McKinlay2-2/+15
2001-08-28re PR java/3949 (fastjar exits success if @file not found)Alexandre Petit-Bianco2-1/+11
2001-08-27jartool.c (jarfile): Remove length limitation.Tom Tromey2-4/+17
2001-07-04Modified from patch by Julian Hall <jules@acris.co.uk>:Tom Tromey2-7/+27
2001-06-28re PR java/3441 (fastjar zlib)Tom Tromey3-86/+168
2001-05-17* Makefile.am (bin_PROGRAMS): Renamed from "fastjar" to "jar".Per Bothner3-15/+19
2001-05-03jartool.c (jt_strdup): New function.John David Anglin2-3/+25
2001-01-22Makefile.in: Rebuilt.Tom Tromey3-12/+19
2001-01-10output.h (make_function_rtl): Remove prototype.Mark Mitchell1-1/+1
2000-12-28jartool.c (MAXPATHLEN): Provide if not defined.Robert Lipe2-2/+37
2000-12-15jargrep.c: Include getopt.h if it exists.Tom Tromey6-90/+177
2000-12-14configure.in (fastjar_warn_cflags): Set when using gcc.Kaveh R. Ghazi5-57/+79
2000-12-14Warning fixes:Kaveh R. Ghazi7-85/+181
2000-12-13* jartool.c (extract_jar): Use strchr, not index.Tom Tromey2-5/+14
2000-12-11install-defs.sh: Removed.Alexandre Petit-Bianco2-7/+4
2000-12-10[multiple changes]Alexandre Petit-Bianco4-97/+29
2000-12-08fastjar: Imported.Alexandre Petit-Bianco31-0/+7357