summaryrefslogtreecommitdiffstats
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-20 06:05:04 +0000
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-20 06:05:04 +0000
commit3a3b655bdfd8b1655b2fb03ce4d742117a96705e (patch)
tree299c11c27a0bdee12676f0fa833c032c9a885cc7 /libjava/ChangeLog
parentb1fef53a94dcbf468b2280fe532ca431c9b2c72e (diff)
downloadppe42-gcc-3a3b655bdfd8b1655b2fb03ce4d742117a96705e.tar.gz
ppe42-gcc-3a3b655bdfd8b1655b2fb03ce4d742117a96705e.zip
2005-04-20 Sven de Marothy <sven@physto.se>
* java/nio/ByteBufferImpl.java: (putChar): Inlined for speed. (put, get): Bulk methods can use arraycopy. * java/nio/CharBufferImpl.java: (put, get): Bulk methods can use arraycopy. 2005-04-20 Jeroen Frijters <jeroen@frijters.net> * java/nio/ByteBufferImpl.java (get(), put(byte)): Inlined checks and field updates. * java/nio/CharBufferImpl.java (CharBufferImpl(CharBufferImpl)): Copy array_offset field. (get(), put(char)): Inlined checks and field updates. Fixed to take array_offset into account. (get(int), put(int, char)): Fixed to take array_offset into account. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98445 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 203ea973054..0270724fbe0 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,5 +1,23 @@
2005-04-20 Sven de Marothy <sven@physto.se>
+ * java/nio/ByteBufferImpl.java:
+ (putChar): Inlined for speed.
+ (put, get): Bulk methods can use arraycopy.
+ * java/nio/CharBufferImpl.java:
+ (put, get): Bulk methods can use arraycopy.
+
+2005-04-20 Jeroen Frijters <jeroen@frijters.net>
+
+ * java/nio/ByteBufferImpl.java (get(), put(byte)): Inlined checks
+ and field updates.
+ * java/nio/CharBufferImpl.java
+ (CharBufferImpl(CharBufferImpl)): Copy array_offset field.
+ (get(), put(char)): Inlined checks and field updates. Fixed to
+ take array_offset into account.
+ (get(int), put(int, char)): Fixed to take array_offset into account.
+
+2005-04-20 Sven de Marothy <sven@physto.se>
+
* java/text/SimpleDateFormat.java:
(formatWithAttribute): Pad year before truncating digits.
OpenPOWER on IntegriCloud