gcc/libjava/java
Bryce McKinlay cbd7a79bc3 re PR libgcj/16574 (java.sql.Timestamp#toString() does not deal with fractional seconds correctly)
2004-07-15  Bryce McKinlay  <mckinlay@redhat.com>

	PR libgcj/16574
	* java/sql/Timestamp.java (dateFormat): Renamed from sdf.
	(decimalFormat): New static variable.
	(sbuf): Likewise.
	(getTime): New. Override Date.getTime().
	(toString): Synchronize. Use decimalFormat to format nanos value
	correctly. Truncate extra zeros.
	(before): Compare getNanos() only if getTime() is equal.
	(after): Likewise.

From-SVN: r84784
2004-07-15 23:14:45 +01:00
..
applet [multiple changes] 2004-06-17 23:43:16 +00:00
awt InputContext.java: Initialze in, line. 2004-07-13 22:06:11 +00:00
beans EventHandler.java: Remove debugging statements. 2004-07-14 22:59:24 +00:00
io ObjectInputStream.java (readFields): Use long datatype when shifting byte values more then 24 bits left. 2004-07-09 15:37:31 +00:00
lang jvm.h (namespace jcj): Declare verbose_class_flag 2004-07-07 16:44:12 -07:00
math URLStreamHandler.java (toExternalForm): Removed unused variables. 2004-05-03 19:52:29 +00:00
net Reported by Roman Kennke <roman@ontographics.com> (bug #9331) 2004-07-11 16:48:29 +00:00
nio Buffer.java, [...]: Fixed javadocs all over. 2004-07-09 13:40:29 +00:00
rmi MarshalledObject.java, [...]: Fixed javadoc, coding style and argument names all over. 2004-04-20 14:45:10 +00:00
security AccessControlContext.java, [...]: Fixed javadocs. 2004-07-09 15:43:01 +00:00
sql re PR libgcj/16574 (java.sql.Timestamp#toString() does not deal with fractional seconds correctly) 2004-07-15 23:14:45 +01:00
text 2004-07-10 Ito Kazumitsu <kaz@maczuka.gcd.org> 2004-07-10 08:55:22 +00:00
util java.util.Calendar.java (cache): New private static field. 2004-07-10 03:38:55 +01:00