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