summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-06 00:23:49 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2008-06-06 00:23:49 +0000
commitf28c88e32f53e83ef1b386c97958066984d6a11f (patch)
tree98d710b752918402e66daaf14b425cc0e91a4bde /ChangeLog
parent1fa39147d72da64af6e348ec7c96264de4950bfc (diff)
downloadclasspath-f28c88e32f53e83ef1b386c97958066984d6a11f.tar.gz
2008-06-06 Andrew John Hughes <gnu_andrew@member.fsf.org>
* java/lang/Integer.java: (parseInt(String, int, boolean)): Disallow "-+".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a68f4aec..0c4087bac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-06-06 Andrew John Hughes <gnu_andrew@member.fsf.org>
+ * java/lang/Integer.java:
+ (parseInt(String, int, boolean)): Disallow "-+".
+
+2008-06-06 Andrew John Hughes <gnu_andrew@member.fsf.org>
+
* tools/gnu/classpath/tools/common/ClasspathToolParser.java:
Fixed indentation and changed to use OptionException.
* tools/gnu/classpath/tools/getopt/OptionException.java: