gcc/libjava/java
Warren Levy 3824a48600 re PR libgcj/1411 (natTimeZone.cc should be removed)
Fix for PR libgcj/1411:
	* Makefile.am: Removed java/util/natTimeZone.cc.
	* Makefile.in: Rebuilt.
	* gnu/gcj/text/LocaleData_en_US.java (zoneStringsDefault): Added
	missing localized timezone names.
	* java/lang/System.java (getDefaultTimeZoneId): New private method.
	* java/lang/natSystem.cc (getSystemTimeZone): New private method.
	(init_properties): Set user.timezone property.
	* java/text/DateFormatSymbols.java (zoneStringsDefault): Added
	default timezone names; removed non-standard ones.  Use standard
	ID names per JCL.
	* java/util/Date.java (toGMTString): Removed zoneGMT variable.
	(UTC): Ditto.
	* java/util/TimeZone.java: Add standard ID names per JCL; removed
	non-standard ones.
	(getDefaultTimeZoneId): Removed.
	(zoneGMT): Removed.
	(getDefaultTimeZoneId): Removed.
	* java/util/natTimeZone.cc: Removed.

From-SVN: r38816
2001-01-09 07:07:51 +00:00
..
applet backport: Applet.java: New file. 2000-07-12 05:52:04 +01:00
awt ScrollPane.java (setBlockIncrement): Throw error. 2001-01-03 20:34:44 +00:00
beans Fix comments for doclets 2001-01-06 23:28:40 +00:00
io Fix comments for doclets 2001-01-06 23:28:40 +00:00
lang re PR libgcj/1411 (natTimeZone.cc should be removed) 2001-01-09 07:07:51 +00:00
math Makefile.am: Added locale files from Classpath. 2000-10-27 10:33:46 +00:00
net Fix bug in URLConnection and correct javadoc annotations in StringBuffer. 2001-01-07 20:01:46 +00:00
security Makefile.am: Removed java/io/Replaceable.java and java/io/Resolvable.java. 2000-10-05 23:57:16 +00:00
sql Fix comments for doclets 2001-01-06 23:28:40 +00:00
text re PR libgcj/1411 (natTimeZone.cc should be removed) 2001-01-09 07:07:51 +00:00
util re PR libgcj/1411 (natTimeZone.cc should be removed) 2001-01-09 07:07:51 +00:00