2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-02 02:30:28 +08:00
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
..
2002-01-22 22:40:42 +00:00
2002-03-24 21:32:14 +00:00
2002-03-25 02:28:22 +00:00
2002-02-14 23:16:11 +00:00
2002-02-14 23:16:11 +00:00
2002-02-14 23:16:11 +00:00
2002-01-22 22:40:42 +00:00
2002-01-22 22:40:42 +00:00