<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gcc.git/libjava/java/util/zip/GZIPOutputStream.java, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/'/>
<entry>
<title>re PR libgcj/25713 (GZIPOutputStream bad checksum)</title>
<updated>2006-03-10T23:09:23+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tromey@redhat.com</email>
</author>
<published>2006-03-10T23:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=ea725d4524db8fa1bc593f5aa0e297a01ab721f3'/>
<id>ea725d4524db8fa1bc593f5aa0e297a01ab721f3</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Update FSF address</title>
<updated>2005-06-30T03:22:09+00:00</updated>
<author>
<name>Kelley Cook</name>
<email>kcook@gcc.gnu.org</email>
</author>
<published>2005-06-30T03:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=917b04f4923bdb692362b09ce5c4730d073c4c00'/>
<id>917b04f4923bdb692362b09ce5c4730d073c4c00</id>
<content type='text'>
From-SVN: r101453
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From-SVN: r101453
</pre>
</div>
</content>
</entry>
<entry>
<title>2004-07-30  Michael Koch  &lt;konqueror@gmx.de&gt;</title>
<updated>2004-07-30T17:00:34+00:00</updated>
<author>
<name>Michael Koch</name>
<email>konqueror@gmx.de</email>
</author>
<published>2004-07-30T17:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=f370ef24f4b9b6d3f80f329b42994348e606efe7'/>
<id>f370ef24f4b9b6d3f80f329b42994348e606efe7</id>
<content type='text'>
	* java/util/zip/GZIPInputStream.java
	(GZIPInputStream): Increase buffer size to 4k.
	* java/util/zip/GZIPOutputStream.java
	(GZIPOutputStream): Likewise.
	* java/util/zip/Inflater.java
	(setInput): Merged formating with GNU classpath.
	* java/util/zip/InflaterInputStream.java
	(InflaterInputStream): Increase buffer size to 4k.
	(fill): Throw exception if stream ends early.
	(read): Merged endless-loop with GNU classpath.
	(skip): Increase buffer size to 2k.

From-SVN: r85340
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* java/util/zip/GZIPInputStream.java
	(GZIPInputStream): Increase buffer size to 4k.
	* java/util/zip/GZIPOutputStream.java
	(GZIPOutputStream): Likewise.
	* java/util/zip/Inflater.java
	(setInput): Merged formating with GNU classpath.
	* java/util/zip/InflaterInputStream.java
	(InflaterInputStream): Increase buffer size to 4k.
	(fill): Throw exception if stream ends early.
	(read): Merged endless-loop with GNU classpath.
	(skip): Increase buffer size to 2k.

From-SVN: r85340
</pre>
</div>
</content>
</entry>
<entry>
<title>DeflaterOutputStream.java, [...]: Reformatted.</title>
<updated>2004-07-09T15:22:19+00:00</updated>
<author>
<name>Michael Koch</name>
<email>konqueror@gmx.de</email>
</author>
<published>2004-07-09T15:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=d642571f32e52d00e0a287c6238dd5d9faeea82d'/>
<id>d642571f32e52d00e0a287c6238dd5d9faeea82d</id>
<content type='text'>
2004-07-09  Michael Koch  &lt;konqueror@gmx.de&gt;

	* java/util/zip/DeflaterOutputStream.java,
	java/util/zip/GZIPInputStream.java,
	java/util/zip/GZIPOutputStream.java,
	java/util/zip/InflaterInputStream.java:
	Reformatted. Added javadocs. Reordered all stuff.
	Renamed variables to be more clear.

From-SVN: r84380
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004-07-09  Michael Koch  &lt;konqueror@gmx.de&gt;

	* java/util/zip/DeflaterOutputStream.java,
	java/util/zip/GZIPInputStream.java,
	java/util/zip/GZIPOutputStream.java,
	java/util/zip/InflaterInputStream.java:
	Reformatted. Added javadocs. Reordered all stuff.
	Renamed variables to be more clear.

