gcc/libjava/java
Anthony Green bdf2ced905 StringBuffer.java (ensureCapacity): Don't call Math::max.
2000-04-08  Anthony Green  <green@cygnus.com>

	* java/lang/StringBuffer.java (ensureCapacity): Don't call Math::max.
	(ensureCapacity_unsynchronized): New private method.
	(append): Use ensureCapacity_unsynchronized.

From-SVN: r33036
2000-04-09 04:52:43 +00:00
..
awt Makefile.in: Rebuilt. 2000-04-09 04:13:27 +00:00
io [multiple changes] 2000-03-15 22:03:19 +00:00
lang StringBuffer.java (ensureCapacity): Don't call Math::max. 2000-04-09 04:52:43 +00:00
math BigInteger.java (divide): Handle the special case when dividing by 1 and the high bit of the dividend is set. 2000-03-24 09:18:12 +00:00
net [multiple changes] 2000-03-15 22:03:19 +00:00
security Key.java (serialVersionUID): Set to 0 for now. 2000-03-10 05:10:40 +00:00
text All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
util natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to. 2000-04-09 01:26:20 +00:00