OSDN Git Service

* cfgrtl.c (redirect_edge_and_branch): Abort if redirect_jump fails.
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index f167739..56fecfb 100644 (file)
@@ -1,3 +1,27 @@
+2001-09-27  Tom Tromey  <tromey@redhat.com>
+
+       * java/util/IdentityHashMap.java (containsKey): Use getHash.
+       (get): Likewise.
+       (put): Likewise.
+       (remove): Likewise.
+       (getHash): New method.
+       (tombstone, emptyslot): Now static final.
+       (put): Correctly determine when to rehash, and correctly rehash.
+       (containsKey, remove): Test against table length with `>='.
+
+2001-09-26  Tom Tromey  <tromey@redhat.com>
+
+       * gnu/classpath/Configuration.java.in (INIT_LOAD_LIBRARY): New
+       constant.
+       * java/io/StreamTokenizer.java, java/util/ResourceBundle.java:
+       Re-merged with Classpath.
+
+       * java/io/DataInputStream.java (readChar): Use readFully.
+       (readInt): Likewise.
+       (readLong): Likewise.
+       (readShort): Likewise.
+       (readUnsignedShort): Likewise.
+
 2001-09-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
 
        * java/lang/PosixProcess.java (exitValue): Implement here. Throw