jartool.c (make_manifest): Fix off-by-one bug when creating an empty MANIFEST.MF.
[gcc.git] / fastjar / jartool.c
2004-01-07 Andreas Toblerjartool.c (make_manifest): Fix off-by-one bug when...
2003-07-02 Nathanael Nerodere PR fastjar/9532 (jar -C flag is incompatible with...
2003-06-15 Nathanael Nerodere PR fastjar/9532 (jar -C flag is incompatible with...
2003-01-31 Daiki Uenojartool.c (extract_jar): Don't lseek to skip extra...
2003-01-21 Ranjit Mathewjartool.c (list_jar): Terminate the 'ascii_date' buffer...
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-11-22 Ranjit Mathewjartool.c (extract_jar): Use "open" with O_BINARY inste...
2002-11-10 Jakub Jelinekjartool.c (add_to_jar): Only compare file to jarfile...
2002-10-20 Tom Tromey* jartool.c: Use mode 0666 when opening new file.
2002-09-09 Tom Tromeyjartool.c (mkdir): Define.
2002-09-04 Tom Tromeyre PR java/7830 (Off-by-one buffer overruns in fastjar...
2002-03-18 Bryce McKinlayjartool.c (expand_options): Handle tar-style argument...
2002-02-24 Anthony Greenjar -C fix
2002-01-31 Tom Tromeyjartool.c (main): NULL-terminate new_argv.
2002-01-09 Tom TromeyFor PR libgcj/5303:
2002-01-03 Craig Rodriguesre PR bootstrap/5117 (irix6.5 bootstrap failure when...
2001-10-12 Bryce McKinlayjatool.c (extract_jar): Account for null termination...
2001-08-29 Alexandre Petit... re PR java/3949 (fastjar exits success if @file not...
2001-08-27 Tom Tromeyjartool.c (jarfile): Remove length limitation.
2001-07-04 Tom TromeyModified from patch by Julian Hall <jules@acris.co...
2001-05-03 John David Anglinjartool.c (jt_strdup): New function.
2000-12-28 Robert Lipejartool.c (MAXPATHLEN): Provide if not defined.
2000-12-14 Kaveh R. GhaziWarning fixes:
2000-12-13 Tom Tromey* jartool.c (extract_jar): Use strchr, not index.
2000-12-09 Alexandre Petit... fastjar: Imported.