2004-09-25 Mark Wielaard <mark@klomp.org>
* Makefile.am (core_java_source_files): Add VMTimeZone.java.
(nat_source_files): Rename natTimeZone.cc to natVMTimeZone.cc.
* Makefile.in: Regenerated.
* gcj/javaprims.h: Regenerated.
* java/util/TimeZone.java (defaultZone): Use VMTimeZone.
(getDefaultTimeZone): Make package private. Check that GMToffset
contains at least one digit.
(getDefaultTimeZoneId, readTimeZoneFile, readtzFile): (Re)Moved to
VMTimeZone.
* util/VMTimeZone.java: New file with above methods.
* java/util/natTimeZone.cc: Removed (renamed).
* java/util/natVMTimeZone.cc: Added (renamed).
2004-09-25 Jeroen Frijters <jeroen@frijters.net>
* java/util/TimeZone.java
(getDefaultTimeZone): Fixed test to distinguish between hours and
minutes in specified timezone.
From-SVN: r88112
|
||
|---|---|---|
| .. | ||
| gcj | ||
| gnu | ||
| include | ||
| java | ||
| javax | ||
| jni | ||
| libltdl | ||
| org | ||
| scripts | ||
| sysdep | ||
| testsuite | ||
| .cvsignore | ||
| acinclude.m4 | ||
| aclocal.m4 | ||
| addr2name.awk | ||
| boehm.cc | ||
| ChangeLog | ||
| ChangeLog-1999 | ||
| ChangeLog-2001 | ||
| ChangeLog-2002 | ||
| ChangeLog-2003 | ||
| configure | ||
| configure.ac | ||
| configure.host | ||
| COPYING | ||
| defineclass.cc | ||
| exception.cc | ||
| gij.cc | ||
| HACKING | ||
| interpret.cc | ||
| jni.cc | ||
| LIBGCJ_LICENSE | ||
| libgcj-test.spec.in | ||
| libgcj.pc.in | ||
| libgcj.spec.in | ||
| libtool-version | ||
| Makefile.am | ||
| Makefile.in | ||
| mauve-libgcj | ||
| NEWS | ||
| no-threads.cc | ||
| nogc.cc | ||
| pkg.m4 | ||
| posix-threads.cc | ||
| posix.cc | ||
| prims.cc | ||
| README | ||
| resolve.cc | ||
| THANKS | ||
| verify.cc | ||
| win32-threads.cc | ||
| win32.cc | ||
This is libgcj: the runtime library for gcj, the GNU Compiler for Java. libgcj provides a partial implementation of the Java Class Libraries. libgcj is free software. See the file LIBGCJ_LICENSE for copying permission. DOCUMENTATION ============= All documentation, including detailed installation and usage instructions, can be found on the gcj web pages at this URL: http://gcc.gnu.org/java/ BUGS ==== Please submit bug reports via this URL: http://gcc.gnu.org/bugzilla