diff options
author | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2008-06-06 00:23:49 +0000 |
---|---|---|
committer | Andrew John Hughes <gnu_andrew@member.fsf.org> | 2008-06-06 00:23:49 +0000 |
commit | f28c88e32f53e83ef1b386c97958066984d6a11f (patch) | |
tree | 98d710b752918402e66daaf14b425cc0e91a4bde /ChangeLog | |
parent | 1fa39147d72da64af6e348ec7c96264de4950bfc (diff) | |
download | classpath-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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: |