Tom Tromey 93d627acaa ZipInputStream.java (fill): New method.
* java/util/zip/ZipInputStream.java (fill): New method.
	(compressed_len): New instance variable.
	(getNextStream): Set it.
	(read): Reset inflater on EOF.  Only read via `super' if entry is
	deflated.
	(skip): Only skip via `super' if entry is deflated.
	* java/util/zip/Deflater.java (last_input_count): Removed.
	* java/util/zip/natDeflater.cc (deflate): Return 0 if input array
	is length 0.
	(needsInput): Don't use last_input_count.
	(setInput): Don't set last_input_count.
	* java/util/zip/natInflater.cc (getRemaining): Return correct
	result.
	(inflate): Return 0 if input array is length 0.
	(setInput): Don't set last_input_count.
	* java/util/zip/Inflater.java (last_input_count): Removed.

From-SVN: r27105
1999-05-22 18:08:46 +00:00
1999-04-06 21:36:42 -06:00
1999-05-22 07:38:13 -07:00
1999-04-06 22:24:20 -06:00
1998-07-18 15:48:44 +00:00
1999-05-19 20:27:28 -06:00
1999-05-19 20:27:28 -06:00
1999-05-19 20:27:28 -06:00
1999-05-19 20:27:28 -06:00
1999-05-19 20:27:28 -06:00
1999-05-10 08:05:43 +00:00
1997-09-04 09:49:02 -06:00
1999-05-22 15:41:47 +10:00
1999-04-11 17:00:24 -06:00
1999-05-22 15:41:47 +10:00
1997-08-21 18:57:35 -04:00
1998-02-23 14:57:23 -07:00
1999-05-14 20:15:03 -06:00
1997-08-21 18:57:35 -04:00
1997-08-21 18:57:35 -04:00

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.


Check the INSTALL directory for detailed configuration and installation
instructions.


Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.
S
Description
Yggdrasil port of the GNU Compiler Collection
Readme 978 MiB
Languages
C++ 33%
C 27.4%
Ada 13%
Go 7.1%
D 7%
Other 12.1%