Commit Graph

9 Commits

Author SHA1 Message Date
Bryce McKinlay ac43be7309 jatool.c (extract_jar): Account for null termination when determining whether to expand "filename".
* jatool.c (extract_jar): Account for null termination when
	determining whether to expand "filename".

From-SVN: r46220
2001-10-12 01:49:42 +01:00
Alexandre Petit-Bianco 51a25585ff re PR java/3949 (fastjar exits success if @file not found)
2001-08-28  Alexandre Petit-Bianco  <apbianco@redhat.com>

	* jartool.c (add_to_jar): Return 1 if `stat' initialy failed.
	Fixes PR java/3949.

(http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01641.html)

From-SVN: r45250
2001-08-28 18:35:32 -07:00
Tom Tromey c5bb59c118 jartool.c (jarfile): Remove length limitation.
* jartool.c (jarfile): Remove length limitation.
	(main): Use jt_strdup when initializing jarfile.

From-SVN: r45217
2001-08-27 23:09:37 +00:00
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