summaryrefslogtreecommitdiff
path: root/libjava/classpath/ChangeLog
diff options
context:
space:
mode:
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-27 17:28:08 +0000
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-27 17:28:08 +0000
commita5090a34f55b9c13775844b9b70e8bc41e2aab03 (patch)
tree80beb6a6626fd922b0c49b8d3ddd5f5734887d92 /libjava/classpath/ChangeLog
parent6861ea448041942cb26ca22854d1d34907682a4f (diff)
downloadgcc-a5090a34f55b9c13775844b9b70e8bc41e2aab03.tar.gz
2010-04-27 Andrew Haley <aph@redhat.com>
* java/util/concurrent/CopyOnWriteArrayList.java: Fix for empty list. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158790 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/ChangeLog')
-rw-r--r--libjava/classpath/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libjava/classpath/ChangeLog b/libjava/classpath/ChangeLog
index f98d1c95b1e..1db1158ff9a 100644
--- a/libjava/classpath/ChangeLog
+++ b/libjava/classpath/ChangeLog
@@ -1,5 +1,10 @@
2010-04-27 Andrew Haley <aph@redhat.com>
+ * java/util/concurrent/CopyOnWriteArrayList.java: Fix for empty
+ list.
+
+2010-04-27 Andrew Haley <aph@redhat.com>
+
* gnu/javax/print/ipp/IppResponse.java (parseAttributes): Handle
IppValueTag.UNKNOWN.
* gnu/javax/print/ipp/IppRequest.java (writeOperationAttributes):