OSDN Git Service

libjava/
[pf3gnuchains/gcc-fork.git] / libjava / classpath / ChangeLog.gcj
index 9b1af8e..b5de4d8 100644 (file)
@@ -1,3 +1,126 @@
+2007-09-04  Matthias Klose  <doko@ubuntu.com>
+
+       * configure.ac: Append libgcj soversion to nativeexeclibdir.
+       * configure: Regenerate.
+
+2007-08-04  Matthias Klose  <doko@ubuntu.com>
+
+       * java/util/EnumMap.java (clone): Add cast.
+
+2007-07-12  Matthias Klose  <doko@ubuntu.com>
+
+       * lib/jazzlib, tools/gnu/classpath/tools/rmi: Remove empty directories.
+
+2007-06-07  Matthias Klose  <doko@ubuntu.com>
+
+       PR libgcj/32227
+       * include/config-int.h: Delete, it is a generated file.
+
+2007-06-04  Matthias Klose  <doko@ubuntu.com>
+
+       * m4/acinclude.m4: Accept GCJ and JIKES.
+       * configure: Regenerate.
+
+2007-05-31  Matthias Klose  <doko@ubuntu.com>
+
+       * javax/management/NotificationBroadcasterSupport.java
+       (getNotificationInfo): Add cast.
+       * native/jni/qt-peer/Makefile.am (AM_CXXFLAGS): Add libstdc++ include
+       directories.
+       * native/jni/qt-peer/Makefile.in: Regenerate.
+
+2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR libjava/32098
+       * configure.ac: Add AC_CONFIG_AUX_DIR(../..).
+       * aclocal.m4: Regenerated.
+       * configure: Likewise.
+       * Makefile.in: Likewise.
+
+2007-04-25  Andrew Haley  <aph@redhat.com>
+
+       * java/io/ObjectStreamClass.java (ensureFieldsSet): New method.
+       (setFields): call ensureFieldsSet.
+       (fieldsSet): New field.
+       * java/io/ObjectOutputStream.java (writeFields): Call
+       osc.ensureFieldsSet().
+
+       * java/io/ObjectInputStream.java (parseContent): Assign the handle
+       for a PROXYCLASSDESC immediately after reading the marker.
+
+2007-03-19  Matthias Klose  <doko@ubuntu.com>
+
+       * configure.ac: New configure option
+       --enable-generated-files-in-srcdir.
+       * doc/Makefile.am: Add support to generate files in srcdir,
+       install the cp-tools documentation in info format.
+       * configure: Regenerate.
+       * native/jni/classpath/Makefile.in, native/jni/midi-dssi/Makefile.in,
+       native/jni/Makefile.in, native/jni/gconf-peer/Makefile.in,
+       native/jni/java-io/Makefile.in, native/jni/native-lib/Makefile.in,
+       native/jni/java-util/Makefile.in, native/jni/java-lang/Makefile.in,
+       native/jni/midi-alsa/Makefile.in, native/jni/java-nio/Makefile.in,
+       native/jni/java-net/Makefile.in, native/jni/xmlj/Makefile.in,
+       native/jni/qt-peer/Makefile.in, native/jni/gtk-peer/Makefile.in,
+       native/Makefile.in, native/jawt/Makefile.in, native/fdlibm/Makefile.in,
+       native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in,
+       tools/Makefile.in, doc/Makefile.in, doc/api/Makefile.in,
+       lib/Makefile.in, external/Makefile.in, external/sax/Makefile.in,
+       external/w3c_dom/Makefile.in, external/jsr166/Makefile.in,
+       external/relaxngDatatype/Makefile.in, include/Makefile.in,
+       examples/Makefile.in: Regenerate.
+
+2007-03-09  Gary Benson  <gbenson@redhat.com>
+           Chris Burdess  <dog@gnu.org>
+
+       PR classpath/30831
+       * gnu/xml/dom/ls/SAXEventSink.java: Only set extended document
+       properties when reader is available.
+
+2007-03-08  Gary Benson  <gbenson@redhat.com>
+
+       PR classpath/30983:
+       * gnu/xml/dom/ls/DomLSParser.java (getInputSource):
+       Do not use the entity resolver to resolve the top-level document.
+
+2007-03-07  Gary Benson  <gbenson@redhat.com>
+
+       PR classpath/30906:
+       * resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList:
+       New file.
+
+2007-03-06  Matthias Klose  <doko@ubuntu.com>
+
+       * doc/Makefile.am(gkeytool.pod): Don't use sed -i.
+       * doc/Makefile.in: Regenerate.
+
+2007-03-06  Tom Tromey  <tromey@redhat.com>
+
+       * tools/gnu/classpath/tools/javah/Main.java (getName): New
+       method.
+       (getParser): Now protected.  Use getName.  Add '-v' alias for
+       --verbose.
+       (postParse): New method.
+       (run): Now protected.  Use postParse.
+       * tools/gnu/classpath/tools/javah/GcjhMain.java: New file.
+       * tools/Makefile.in: Rebuilt.
+       * tools/Makefile.am: Remove vm-tools.lst before creating it.
+
+2007-03-05  Matthias Klose  <doko@ubuntu.com>
+
+       * doc/Makefile.am(man_MANS): Add $(TOOLS_MANFILES).
+       * doc/Makefile.in: Regenerate.
+
+2007-02-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * java/util/TimeZone.java (getDefaultDisplayName): Don't
+       check if TimeZone is instanceof SimpleTimeZone.
+
+2007-02-21  Gary Benson  <gbenson@redhat.com>
+
+       * java/util/GregorianCalendar.java,
+       (add): Don't set fields directly anymore. Use set()
+
 2007-02-20  Matthias Klose  <doko@ubuntu.com>
 
        * Merge doc update from classpath HEAD.