gcc/libjava/gnu/java
Michael Koch ac7edc01e8 2002-11-29 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/ByteBufferImpl.java
	(ByteBufferImpl): Moved position() after limit.
	(nio_*): Use native implementation.
	* gnu/java/nio/CharBufferImpl.java:
	Reformated.
	(endian): New member variable string endianess of buffer.
	(CharBufferImpl): Moved position() after limit.
	(nio_*): Use native implementation.
	(subSequence): Implemented.
	* gnu/java/nio/DoubleBufferImpl.java
	(DoubleBufferImpl): Moved position() after limit.
	(nio_*): Use native implementation.
	* gnu/java/nio/FloatBufferImpl.java
	Reformated.
	(FloatBufferImpl): Moved position() after limit.
	(nio_*): Use native implementation.
	* gnu/java/nio/IntBufferImpl.java
	Added needed imports, Reformated.
	(IntBufferImpl): Moved position() after limit.
	(nio_*): Use native implementation.
	* gnu/java/nio/LongBufferImpl.java
	Reformated.
	(LongBufferImpl): Moved position() after limit.
	(nio_*): Use native implementation.
	* gnu/java/nio/ShortBufferImpl.java
	Reformated.
	(ShortBufferImpl): Moved position() after limit.
	(nio_*): Use native implementation.

From-SVN: r59624
2002-11-29 07:50:46 +00:00
..
awt More AWT/Swing merge from GNU Classpath. 2002-08-09 05:32:43 +01:00
beans [multiple changes] 2002-03-24 21:32:14 +00:00
io Add license clarification. 2002-01-22 22:40:42 +00:00
lang Add Proxy support. 2002-09-30 05:19:09 +00:00
locale Add license clarification. 2002-01-22 22:40:42 +00:00
math Add license clarification. 2002-01-22 22:40:42 +00:00
nio 2002-11-29 Michael Koch <konqueror@gmx.de> 2002-11-29 07:50:46 +00:00
rmi backport: MarshalledObject.java (equals): Check hashcode first. 2002-11-07 18:01:05 +00:00
security SHA.java (engineGetDigestLength): Return 20. 2002-11-05 04:12:04 +00:00
text SentenceBreakIterator.java (next): Skip all java white space characters. 2002-05-12 01:11:18 +00:00
util Merge JDK 1.4 java.security changes from classpath. 2002-05-24 12:57:40 +01:00