gcc/libjava/java
Tom Tromey 98e7ae2962 re GNATS java.util/47 (Date.toString() returns embedded newline)
Fix for PR java.util/47:
	* configure, include/config.h: Rebuilt.
	* configure.in: Don't look for ctime or ctime_r.
	* Makefile.in: Rebuilt.
	* Makefile.am (nat_source_files): Don't mention natDate.cc.
	* java/util/natDate.cc: Removed.
	* java/util/TimeZone.java (tzIDs, rawOffsets, timeZones): New
	static fields.
	(getAvailableIDs): Rewrote.
	(getTimeZone): Rewrote.
	* java/util/Date.java (toGMTString): New method.
	(toLocaleString): New method.
	(toString): Rewrote.

From-SVN: r29656
1999-09-24 19:12:23 +00:00
..
awt
io OutputStreamWriter.java (OutputStreamWriter): Reverted previous patch; it too was incorrect. 1999-09-21 21:35:41 +00:00
lang natFirstThread.cc (run): Renamed from `run0'. 1999-09-23 19:05:50 +00:00
net
security
text MessageFormat.java (MessageFormat(String)): Set the default locale. 1999-09-22 05:41:26 +01:00
util re GNATS java.util/47 (Date.toString() returns embedded newline) 1999-09-24 19:12:23 +00:00