gcc/libjava/java
Michael Koch 3b6b673dab 2003-05-13 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/ByteBufferImpl.java
	(ByteBufferImpl): All constructors revised.
	(slice): Reimplemented.
	(duplicate): Reimplemented.
	(asReadOnlyBuffer): Reimplemented.
	* java/nio/ByteBuffer.java:
	Reformatted.
	(array_offset): Renamed from "offset" to match all other buffer
	classes.
	(ByteBuffer): All constructors revised.
	(allocateDirect): Implemented.
	(allocate): New implementation, documentation reworked.
	(wrap): Likewise.
	(get): Documentation reworked.
	(put): New implementation, documentation reworked.
	(hasArray): Documentation reworked.
	(arrayOffset): Likewise.
	(hashCode): Likewise.
	(equals): Likewise.
	(compareTo): Likewise.
	(order): Likewise.
	(compact): Likewise.
	(isDirect): Likewise.
	(slice): Likewise.
	(duplicate): Likewise.
	(asReadOnlyBuffer): Likewise.
	* Makefile.am
	(ordinary_java_source_files):
	Added gnu/java/nio/DirectByteBufferImpl.java.
	(nat_source_files):
	Added gnu/java/nio/natDirectByteBufferImpl.cc.
	* Makefile.in: Regenerated.

From-SVN: r66749
2003-05-13 06:04:19 +00:00
..
applet AppletContext.java: Fix typo and remove redundant modifiers. 2002-11-14 20:35:27 +00:00
awt 2003-04-29 Michael Koch <konqueror@gmx.de> 2003-04-29 07:51:46 +00:00
beans BeanContextEvent.java: Reformated. 2003-03-24 08:24:29 +00:00
io 2003-05-09 Michael Koch <konqueror@gmx.de> 2003-05-09 07:10:58 +00:00
lang re PR libgcj/10582 (array assignment fails in some situations) 2003-05-01 21:36:18 +00:00
math BigInteger.java (probablePrime): New. 2003-04-19 19:26:41 +00:00
net 2003-05-09 Michael Koch <konqueror@gmx.de> 2003-05-09 07:11:11 +00:00
nio 2003-05-13 Michael Koch <konqueror@gmx.de> 2003-05-13 06:04:19 +00:00
rmi 2003-03-31 Michael Koch <konqueror@gmx.de> 2003-03-31 11:07:24 +00:00
security Identity.java, [...]: New versions from classpath. 2003-05-10 07:12:48 +00:00
sql Date.java, [...]: New versions from Classpath. 2003-04-19 21:17:50 +00:00
text 2003-04-30 Michael Koch <konqueror@gmx.de> 2003-04-30 13:22:45 +00:00
util 2003-04-30 Michael Koch <konqueror@gmx.de> 2003-04-30 08:57:04 +00:00