gcc/libjava/java
Bryce McKinlay b3eda2ff9c re PR java/1895 (Libjava: Arrays.sort doesn't work)
* java/util/Arrays.java: Removed "cmp" methods.
	(qsort): Don't use "cmp".
	(med3): Likewise.

2001-02-07  Mark Benvenuto  <mcb54@columbia.edu>

	* java/util/Arrays.java (qsort): Handle N value of 7 with insertion
	sort. Fix for PR java/1895.

From-SVN: r39514
2001-02-07 09:32:46 +00:00
..
applet
awt
beans * java/bean/Beans.java (instantiate): enable Applet code from Classpath 2001-01-18 00:43:17 +00:00
io ObjectInputStream.java (read): AND byte with 0xff to make result unsigned. 2001-01-27 06:04:29 +00:00
lang natSystem.cc (getSystemTimeZone): Only use tm_gmtoff and timezone if they are available on the system. 2001-01-26 21:57:08 +00:00
math
net
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 re PR java/1895 (Libjava: Arrays.sort doesn't work) 2001-02-07 09:32:46 +00:00