gcc/libjava ChangeLog java/nio/ByteBuffer.java ...
tromey@gcc.gnu.org
tromey@gcc.gnu.org
Thu Feb 13 16:49:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: tromey@gcc.gnu.org 2003-02-13 16:49:03
Modified files:
libjava : ChangeLog
libjava/java/nio: ByteBuffer.java CharBuffer.java
Log message:
2003-02-13 Michael Koch <konqueror@gmx.de>
* java/nio/ByteBuffer.java
(endian): New member variable.
(get): New methods.
(equals): New method.
(compareTo): New method.
(order): New methods.
(compact): New method.
(isDirect): New method.
(slice): New method.
(duplicate): New method.
(asReadOnlyBuffer): New method.
(asCharBuffer): New method.
(asDoubleBuffer): New method.
(asFloatBuffer): New method.
(asIntBuffer): New method.
(asLongBuffer): New method.
(asShortBuffer): New method.
(get*): New methods.
(put*): New methods.
(toString): New method.
* java/nio/CharBuffer.java
(CharBuffer): Implement Comparable instead of Cloneable.
(get): May not be final.
(put): May not be final.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1594.2.89&r2=1.1594.2.90
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/nio/ByteBuffer.java.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3.4.3&r2=1.3.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/nio/CharBuffer.java.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1.16.3&r2=1.1.16.4
More information about the Gcc-cvs
mailing list