97b8365caf 
								
							 
						 
						
							
							
								
								Merged gcj-eclipse branch to trunk.  
							
							... 
							
							
							
							From-SVN: r120621 
							
						 
						
							2007-01-09 19:58:05 +00:00  
				
					
						
							
							
								 
						
							
								ea725d4524 
								
							 
						 
						
							
							
								
								re PR libgcj/25713 (GZIPOutputStream bad checksum)  
							
							... 
							
							
							
							libjava
	PR libgcj/25713:
	* java/util/zip/Deflater.java (flush): New method.
	* sources.am, Makefile.in: Rebuilt.
	* java/util/zip/DeflaterOutputStream.java: Removed.
	* java/util/zip/InflaterInputStream.java: Likewise.
	* java/util/zip/GZIPInputStream.java: Likewise.
	* java/util/zip/GZIPOutputStream.java: Likewise.
libjava/classpath
	For PR libgcj/25713:
	* java/util/zip/InflaterInputStream.java (read): Replaced with
	libgcj implementation.
From-SVN: r111949 
							
						 
						
							2006-03-10 23:09:23 +00:00  
				
					
						
							
							
								 
						
							
								917b04f492 
								
							 
						 
						
							
							
								
								Update FSF address  
							
							... 
							
							
							
							From-SVN: r101453 
							
						 
						
							2005-06-30 03:22:09 +00:00  
				
					
						
							
							
								 
						
							
								6d0c7d7b6a 
								
							 
						 
						
							
							
								
								Deflater.java, [...]: Reformated and javadoc comments merged from classpath.  
							
							... 
							
							
							
							2004-02-05  Michael Koch  <konqueror@gmx.de>
	* java/util/zip/Deflater.java,
	java/util/zip/DeflaterOutputStream.java,
	java/util/zip/GZIPInputStream.java:
	Reformated and javadoc comments merged from classpath.
From-SVN: r77319 
							
						 
						
							2004-02-05 16:04:28 +00:00  
				
					
						
							
							
								 
						
							
								98ad580793 
								
							 
						 
						
							
							
								
								2003-05-27  Michael Koch  <konqueror@gmx.de>  
							
							... 
							
							
							
							* java/util/zip/Deflater.java
	(FILTERED): Merged documentation from classpath.
	* java/util/zip/DeflaterOutputStream.java
	(DeflaterOutputStream): Merged documentation and argument validity
	check from classpath.
	(deflate): Merged documentation from classpath.
	(finish): Likewise.
	* java/util/zip/Inflater.java
	(Inflater): Merged class documentation from classpath.
	(zstream): Reordered.
	(is_finished): Reordered.
	(dict_needed): Reordered.
	(Inflater): Reordered, merged documentation from classpath.
	(end): Likewise.
	(finalize): Merged documentation from classpath.
	(finished): Likewise.
	(getAdler): Likewise.
	(getRemaining): Likewise.
	(getTotalIn): Likewise.
	(getTotalOut): Likewise.
	(inflate): Likewise.
	(needsDictionary): Likewise.
	(needsInput): Likewise.
	(reset): Likewise.
	(setDictionary): Likewise.
	(setInput): Likewise.
From-SVN: r67185 
							
						 
						
							2003-05-27 06:34:29 +00:00  
				
					
						
							
							
								 
						
							
								8efaad2140 
								
							 
						 
						
							
							
								
								Deflater.java, [...]: Partly merged with classpath.  
							
							... 
							
							
							
							2003-04-29  Michael Koch  <konqueror@gmx.de>
	* java/util/zip/Deflater.java,
	java/util/zip/DeflaterOutputStream.java:
	Partly merged with classpath.