From-SVN: r84380
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license clarification.</title>
<updated>2002-01-22T22:40:42+00:00</updated>
<author>
<name>Mark Wielaard</name>
<email>mark@klomp.org</email>
</author>
<published>2002-01-22T22:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=92aaa24628e7d30e5c14529415d79e9bbb0591dd'/>
<id>92aaa24628e7d30e5c14529415d79e9bbb0591dd</id>
<content type='text'>
From-SVN: r49104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From-SVN: r49104
</pre>
</div>
</content>
</entry>
<entry>
<title>re PR libgcj/4728 (java.util.zip.GZIPOutputStream.write(int) doesn't update CRC)</title>
<updated>2001-10-29T21:50:07+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tromey@redhat.com</email>
</author>
<published>2001-10-29T21:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=0db58ea45fcf5da5dc6d75b529be7e792b6763a4'/>
<id>0db58ea45fcf5da5dc6d75b529be7e792b6763a4</id>
<content type='text'>
	* java/util/zip/GZIPOutputStream.java (write(int)): New method.
	Fixes PR libgcj/4728.

From-SVN: r46618
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* java/util/zip/GZIPOutputStream.java (write(int)): New method.
	Fixes PR libgcj/4728.

From-SVN: r46618
</pre>
</div>
</content>
</entry>
<entry>
<title>* java/util/zip/*.java: Javadoc and copyright updates.</title>
<updated>2000-11-17T21:42:28+00:00</updated>
<author>
<name>Mark Wielaard</name>
<email>mark@klomp.org</email>
</author>
<published>2000-11-17T21:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=4f21aedbf4c7661626f49e7ca74ecc2a80892262'/>
<id>4f21aedbf4c7661626f49e7ca74ecc2a80892262</id>
<content type='text'>
From-SVN: r37526
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From-SVN: r37526
</pre>
</div>
</content>
</entry>
<entry>
<title>All files: Updated copyright information.</title>
<updated>2000-03-07T19:55:28+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tromey@cygnus.com</email>
</author>
<published>2000-03-07T19:55:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=2ba5f7745469a715f89382287ef9d40acabd4e9c'/>
<id>2ba5f7745469a715f89382287ef9d40acabd4e9c</id>
<content type='text'>
	* All files: Updated copyright information.
	* COPYING: New file.
	* COPYING.LIB: Removed.
	* LIBGCJ_LICENSE: We now use GPL + special exception.

From-SVN: r32387
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* All files: Updated copyright information.
	* COPYING: New file.
	* COPYING.LIB: Removed.
	* LIBGCJ_LICENSE: We now use GPL + special exception.

From-SVN: r32387
</pre>
</div>
</content>
</entry>
<entry>
<title>* All files: Updated copyright to reflect Cygnus purchase.</title>
<updated>2000-01-19T18:39:27+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tromey@cygnus.com</email>
</author>
<published>2000-01-19T18:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=7c734b1758d64874ebd9ea08180af0305f1b41e1'/>
<id>7c734b1758d64874ebd9ea08180af0305f1b41e1</id>
<content type='text'>
From-SVN: r31504
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From-SVN: r31504
</pre>
</div>
</content>
</entry>
<entry>
<title>GZIPOutputStream.java (write(byte[])): New method.</title>
<updated>1999-05-19T12:35:06+00:00</updated>
<author>
<name>Tom Tromey</name>
<email>tromey@cygnus.com</email>
</author>
<published>1999-05-19T12:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=2d40265fdac7070a37e22327fbe3fdf0a0927d65'/>
<id>2d40265fdac7070a37e22327fbe3fdf0a0927d65</id>
<content type='text'>
	* java/util/zip/GZIPOutputStream.java (write(byte[])): New
	method.

From-SVN: r27031
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* java/util/zip/GZIPOutputStream.java (write(byte[])): New
	method.

From-SVN: r27031
</pre>
</div>
</content>
</entry>
</feed>
