This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgcj/7416


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

From: tromey@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libgcj/7416
Date: 31 Dec 2002 22:50:10 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	tromey@gcc.gnu.org	2002-12-31 14:50:10
 
 Modified files:
 	libjava        : ChangeLog 
 	libjava/java/lang: System.java 
 	libjava/java/security: Security.java 
 	libjava/javax/naming: InitialContext.java 
 
 Log message:
 	Fix for PR libgcj/7416:
 	* javax/naming/InitialContext.java (init): Use
 	gnu.classpath.home.url.
 	* java/security/Security.java: Use new properties.
 	(loadProviders): Accept base url; use it.
 	* java/lang/System.java: Document gnu.classpath.vm.shortname, and
 	gnu.classpath.home.url.
 	(gnu.classpath.home.url): Define.
 	(gnu.classpath.vm.shortname): Likewise.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.1608&r2=1.1609
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/lang/System.java.diff?cvsroot=gcc&r1=1.10&r2=1.11
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/security/Security.java.diff?cvsroot=gcc&r1=1.10&r2=1.11
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/javax/naming/InitialContext.java.diff?cvsroot=gcc&r1=1.6&r2=1.7
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]