From-SVN: r66207 
							
						 
						
							2003-04-29 07:37:14 +00:00  
				
					
						
							
							
								 
						
							
								92aaa24628 
								
							 
						 
						
							
							
								
								Add license clarification.  
							
							... 
							
							
							
							From-SVN: r49104 
							
						 
						
							2002-01-22 22:40:42 +00:00  
				
					
						
							
							
								 
						
							
								465c091ce9 
								
							 
						 
						
							
							
								
								* java/util/zip/Deflater.java (update, init): Now private.  
							
							... 
							
							
							
							From-SVN: r38420 
							
						 
						
							2000-12-21 18:39:19 +00:00  
				
					
						
							
							
								 
						
							
								4f21aedbf4 
								
							 
						 
						
							
							
								
								* java/util/zip/*.java: Javadoc and copyright updates.  
							
							... 
							
							
							
							From-SVN: r37526 
							
						 
						
							2000-11-17 21:42:28 +00:00  
				
					
						
							
							
								 
						
							
								2ba5f77454 
								
							 
						 
						
							
							
								
								All files: Updated copyright information.  
							
							... 
							
							
							
							* All files: Updated copyright information.
	* COPYING: New file.
	* COPYING.LIB: Removed.
	* LIBGCJ_LICENSE: We now use GPL + special exception.
From-SVN: r32387 
							
						 
						
							2000-03-07 19:55:28 +00:00  
				
					
						
							
							
								 
						
							
								7c734b1758 
								
							 
						 
						
							
							
								
								* All files: Updated copyright to reflect Cygnus purchase.  
							
							... 
							
							
							
							From-SVN: r31504 
							
						 
						
							2000-01-19 18:39:27 +00:00  
				
					
						
							
							
								 
						
							
								05dfd09c0c 
								
							 
						 
						
							
							
								
								DatagramSocketImpl.java (localPort): Fixed typo to match JDK.  
							
							... 
							
							
							
							* java/net/DatagramSocketImpl.java (localPort): Fixed typo to match JDK.
	* java/net/natPlainDatagramSocketImpl.cc (bind): ditto.
	* java/text/ChoiceFormat.java (nextDouble(double, boolean)): Method
	is not final per JDK.
	* java/util/PropertyResourceBundle.java (handleGetObject): Method is
	public per JDK.
	* java/util/zip/DataFormatException.java: Class extends Exception.
	* java/util/zip/Deflater.java (finalize): Method is protected per JDK.
	* java/util/zip/ZipEntry.java: Class implements ZipConstants.
	* java/util/zip/ZipInputStream.java: ditto.
	(closeEntry): Changed method name to match JDK spec.
From-SVN: r27717 
							
						 
						
							1999-06-23 12:24:59 +00:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								0ffac8322f 
								
							 
						 
						
							
							
								
								ZipOutputStream.java (level): Initial value is Deflater.DEFAULT_COMPRESSION.  
							
							... 
							
							
							
							* java/util/zip/ZipOutputStream.java (level): Initial value is
	Deflater.DEFAULT_COMPRESSION.
	(close): New method.
	(closeEntry): Likewise.
	(finish): Likewise.
	(put_version): Likewise.
	(write_entry): Likewise.
	(put2, put4): Now return `int'.
	(comment): Default to empty string.
	(bytes_written): New instance variable.
	(chain): Likewise.
	* java/util/zip/ZipEntry.java (setComment): Limit length of
	comment string.
	(setCrc): Check CRC validity.
	(setExtra): Check argument validity.
	(setMethod): Likewise.
	(setSize): Likewise.
	(ZipEntry): Likewise.
	* include/javaprims.h: Updated namespace declarations.
	* Makefile.in: Rebuilt.
	* Makefile.am (ordinary_java_source_files): Mention new files.
	(nat_source_files): Likewise.
	* java/util/zip/ZipFile.java (readu2): Throw ZipException, not
	EOFException.
	(read4): Likewise.
	(getInputStream): Handle compressed entries.
	* java/util/zip/GZIPOutputStream.java: New file.
	* java/util/zip/GZIPInputStream.java: New file.
	* java/util/zip/DataFormatException.java: New file.
	* java/util/zip/CheckedInputStream.java: New file.
	* java/util/zip/CheckedOutputStream.java: New file.
	* java/util/zip/InflaterInputStream.java: Implemented.
	* java/util/zip/natInflater.cc: New file.
	* java/util/zip/Deflater.java: Implemented.
	* java/util/zip/natDeflater.cc: New file.
	* java/util/zip/DeflaterOutputStream.java: Implemented.
	* java/util/zip/ZipInputStream.java (closeZipEntry): Throw
	ZipException, not IOException.
	* java/util/zip/ZipFile.java (readDirectory): Throw ZipException,
	not IOException.
From-SVN: r26996 
							
						 
						
							1999-05-18 15:33:03 +00:00  
				
					
						
							
							
								 
						
							
								ee9dd3721b 
								
							 
						 
						
							
							
								
								Initial revision  
							
							... 
							
							
							
							From-SVN: r26263 
							
						 
						
							1999-04-07 14:42:40 +00:00