]> gcc.gnu.org Git - gcc.git/commit - libjava/Makefile.am
re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgumentExcep...
authorTom Tromey <tromey@redhat.com>
Mon, 13 May 2002 20:10:37 +0000 (20:10 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 13 May 2002 20:10:37 +0000 (20:10 +0000)
commit86397868159ba8c7ba20d56fdf49f551a512a1f1
tree8d55a2017b3cd999dc25fd24a3e201558e07756e
parent16133d00586de86b5d77c3b5f5833c6485ca697c
re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgumentException)

Fixes PR libgcj/6389:
* Makefile.in: Rebuilt.
* Makefile.am (nat_source_files): Added natTimeZone.cc.
* java/util/natTimeZone.cc: New file.
* java/util/TimeZone.java (getDefaultTimeZoneId): New method.
* java/lang/System.java: Merged with Classpath.
* java/lang/Runtime.java: Merged with Classpath.
* java/lang/natSystem.cc (setErr0): Renamed from setErr; don't run
security check.
(setIn0): Renamed from setIn; don't run security check.
(setOut0): Renamed from setOut; don't run security check.
(file_encoding, getpwuid_adaptor, getSystemTimeZone,
init_properties): Moved to natRuntime.cc.
Moved many includes to natRuntime.cc.
(isWordsBigEndian): New method.
* java/lang/natRuntime.cc: Include Long.h, also other includes
previously in natSystem.cc.
(maxMemory): New function.
(exitInternal): Renamed from `_exit'.
(exit): Removed.
(init): Don't set finalize_on_exit.
(exitInternal): Use `finalizeOnExit'.
(file_encoding, getpwuid_adaptor): New functions from
natSystem.cc.
(insertSystemProperties): New method, renamed from
System::init_properties.  Don't set user.timezone.
(_load): Don't call checkLink.
(execInternal): New method.
(availableProcessors): Likewise.
(nativeGetLibname): Likewise.

From-SVN: r53429
libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in
libjava/java/lang/Runtime.java
libjava/java/lang/System.java
libjava/java/lang/natRuntime.cc
libjava/java/lang/natSystem.cc
libjava/java/util/TimeZone.java
libjava/java/util/natTimeZone.cc [new file with mode: 0644]
This page took 0.228457 seconds and 5 git commands to generate.