gcc/libjava/java
Warren Levy ed55bdc47f re PR libgcj/1358 (java.util.Date.toString() doesn't seem to behave properly.)
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.

From-SVN: r38508
2000-12-28 05:55:56 +00:00
..
applet
awt MenuItem.java (paramString): Now protected. 2000-12-26 07:18:16 +00:00
beans PropertyChangeListener.java: Extends EventListener. 2000-12-21 18:39:43 +00:00
io FileDescriptor.java: Initialize fd to -1. 2000-12-26 00:24:01 +00:00
lang re PR libgcj/1358 (java.util.Date.toString() doesn't seem to behave properly.) 2000-12-28 05:55:56 +00:00
math
net FileInputStream.java (close): Check if the fd is valid. 2000-12-08 10:28:32 +00:00
security
sql SQLWarning.java: Fixed typo in comment. 2000-12-27 01:58:23 +00:00
text NumberFormat.java (groupingUsed, [...]): Now package-private. 2000-12-15 06:23:28 +00:00
util re PR libgcj/1358 (java.util.Date.toString() doesn't seem to behave properly.) 2000-12-28 05:55:56 +00:00