aboutsummaryrefslogtreecommitdiff
path: root/fastjar/jartool.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-02re PR fastjar/9532 (jar -C flag is incompatible with Sun's (fastjar uses nonp...Nathanael Nerode1-30/+31
2003-06-15re PR fastjar/9532 (jar -C flag is incompatible with Sun's (fastjar uses nonp...Nathanael Nerode1-14/+22
2003-01-31jartool.c (extract_jar): Don't lseek to skip extra fields.Daiki Ueno1-7/+9
2003-01-21jartool.c (list_jar): Terminate the 'ascii_date' buffer with a '\0' to guard ...Ranjit Mathew1-1/+3
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-9/+2
2002-11-22jartool.c (extract_jar): Use "open" with O_BINARY instead of "creat" to creat...Ranjit Mathew1-1/+2
2002-11-10jartool.c (add_to_jar): Only compare file to jarfile if jarfile is non-NULL.Jakub Jelinek1-2/+3
2002-10-20* jartool.c: Use mode 0666 when opening new file.Tom Tromey1-2/+1
2002-09-09jartool.c (mkdir): Define.Tom Tromey1-0/+6
2002-09-04re PR java/7830 (Off-by-one buffer overruns in fastjar tool)Tom Tromey1-2/+2
2002-03-18jartool.c (expand_options): Handle tar-style argument list with a leading "-".Bryce McKinlay1-3/+14
2002-02-24jar -C fixAnthony Green1-4/+6
2002-01-31jartool.c (main): NULL-terminate new_argv.Tom Tromey1-1/+2
2002-01-09For PR libgcj/5303:Tom Tromey1-68/+175
2002-01-03re PR bootstrap/5117 (irix6.5 bootstrap failure when using SGI's compiler)Craig Rodrigues1-4/+8
2001-10-12jatool.c (extract_jar): Account for null termination when determining whether...Bryce McKinlay1-2/+10
2001-08-28re PR java/3949 (fastjar exits success if @file not found)Alexandre Petit-Bianco1-1/+6
2001-08-27jartool.c (jarfile): Remove length limitation.Tom Tromey1-4/+12
2001-07-04Modified from patch by Julian Hall <jules@acris.co.uk>:Tom Tromey1-7/+18
2001-05-03jartool.c (jt_strdup): New function.John David Anglin1-3/+20
2000-12-28jartool.c (MAXPATHLEN): Provide if not defined.Robert Lipe1-2/+32
2000-12-14Warning fixes:Kaveh R. Ghazi1-32/+63
2000-12-13* jartool.c (extract_jar): Use strchr, not index.Tom Tromey1-5/+10
2000-12-08fastjar: Imported.Alexandre Petit-Bianco1-0/+1757