summaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-03 23:50:03 +0000
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-03 23:50:03 +0000
commitc3db176afa2ff0afa4d502ac46ba37a995ef342b (patch)
tree8da6fb814250474a55396eab60ccc38d2dedbe09 /libjava/ChangeLog
parent8f0037668ed1962eaed036e2f7e1e20fdef419a0 (diff)
downloadgcc-c3db176afa2ff0afa4d502ac46ba37a995ef342b.tar.gz
* java/nio/channels/Channels.java (newInputStream, newOutputStream):
Optimize when argument is a FileChannelImpl. (newInputStream(FileChannelImpl), newOutputStream(FileChannelImpl)): New native methods. * java/nio/channels/natChannels.cc: New file for new native methods. * Makefile.am: Update accordingly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78867 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index edc170fb2c9..8e3603bd53e 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,12 @@
+2004-03-03 Per Bothner <per@bothner.com>
+
+ * java/nio/channels/Channels.java (newInputStream, newOutputStream):
+ Optimize when argument is a FileChannelImpl.
+ (newInputStream(FileChannelImpl), newOutputStream(FileChannelImpl)):
+ New native methods.
+ * java/nio/channels/natChannels.cc: New file for new native methods.
+ * Makefile.am: Update accordingly.
+
2004-03-02 Jan Hubicka <jh@suse.cz>
* configure.host: Pass -fno-omit-frame-pointer for i386.
@@ -8,15 +17,6 @@
* java/lang/natPosixProcess.cc (startProcess): Fix thinko.
-2004-03-01 Per Bothner <per@bothner.com>
-
- * java/nio/channels/Channels.java (newInputStream, newOutputStream):
- Optimize when argument is a FileChannelImpl.
- (newInputStream(FileChannelImpl), newOutputStream(FileChannelImpl)):
- New native methods.
- * java/nio/channels/natChannels.cc: New file for new native methods.
- * Makefile.am: Update accordingly.
-
2004-02-29 Per Bothner <per@bothner.com>
* java/nio/channels/FileChannelImpl.java: Moved to package