summaryrefslogtreecommitdiff
path: root/libjava/java/text
AgeCommit message (Expand)Author
2004-01-232004-01-23 Michael Koch <konqueror@gmx.de>Michael Koch
2004-01-14re PR libgcj/2429 (java.text.MessageFormat should usefully set text on except...Michael Koch
2004-01-072004-01-07 Michael Koch <konqueror@gmx.de>Michael Koch
2004-01-06CollationElementIterator.java: Reformated.Michael Koch
2003-12-19NumberFormat.java: Sorted imports.Michael Koch
2003-12-192003-12-19 Michael Koch <konqueror@gmx.de>Michael Koch
2003-12-11Format.java (serialVersionUID): Fixed value.Michael Koch
2003-12-02SimpleDateFormat.java (compileFormat): isLowerCase() and isUpperCase() allow ...Ito Kazumitsu
2003-12-02FieldPosition.java (equals): Fixed comment.Dalibor Topic
2003-12-02DateFormat.java: Explicitely import used classes.Michael Koch
2003-11-27[multiple changes]Michael Koch
2003-11-27DecimalFormatSymbols.java (locale): New field.Guilhem Lavaux
2003-11-27FormatCharacterIterator.java: Documented the class andGuilhem Lavaux
2003-11-27[multiple changes]Michael Koch
2003-11-19[multiple changes]Guilhem Lavaux
2003-11-11Font.java, [...]: Removed some redundant obj == null checks.Michael Koch
2003-10-29[multiple changes]Michael Koch
2003-10-202003-10-20 Michael Koch <konqueror@gmx.de>Michael Koch
2003-10-152003-10-15 Michael Koch <konqueror@gmx.de>Michael Koch
2003-10-152003-10-15 Michael Koch <konqueror@gmx.de>Michael Koch
2003-10-152003-10-15 Michael Koch <konqueror@gmx.de>Michael Koch
2003-10-15AttributedCharacterIterator.java, [...]: Reformated.Michael Koch
2003-10-11AttributedCharacterIterator.java, [...]: Removed redundant modifiers.Michael Koch
2003-10-082003-10-08 Michael Koch <konqueror@gmx.de>Michael Koch
2003-09-28DateFormat.java (format): Throw IllegalArgumentException if j' is not a Numbe...Bryce McKinlay
2003-09-28SimpleDateFormat (parse): Revert patch of 2003-09-25.Bryce McKinlay
2003-09-25SimpleDateFormat.java (parse): Don't use class calendar field.Guilhem Lavaux
2003-09-25DecimalFormat.java (format): Don't immediatly round baseNumber to long.Guilhem Lavaux
2003-08-26Acl.java: Fix broken p tag.Mark Wielaard
2003-08-04DecimalFormat.java (format): avoid ArithmeticException when groupingSize is 0.David P Grove
2003-07-24SimpleDateFormat.java (format): Zero pad unless field size is 2.H. Väisänen
2003-06-272003-06-27 Michael Koch <konqueror@gmx.de>Michael Koch
2003-06-21DateFormat.java, [...]: New versions from classpath.Michael Koch
2003-06-192003-06-19 Michael Koch <konqueror@gmx.de>Michael Koch
2003-06-08For PR libgcj/11085:Tom Tromey
2003-06-05SimpleDateFormat.java (SimpleDateFormat): Added numberFormat.setParseIntegerO...Scott Gilbertson
2003-05-19CollationKey.java: Merged copyright and dat from classpath.Michael Koch
2003-04-302003-04-30 Michael Koch <konqueror@gmx.de>Michael Koch
2003-04-30CollationElementIterator.java, [...]: Merged copyright and documentation from...Michael Koch
2003-03-29MessageFormat.java: Removed some whitespace.Tom Tromey
2003-03-212003-03-21 Michael Koch <konqueror@gmx.de>Michael Koch
2002-11-10Externalizable.java, [...]: New versions from Classpath.Tom Tromey
2002-10-04BeanContextChildSupport.java: Added serialVersionUID.Michael Koch
2002-07-022002-07-02 Tom Tromey <tromey@redhat.com>Tom Tromey
2002-06-15ChoiceFormat.java: Update comments from Classpath.Nathanael Nerode
2002-01-22Add license clarification.Mark Wielaard
2001-12-18CollationElementIterator.java (secondaryOrder): Cast result to `short'.Tom Tromey
2001-10-31HACKING, [...]: Fix spelling errors.Joseph Myers
2001-10-05DecimalFormat.java (format): Use localized minus sign when generating exponen...Tom Tromey
2001-09-07RuleBasedCollator.java (clone): Rewrote.Tom Tromey