summaryrefslogtreecommitdiff
path: root/java/util/TimeZone.java
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in java.util.TimeZone.Andrew John Hughes2012-08-091-42/+42
* Don't check if TimeZone is an instance of SimpleTimeZone.Jakub Jelinek2012-04-031-8/+1
* Negate dayOfWeek in java.util.TimeZone.getDateParams.Andrew Haley2012-04-031-6/+18
* Normalise whitespace.Andrew John Hughes2010-06-031-1209/+1209
* 2008-05-06 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2008-05-061-2/+4
* 2007-02-23 Gary Benson <gbenson@redhat.com>Gary Benson2007-02-231-53/+261
* 2007-02-12 Jakub Jelinek <jakub@redhat.com>Andrew Haley2007-02-121-124/+143
* * timezones.pl (parseRule): Add dayoffset when $time representsMark Wielaard2005-08-251-1/+1
* Reported by Bastiaan Huisman <huisman@science.uva.nl>Mark Wielaard2005-08-251-118/+142
* * all files: Update for new FSF address.Mark Wielaard2005-07-021-2/+2
* 2005-06-01 Sven de Marothy <sven@physto.se>Sven de Marothy2005-06-011-82/+274
* 2005-02-18 Sven de Marothy <sven@physto.se>Sven de Marothy2005-02-181-3/+3
* 2005-02-18 Sven de Marothy <sven@physto.se>Sven de Marothy2005-02-181-4/+10
* 2005-01-21 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-01-221-0/+1
* 2005-01-06 Michael Koch <konqueror@gmx.de>Michael Koch2005-01-061-0/+4
* * java/net/URLClassLoader.java (URLClassLoader): NowTom Tromey2004-11-061-1/+2
* 2004-09-07 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters2004-09-071-1/+1
* * configure.ac: Check for sys/time.h, localtime_r, tm_gmtoff inMark Wielaard2004-08-311-279/+11
* * java/util/TimeZone.java (defaultZone): Try a couple of ways to getMark Wielaard2004-08-281-34/+438
* Cleaned up imports in java.utilDalibor Topic2004-04-221-2/+3
* 2003-12-26 Michael Koch <konqueror@gmx.de>Michael Koch2003-12-261-1/+17
* * java/util/TimeZone.java: initialize lazilyIngo Proetel2003-08-121-686/+700
* 2002-09-25 Jesse Rosenstock <jmr@ugcs.caltech.edu>Tom Tromey2002-09-251-0/+16
* * java/util/TimeZone.java: Removed some FIXME comments.Tom Tromey2002-05-131-5/+2
* Add License clarificationMark Wielaard2002-01-221-5/+16
* * gnu/Makefile.am: removed tools from SUBDIRSBrian Jones2001-09-211-2/+5
* * scripts/timezones.pl (parseOffset): Parse negative timesJochen Hoenicke2001-02-201-107/+106
* * java/util/TimeZone.java: Add standard ID names per JCL; removedWarren Levy2001-01-091-25/+62
* * java/util/Calendar.java: Fix typo in comment.Warren Levy2000-12-281-2/+3
* * gnu/java/locale/LocaleInformation_en.java (localPatternChars):Warren Levy2000-11-281-2/+13
* 2000-10-26 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay2000-10-261-18/+18
* 2000-10-24 Bryce McKinlay <bryce@albatross.co.nz>Bryce McKinlay2000-10-241-978/+1002
* Change license to libgcc-like terms.Paul Fisher2000-03-151-19/+26
* updated timezone data to tzdata1999jJochen Hoenicke2000-01-031-46/+43
* fixed a few bugs.Jochen Hoenicke1999-12-301-6/+13
* # made a change to help me catch this native methodBrian Jones1999-11-261-2/+1
* The default timezones are now stored in a hashtable along with their aliases.Jochen Hoenicke1999-08-261-135/+769
* checked serialized form and added serialVersionUID.Jochen Hoenicke1999-08-141-1/+2
* Added getDisplayName() methods and LONG/SHORT constantsAaron M. Renn1999-01-261-0/+77
* Fixed some time zone names.Jochen Hoenicke1999-01-111-12/+9
* Added new aliasings mechanism for time zones. Also added a new internalAaron M. Renn1999-01-111-8/+116
* Initial CheckinAaron M. Renn1998-12-131-0/+226