Minor clean up and bug fix.
[gcc.git] / libjava / ChangeLog
index 6cb290b270f4a58382d9774f84abfe134516bd26..ccf334665d1f3df23fc58f502183a4315ff26103 100644 (file)
@@ -1,3 +1,26 @@
+2000-02-26  Anthony Green  <green@cygnus.com>
+
+       * gnu/gcj/io/MimeTypes.java: Test for null.
+
+       * jni.cc (_Jv_JNI_AttachCurrentThread): Minor cleanup.
+       (JNI_GetCreatedJavaVMs): Remove compiler warning.
+
+       * java/net/URLConnection.java: Update copyright notice.
+
+2000-02-25  Tom Tromey  <tromey@cygnus.com>
+
+       * jni.cc (_Jv_JNI_RegisterNatives): Conditionalize body on
+       `INTERPRETER'.
+
+2000-02-25  Bryce McKinlay  <bryce@albatross.co.nz>
+
+       * java/net/URLConnection.java (initializeDateFormats): New
+       private method.
+       (getHeaderFieldDate): Call initializeDateFormats if required.
+       locale, dateFormat1, dateFormat2, dateFormat3: Don't initialize
+       these.
+       Fix for PR libgcj/38.
+
 2000-02-24  Warren Levy  <warrenl@cygnus.com>
 
        * java/math/BigInteger.java(ival): Made private.