aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/text
AgeCommit message (Expand)AuthorFilesLines
2003-10-082003-10-08 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+2
2003-09-28DateFormat.java (format): Throw IllegalArgumentException if j' is not a Numbe...Bryce McKinlay2-23/+25
2003-09-28SimpleDateFormat (parse): Revert patch of 2003-09-25.Bryce McKinlay1-12/+10
2003-09-25SimpleDateFormat.java (parse): Don't use class calendar field.Guilhem Lavaux1-11/+12
2003-09-25DecimalFormat.java (format): Don't immediatly round baseNumber to long.Guilhem Lavaux1-5/+5
2003-08-26Acl.java: Fix broken p tag.Mark Wielaard1-37/+37
2003-08-04DecimalFormat.java (format): avoid ArithmeticException when groupingSize is 0.David P Grove1-4/+6
2003-07-24SimpleDateFormat.java (format): Zero pad unless field size is 2.H. Väisänen1-4/+8
2003-06-272003-06-27 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+1
2003-06-21DateFormat.java, [...]: New versions from classpath.Michael Koch2-8/+21
2003-06-192003-06-19 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+3
2003-06-08For PR libgcj/11085:Tom Tromey2-5/+18
2003-06-05SimpleDateFormat.java (SimpleDateFormat): Added numberFormat.setParseIntegerO...Scott Gilbertson1-1/+4
2003-05-19CollationKey.java: Merged copyright and dat from classpath.Michael Koch2-2/+88
2003-04-302003-04-30 Michael Koch <konqueror@gmx.de>Michael Koch1-0/+15
2003-04-30CollationElementIterator.java, [...]: Merged copyright and documentation from...Michael Koch3-86/+300
2003-03-29MessageFormat.java: Removed some whitespace.Tom Tromey1-1/+1
2003-03-212003-03-21 Michael Koch <konqueror@gmx.de>Michael Koch2-0/+4
2002-11-10Externalizable.java, [...]: New versions from Classpath.Tom Tromey1-0/+2
2002-10-04BeanContextChildSupport.java: Added serialVersionUID.Michael Koch1-4/+4
2002-07-022002-07-02 Tom Tromey <tromey@redhat.com>Tom Tromey2-12/+7
2002-06-15ChoiceFormat.java: Update comments from Classpath.Nathanael Nerode2-65/+49
2002-01-22Add license clarification.Mark Wielaard20-100/+320
2001-12-18CollationElementIterator.java (secondaryOrder): Cast result to `short'.Tom Tromey1-3/+3
2001-10-31HACKING, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-05DecimalFormat.java (format): Use localized minus sign when generating exponen...Tom Tromey1-2/+6
2001-09-07RuleBasedCollator.java (clone): Rewrote.Tom Tromey3-444/+490
2001-09-05* java/text/DateFormatSymbols.java: Re-merged with Classpath.Tom Tromey1-6/+25
2001-09-05MessageFormat.java (setLocale): Don't catch ParseException here, DecimalForma...Bryce McKinlay1-8/+1
2001-09-05SimpleDateFormat.java: Re-merged with Classpath.Tom Tromey19-1815/+5199
2001-09-02Makefile.in: Rebuilt.Tom Tromey1-21/+78
2001-07-26Calendar.java (set): Never recompute fields here.Bryce McKinlay1-63/+80
2001-05-16SimpleDateFormat.java (parse): Handle non-dst time zones.Tom Tromey1-8/+18
2001-05-14SimpleDateFormat.java (parse): Clear DST_OFFSET and ZONE_OFFSET just before c...Tom Tromey1-2/+4
2001-05-10[multiple changes]Tom Tromey1-17/+45
2001-04-20natSystem.cc (getSystemTimeZone): Adjust for DST.Warren Levy1-654/+203
2001-04-02re PR libgcj/2429 (java.text.MessageFormat should usefully set text on except...Torsten Rueger1-1/+1
2001-02-07re PR libgcj/1906 (difference between gcj and jdk for MessageFormat)Tom Tromey1-25/+17
2001-01-20SimpleDateFormat.java (format): Compute hour for cases HOUR_OF_DAY1_FIELD (1-...Warren Levy1-6/+6
2001-01-09re PR libgcj/1411 (natTimeZone.cc should be removed)Warren Levy1-17/+11
2000-12-15NumberFormat.java (groupingUsed, [...]): Now package-private.Tom Tromey1-6/+6
2000-12-06Collator.java (decomposeCharacter, [...]): Now package-private, not protected.Tom Tromey3-6/+6
2000-12-04FilePermission.java: Made class final per spec.Warren Levy1-1/+1
2000-11-28DateFormatSymbols.java (zoneStringsDefault): Added more time zone entries.Warren Levy2-3/+23
2000-11-28Makefile.am: Added natTimeZone.cc.Warren Levy2-442/+1084
2000-11-18natString.cc: Include Locale.h.Tom Tromey2-76/+100
2000-11-17CollationKey.java: Implement Comparable.Tom Tromey2-3/+14
2000-10-10LocaleData_en.java (monetarySeparator): Added.Warren Levy7-16/+117
2000-09-08PropertyChangeEvent.java (serialVersionUID): Added.Warren Levy2-4/+2
2000-06-27PropertyChangeEvent.java (oldVal): Renamed to oldValue.Warren Levy1-37/+39