2004-09-27 Michael Koch <konqueror@gmx.de>
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Sep 2004 09:27:28 +0000 (09:27 +0000)
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Sep 2004 09:27:28 +0000 (09:27 +0000)
commit88c6eca40d3b769777f9dc6949ce45f02a75da61
treef26f4216e9089da5b212324c0917296cf311e61a
parent4281d31698b0605f8481629fddb8f808f24d8993
2004-09-27  Michael Koch  <konqueror@gmx.de>

* java/io/BufferedInputStream.java
(BufferedInputStream): Added Jeroen Frijters to authors.
(count): Don't explicitely initialize with default value.
(pos): Likewise.
(marklimit): Likewise.
(read): Changed boolean expression to match GNU classpath' version.
(reset): Add proper message to exception.
(skip): Check for closed stream.
(refill): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88167 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/java/io/BufferedInputStream.java