2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2024-12-26 10:19:11 +08:00
gcc/libjava/java
Warren Levy 1aa605c814 SimpleDateFormat.java (format): Compute hour for cases HOUR_OF_DAY1_FIELD (1-24)...
* java/text/SimpleDateFormat.java (format): Compute hour for cases
	HOUR_OF_DAY1_FIELD (1-24), HOUR1_FIELD (1-12), and HOUR0_FIELD (0-11)
	correctly.  Adjust properly from 0-23 clock hour.

Fixes failure in Mauve test java.text.SimpleDateFormat.Test (format).

From-SVN: r39147
2001-01-20 00:37:09 +00:00
..
applet
awt Cursor.java (Cursor(String)): Set type to custom. 2001-01-11 17:49:47 +00:00
beans * java/bean/Beans.java (instantiate): enable Applet code from Classpath 2001-01-18 00:43:17 +00:00
io re PR libgcj/1338 (StreamTokenizer does not handle /* comments correctly) 2001-01-09 11:21:12 +00:00
lang Class.h (isInterface): Move implementation from natClass.cc. 2001-01-17 10:22:33 +00:00
math * java/math/BigInteger.java: Update Copyright year. 2001-01-17 04:13:17 +00:00
net URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com) 2001-01-15 07:58:16 +00:00
security
sql
text SimpleDateFormat.java (format): Compute hour for cases HOUR_OF_DAY1_FIELD (1-24)... 2001-01-20 00:37:09 +00:00
util