summaryrefslogtreecommitdiff
path: root/java/text/SimpleDateFormat.java
Commit message (Expand)AuthorAgeFilesLines
* Add License clarificationMark Wielaard2002-01-221-5/+16
* * java/text/SimpleDateFormat.javaTom Tromey2001-09-051-0/+1
* * java/util/Calendar.java (set): Never recompute fields here. TheyBryce McKinlay2001-07-271-63/+80
* * java/text/SimpleDateFormat.java (parse): Handle non-dst timeTom Tromey2001-05-161-8/+18
* * java/text/SimpleDateFormat.java (parse): Clear DST_OFFSET andTom Tromey2001-05-141-2/+4
* * java/text/SimpleDateFormat.java (computeCenturyStart): NewTom Tromey2001-05-101-17/+45
* * java/text/SimpleDateFormat.javaWarren Levy2001-04-201-654/+203
* * java/text/SimpleDateFormat.java (format): Compute hour for casesWarren Levy2001-01-201-6/+6
* * java/text/DateFormatSymbols.java (formatPrefixes): Made field static.Warren Levy2000-11-281-2/+6
* * java/text/SimpleDateFormat.java: Minor formatting fixes.Warren Levy2000-11-281-46/+39
* * gnu/java/locale/LocaleInformation_en.java (localPatternChars):Warren Levy2000-11-281-23/+82
* Change license to libgcc-like terms.Paul Fisher2000-03-151-21/+27
* Added date parsing supportAaron M. Renn1999-02-241-153/+474
* Make strict date parsing work...sort of, for most thingsAaron M. Renn1999-01-261-29/+238
* Initial checkinAaron M. Renn1999-01-111-0/+568