public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* libgcj/6389
@ 2002-05-13 13:16 tromey
  0 siblings, 0 replies; 2+ messages in thread
From: tromey @ 2002-05-13 13:16 UTC (permalink / raw)
  To: tromey; +Cc: gcc-prs

The following reply was made to PR libgcj/6389; it has been noted by GNATS.

From: tromey@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libgcj/6389
Date: 13 May 2002 20:10:38 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-05-13 13:10:37
 
 Modified files:
 	libjava        : ChangeLog Makefile.am Makefile.in 
 	libjava/java/lang: Runtime.java System.java natRuntime.cc 
 	                   natSystem.cc 
 	libjava/java/util: TimeZone.java 
 Added files:
 	libjava/java/util: natTimeZone.cc 
 
 Log message:
 	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.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.1332&r2=1.1333
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.am.diff?cvsroot=gcc&r1=1.217&r2=1.218
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/Makefile.in.diff?cvsroot=gcc&r1=1.236&r2=1.237
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/Runtime.java.diff?cvsroot=gcc&r1=1.9&r2=1.10
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/System.java.diff?cvsroot=gcc&r1=1.9&r2=1.10
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/natRuntime.cc.diff?cvsroot=gcc&r1=1.21&r2=1.22
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/natSystem.cc.diff?cvsroot=gcc&r1=1.53&r2=1.54
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/util/natTimeZone.cc.diff?cvsroot=gcc&r1=1.2&r2=1.3
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/util/TimeZone.java.diff?cvsroot=gcc&r1=1.13&r2=1.14
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* libgcj/6389
@ 2002-06-04 12:46 tromey
  0 siblings, 0 replies; 2+ messages in thread
From: tromey @ 2002-06-04 12:46 UTC (permalink / raw)
  To: tromey; +Cc: gcc-prs

The following reply was made to PR libgcj/6389; it has been noted by GNATS.

From: tromey@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libgcj/6389
Date: 4 Jun 2002 19:39:04 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-06-04 12:39:03
 
 Modified files:
 	libjava/testsuite: ChangeLog 
 	libjava/testsuite/libjava.mauve: xfails 
 Added files:
 	libjava/testsuite/libjava.compile: PR1343.java T20020604.java 
 Removed files:
 	libjava/testsuite/libjava.compile: PR5913.xfail 
 
 Log message:
 	* libjava.compile/T20020604.java: New file.
 	
 	For PR libgcj/6389:
 	* libjava.mauve/xfails: Now passes System.getProperty test.
 	
 	For PR java/1343 and PR java/6336:
 	* libjava.compile/PR1343.java: New file.
 	
 	For PR java/5913:
 	* libjava.compile/PR5913.xfail: Removed.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.204&r2=1.205
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/libjava.compile/PR1343.java.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/libjava.compile/T20020604.java.diff?cvsroot=gcc&r1=NONE&r2=1.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/libjava.compile/PR5913.xfail.diff?cvsroot=gcc&r1=1.2&r2=NONE
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/libjava.mauve/xfails.diff?cvsroot=gcc&r1=1.7&r2=1.8
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-06-04 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-13 13:16 libgcj/6389 tromey
2002-06-04 12:46 libgcj/6389 tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).