summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-07-21 22:41:52 +0000
committerTom Tromey <tromey@redhat.com>2006-07-21 22:41:52 +0000
commitee82dd6eae151a860dff851492809c46b3818796 (patch)
tree99c43bf9af5fcd7ac50d072b46604509c7277418 /ChangeLog
parent70d3ca5f03432c9893f4231b9037138e2c5f79d4 (diff)
downloadclasspath-ee82dd6eae151a860dff851492809c46b3818796.tar.gz
2006-07-21 Carsten Neumann <cn-develop@gmx.net>
* java/util/CopyOnWriteArrayList.java (indexOf(E, int)): New method. (lastIndexOf(E, int)): Likewise. (add(E)): Increase the size of newData array by one. (add(int, E)): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f84cf6c06..0bdf06ee4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-07-21 Carsten Neumann <cn-develop@gmx.net>
+
+ * java/util/CopyOnWriteArrayList.java (indexOf(E, int)): New method.
+ (lastIndexOf(E, int)): Likewise.
+ (add(E)): Increase the size of newData array by one.
+ (add(int, E)): Likewise.
+
2006-07-16 Andrew John Hughes <gnu_andrew@member.fsf.org>
* javax/management/MBeanInfo.java: