diff options
author | Mario Torre <neugens@limasoftware.net> | 2006-11-25 18:20:54 +0000 |
---|---|---|
committer | Mario Torre <neugens@limasoftware.net> | 2006-11-25 18:20:54 +0000 |
commit | c63ede2936b55b926367bc7f1160b6f1bee591bc (patch) | |
tree | 8d2bc1fe597b4d57b2cbea705c337d60e7034018 /AUTHORS | |
parent | 84e51cd1b15042a78264f25c66e8da3ab9915da6 (diff) | |
download | classpath-c63ede2936b55b926367bc7f1160b6f1bee591bc.tar.gz |
2006-11-25 Mario Torre <neugens@nirvana.limasoftware.net>
PR28462
* java/text/DecimalFormat.java: Almost new rewrite, and update to 1.5.
* java/text/NumberFormat.java (format): all format methods, fixed
FieldPosition argument should never be null.
(format(Object, StringBuffer, FieldPosition)): fixed signature,
method is not final.
* java/text/DecimalFormatSymbols.java (clone): fixed to also clone
locale.
* AUTHORS: added my name to the file.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ Aaron M. Renn (arenn@urbanophile.com) Andrew Selkirk (aselkirk@sympatico.ca) Christian Thalinger (twisti@complang.tuwien.ac.at) Andreas Tobler (a.tobler@schweiz.org) +Mario Torre (neugens@limasoftware.net) Dalibor Topic (robilad@kaffe.org) Tom Tromey (tromey@cygnus.com) Ronald Veldema (rveldema@cs.vu.nl) |