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]

libgcj/1358


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

From: warrenl@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libgcj/1358
Date: 28 Dec 2000 05:55:57 -0000

 CVSROOT:	/cvs/gcc
 Module name:	egcs
 Changes by:	warrenl@gcc.gnu.org	2000-12-27 21:55:57
 
 Modified files:
 	libjava        : ChangeLog 
 	libjava/java/lang: System.java 
 	libjava/java/util: Calendar.java GregorianCalendar.java 
 	                   TimeZone.java natGregorianCalendar.cc 
 
 Log message:
 	Fix for PR libgcj/1358:
 	* java/lang/System.java: Update Copyright date properly.
 	* java/util/Calendar.java: Fix typo in comment.
 	(set): Set 24-hour clock hour instead of 12-hour clock hour.
 	* java/util/GregorianCalendar.java (GregorianCalendar): Properly
 	initialize times.  Spec says to set H:M:S values to zero only if
 	a date is given.
 	* java/util/TimeZone.java (getDefaultDisplayName): Casts to char
 	needed for evaluating numbers '0' to '9' in printouts of GMT offsets.
 	* java/util/natGregorianCalendar.cc (computeTime): Properly handle
 	timezones and GMT offsets, being careful to account for units of
 	milliseconds vs. seconds.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.622&r2=1.623
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/java/lang/System.java.diff?cvsroot=gcc&r1=1.5&r2=1.6
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/java/util/Calendar.java.diff?cvsroot=gcc&r1=1.7&r2=1.8
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/java/util/GregorianCalendar.java.diff?cvsroot=gcc&r1=1.7&r2=1.8
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/java/util/TimeZone.java.diff?cvsroot=gcc&r1=1.8&r2=1.9
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libjava/java/util/natGregorianCalendar.cc.diff?cvsroot=gcc&r1=1.7&r2=1.8
 

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