gcc/libjava/java
Mark Wielaard 29123a37f0 BitSet.java (BitSet(int)): if nbits < 0 throw NegativeArraySizeException
* java/util/BitSet.java (BitSet(int)): if nbits < 0 throw
        NegativeArraySizeException
        (clear(int)): Use sign extended shift.
        (flip(int)): Likewise.
        (get(int)): Likewise.
        (nextClearBit(int)): Likewise.
        (nextSetBit(int)): Likewise.
        (set(int)): Likewise.

From-SVN: r51701
2002-04-01 19:59:12 +00:00
..
applet Add license clarification. 2002-01-22 22:40:42 +00:00
awt Component.java (processEvent): Check ComponentEvent after KeyEvent. 2002-03-25 06:45:23 +00:00
beans [multiple changes] 2002-03-24 21:32:14 +00:00
io Based on patch from Intel's ORP team: 2002-03-25 02:28:22 +00:00
lang natSystem.cc (init_properties): Update VM version properties. 2002-03-18 06:19:03 +00:00
math [multiple changes] 2002-02-14 23:16:11 +00:00
net natPlainDatagramSocketImpl.cc (close): New function. 2002-03-29 17:07:59 +00:00
rmi [multiple changes] 2002-02-14 23:16:11 +00:00
security [multiple changes] 2002-02-14 23:16:11 +00:00
sql Add license clarification. 2002-01-22 22:40:42 +00:00
text Add license clarification. 2002-01-22 22:40:42 +00:00
util BitSet.java (BitSet(int)): if nbits < 0 throw NegativeArraySizeException 2002-04-01 19:59:12 +00:00