Tom Tromey
|
72ea889aa5
|
Modified from patch by Julian Hall <jules@acris.co.uk>:
* jartool.c (errno): Conditionally declare.
(O_BINARY): Conditionally define.
(main): Use open, not creat. Use O_BINARY everywhere.
(make_manifest): Use O_BINARY.
(add_to_jar): Likewise.
From-SVN: r43766
|
2001-07-04 18:33:53 +00:00 |
|
John David Anglin
|
0ee6e0a9ab
|
jartool.c (jt_strdup): New function.
* jartool.c (jt_strdup): New function.
(get_next_arg): Use jt_strdup instead of strdup.
From-SVN: r41815
|
2001-05-03 21:40:47 +00:00 |
|
Robert Lipe
|
347d73aac2
|
jartool.c (MAXPATHLEN): Provide if not defined.
2000-12-28 Robert Lipe <robertl@sco.com>
* jartool.c (MAXPATHLEN): Provide if not defined.
From-SVN: r38515
|
2000-12-28 21:47:37 +00:00 |
|
Kaveh R. Ghazi
|
990bee10e7
|
Warning fixes:
* compress.c: Include stdlib.h and compress.h.
(rcsid): Delete.
(report_str_error): Make static.
(ez_inflate_str): Delete unused variable. Add parens in if-stmt.
(hrd_inflate_str): Likewise.
* compress.h (init_compression, end_compression, init_inflation,
end_inflation): Prototype void arguments.
* dostime.c (rcsid): Delete.
* jargrep.c: Include ctype.h, stdlib.h, zlib.h and compress.h.
Make functions static. Cast ctype function argument to `unsigned
char'. Add parens in if-stmts. Constify.
(Usage): Change into a macro.
(jargrep): Remove unused parameter.
* jartool.c: Constify. Add parens in if-stmts. Align
signed/unsigned char pointers in functions calls using casts.
(rcsid): Delete.
(list_jar): Fix printf format specifier.
(usage): Chop long string into bits. Reformat.
* pushback.c (rcsid): Delete.
From-SVN: r38254
|
2000-12-14 18:45:35 +00:00 |
|
Tom Tromey
|
b114d8ed2e
|
* jartool.c (extract_jar): Use strchr, not index.
From-SVN: r38225
|
2000-12-13 18:11:57 +00:00 |
|
Alexandre Petit-Bianco
|
bd8757b313
|
fastjar: Imported.
2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
* fastjar: Imported.
From-SVN: r38145
|
2000-12-08 19:08:23 -08:00 |
|