summaryrefslogtreecommitdiff
path: root/fastjar/jartool.c
Commit message (Expand)AuthorAgeFilesLines
* jartool.c (make_manifest): Fix off-by-one bug when creating an empty MANIFEST...Andreas Tobler2004-01-071-2/+8
* re PR fastjar/9532 (jar -C flag is incompatible with Sun's (fastjar uses nonp...Nathanael Nerode2003-07-021-30/+31
* re PR fastjar/9532 (jar -C flag is incompatible with Sun's (fastjar uses nonp...Nathanael Nerode2003-06-151-14/+22
* jartool.c (extract_jar): Don't lseek to skip extra fields.Daiki Ueno2003-01-311-7/+9
* jartool.c (list_jar): Terminate the 'ascii_date' buffer with a '\0' to guard ...Ranjit Mathew2003-01-211-1/+3
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-9/+2
* jartool.c (extract_jar): Use "open" with O_BINARY instead of "creat" to creat...Ranjit Mathew2002-11-221-1/+2
* jartool.c (add_to_jar): Only compare file to jarfile if jarfile is non-NULL.Jakub Jelinek2002-11-101-2/+3
* * jartool.c: Use mode 0666 when opening new file.Tom Tromey2002-10-201-2/+1
* jartool.c (mkdir): Define.Tom Tromey2002-09-091-0/+6
* re PR java/7830 (Off-by-one buffer overruns in fastjar tool)Tom Tromey2002-09-041-2/+2
* jartool.c (expand_options): Handle tar-style argument list with a leading "-".Bryce McKinlay2002-03-181-3/+14
* jar -C fixAnthony Green2002-02-241-4/+6
* jartool.c (main): NULL-terminate new_argv.Tom Tromey2002-01-311-1/+2
* For PR libgcj/5303:Tom Tromey2002-01-091-68/+175
* re PR bootstrap/5117 (irix6.5 bootstrap failure when using SGI's compiler)Craig Rodrigues2002-01-031-4/+8
* jatool.c (extract_jar): Account for null termination when determining whether...Bryce McKinlay2001-10-121-2/+10
* re PR java/3949 (fastjar exits success if @file not found)Alexandre Petit-Bianco2001-08-281-1/+6
* jartool.c (jarfile): Remove length limitation.Tom Tromey2001-08-271-4/+12
* Modified from patch by Julian Hall <jules@acris.co.uk>:Tom Tromey2001-07-041-7/+18
* jartool.c (jt_strdup): New function.John David Anglin2001-05-031-3/+20
* jartool.c (MAXPATHLEN): Provide if not defined.Robert Lipe2000-12-281-2/+32
* Warning fixes:Kaveh R. Ghazi2000-12-141-32/+63
* * jartool.c (extract_jar): Use strchr, not index.Tom Tromey2000-12-131-5/+10
* fastjar: Imported.Alexandre Petit-Bianco2000-12-081-0/+1757