natSystem.cc (getSystemTimeZone): Adjust for DST.
authorWarren Levy <warrenl@redhat.com>
Fri, 20 Apr 2001 09:43:52 +0000 (09:43 +0000)
committerWarren Levy <warrenl@gcc.gnu.org>
Fri, 20 Apr 2001 09:43:52 +0000 (09:43 +0000)
commita6f5b6f9581a40f14776e32713acbafe46d812be
treeb80312c6827358f9739e8862d310f71e085817bc
parent7471a1f03c040550e7295c80df4deac080d49ffa
natSystem.cc (getSystemTimeZone): Adjust for DST.

* java/lang/natSystem.cc (getSystemTimeZone): Adjust for DST.
* java/text/SimpleDateFormat.java
(indexInArray): Removed private method.
(processYear): Removed private method.
(parseLenient): Removed private method.
(parseLeadingZeros): Removed private method.
(parseStrict): Removed private method.
(expect): Added new private method.
(parse): Reverted to pre-Classpath merge version with minor fixes.
* java/util/natGregorianCalendar.cc (computeTime): Handle strict
calendars.

From-SVN: r41456
libjava/ChangeLog
libjava/java/lang/natSystem.cc
libjava/java/text/SimpleDateFormat.java
libjava/java/util/natGregorianCalendar.cc