X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libjava%2Fclasspath%2FChangeLog.gcj;h=84c35ed7d7732437bec4797fe1bcc43dcb7387c9;hb=40830e4d2499e6eff18af818f3301cc9c6953a70;hp=56d1cb91144da9ba4c78de714916bb37fff984b2;hpb=b2f717e8d96740c7c18198f0befd6a87e2000aab;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libjava/classpath/ChangeLog.gcj b/libjava/classpath/ChangeLog.gcj index 56d1cb91144..84c35ed7d77 100644 --- a/libjava/classpath/ChangeLog.gcj +++ b/libjava/classpath/ChangeLog.gcj @@ -1,167 +1,642 @@ -2006-10-05 Gary Benson +2011-01-31 Alexandre Oliva - * java/net/SocketPermission.java - (processHostport): Cope with IPv6 addresses with a - one-digit first component. + * configure.ac (GCJ_JAVAC): Run false rather than no. + * configure: Rebuilt. -2006-09-25 Tom Tromey +2011-01-03 Jakub Jelinek - * native/jni/gconf-peer/Makefile.in: Rebuilt. - * native/jni/gconf-peer/Makefile.am (libgconfpeer_la_LDFLAGS): New - variable. + * gnu/java/rmi/registry/RegistryImpl.java (version): Update + copyright notice dates. + * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise. -2006-09-25 Tom Tromey +2010-06-21 Jan Kratochvil - PR libgcj/29178: - * gnu/java/nio/charset/US_ASCII.java (Encoder.canEncode): New method. - (Encoder.canEncode): Likewise. - (Encoder.encodeLoop): Return unmappable for all non-ASCII characters. - * gnu/java/nio/charset/ByteCharset.java (Encoder.canEncode): New - method. - (Encoder.canEncode): Likewise. - * gnu/java/nio/charset/ISO_8859_1.java (Encoder.canEncode): New - method. - (Encoder.canEncode): Likewise. + * doc/Makefile.am (POD2MAN): Provide --date from ChangeLog. + * doc/Makefile.in: Regenerate. + +2010-04-07 Jakub Jelinek + + * native/jni/midi-alsa/gnu_javax_sound_midi_alsa_AlsaPortDevice.c + (Java_gnu_javax_sound_midi_alsa_AlsaPortDevice_run_1receiver_1thread_1): + Avoid set but not used warning. + +2010-01-09 Jakub Jelinek + + * gnu/java/rmi/registry/RegistryImpl.java (version): Update + copyright notice dates. + * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise. + +2009-07-01 Jakub Jelinek + + * gnu/javax/swing/text/html/parser/HTML_401F.java (defineElements): + Split this huge method into... + (defineElements1, defineElements2, defineElements3, defineElements4, + defineElements5, defineElements6): ... these smaller methods. + +2009-06-16 Matthias Klose -2006-09-25 Tom Tromey + * tools/gnu/classpath/tools/gjdoc/Main.java (getGjdocVersion): Use + gnu.classpath.Configuration.CLASSPATH_VERSION as version number. + * tools/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet.java + (getDocletVersion): Likewise. + * tools/classes/gnu/classpath/tools/gjdoc/Main*.class: Regenerate. + * tools/classes/gnu/classpath/tools/doclets/htmldoclet/HtmlDoclet*.class: + Regenerate. - * native/fdlibm/mprec.c (mprec_calloc): Renamed. - (Balloc): Updated. +2009-03-16 Matthias Klose -2006-09-25 Mark Wielaard + * configure.ac: Detect xulrunner-1.9. + * configure: Regenerate. - Suggested by Aaron M. Ucko - Fixes bug #29203 - * native/fdlibm/mprec.c (ulp): Define L as int32_t. +2009-02-03 Jakub Jelinek -2006-09-22 David Daney + * gnu/java/rmi/registry/RegistryImpl.java (version): Update + copyright notice dates. + * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise. - PR classpath/28661 - * gnu/java/net/protocol/http/HTTPURLConnection.java (connect): Add - default content-type for POST method. +2008-12-18 Ralf Wildenhues -2006-09-20 Gary Benson + * configure: Regenerate. - * java/net/InetAddress.java: Updated to latest. - * java/net/Inet4Address.java: Likewise. - * java/net/Inet6Address.java: Likewise. - * java/net/ResolverCache.java: Likewise. - * java/net/SocketPermission.java: Likewise. +2008-11-12 Jakub Jelinek - * java/net/Inet4Address.java - (AF_INET): Renamed to FAMILY. - (, writeReplace): Reflect the above. - * java/net/Inet6Address.java - (AF_INET6): Renamed to FAMILY. - (): Reflect the above. + PR libgcj/33764 + * configure.ac (INSTALL_BINARIES): New AM_CONDITIONAL. + * tools/Makefile.am: If not INSTALL_BINARIES, use noinst_PROGRAMS + instead of bin_PROGRAMS for binaries. + * configure: Regenerated. + * tools/Makefile.in: Regenerated. -2006-09-18 Tom Tromey +2008-11-10 Andrew Haley - * gnu/javax/net/ssl/provider/SSLSocket.java (isBound, isClosed, - isConnected): Removed old comment. - (getRemoteSocketAddress): Uncommented. - (setOOBInline, getOOBInline, setKeepAlive, getKeepAlive, - setTrafficClass, getTrafficClass, setReuseAddress, - getReuseAddress, shutdownInput, shutdownOutput, isInputShutdown, - isOutputShutdown): Uncommented. + * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c + (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawGlyphVector): + Remove bogus gdk_threads_leave (); -2006-09-11 David Daney +2008-10-23 Jakub Jelinek - PR classpath/28580 - * gnu/java/net/protocol/http/Request.java (readResponse): Call - createResponseBodyStream in more cases and with new parameter. - (createResponseBodyStream): Added new parameter mayHaveBody. Handle - HEAD and !mayHaveBody responses specially. + PR java/37893 + * tools/Makefile.am (tools.zip): Generate *.lst files always, not + just in JAVA_MAINTAINER_MODE. + * tools/Makefile.in: Regenerated. -2006-09-05 Gary Benson +2008-10-21 Matthias Klose - * java/net/SocketPermission.java - (maybeBracketIPv6Address): Renamed to processHostport. - (processHostport): Also translate "" to "localhost". - (setHostPort): Remove special cases for empty hostport and for - extra colons in hostport (processHostport handles these now). + * classpath/tools/gnu/classpath/tools/gjdoc/expr/Java*: Move from ... + * classpath/tools/generated/gnu/classpath/tools/gjdoc/expr/ ... here. + * Update .class files. -2006-08-31 Keith Seitz +2008-10-21 Andrew John Hughes - * include/jvmti.h: Update from Classpath to get latest fixes and - improvements. + * tools/Makefile.am: + Always generate parser in the srcdir. -2006-08-29 Gary Benson +2008-10-21 Matthias Klose - * java/net/SocketPermission.java - (maybeBracketIPv6Address): New method. - (): Pass the hostport argument through the above. + * doc/Makefile.am (MAINTAINERCLEANFILES): Add gjdoc.1. + * doc/Makefile.in: Regenerate. - * java/net/NetworkInterface.java (getInetAddresses): - Revert the previous change. +2008-10-20 Matthias Klose -2006-08-24 Gary Benson + * configure.ac: Fix path name in check for generated gjdoc parser files. + * configure: Regenerate. - * java/net/NetworkInterface.java (getInetAddresses): Bracket IPv6 - addresses. +2008-10-20 Matthias Klose -2006-08-18 Roger Sayle + * configure.ac: Don't check for working java, if not configured + with --enable-java-maintainer-mode. + * configure: Regenerate. - * scripts/check_jni_methods.sh: Don't use the "set -C" command - which isn't available in all shells. +2008-10-19 Matthias Klose -2006-08-18 Tom Tromey + * m4/ac_prog_java.m4: Revert previous change. + * m4/ac_prog_javac.m4: Apply it here. + * configure: Regenerate. - * gnu/java/util/prefs/NodeWriter.java (writeParents): Removed - debugging prints. - * gnu/java/util/prefs/NodeReader.java (readNodes): Removed debugging - print. - (readEntries): Likewise. +2008-10-19 Matthias Klose -2006-08-09 Tom Tromey + * m4/ac_prog_javac.m4: Don't check for working javac, if not configured + with --enable-java-maintainer-mode. + * configure: Regenerate. + * Makefile.in, */Makefile.in: Regenerate. - PR classpath/28666: - * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.c - (Java_gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice_nativeGetDisplayModes): - Create a 'short' array. +2008-09-30 Matthias Klose -2006-08-07 Tom Tromey + * m4/ac_prog_antlr.m4: Check for cantlr binary as well. - PR libgcj/28609: - * ltconfig: Copied from gcc. +2008-09-29 Matthias Klose -2006-07-20 Keith Seitz + * m4/ac_prog_antlr.m4: Check for antlr binary as well. - * include/jvmti.h: Include copy from upstream before next merge. +2008-09-28 Matthias Klose -2006-07-12 Tom Tromey + * PR libgcj/37636. Revert: + 2008-02-20 Matthias Klose - PR libgcj/27271: - * java/util/zip/ZipFile.java (getInputStream): Call addDummyByte - on PartialInputStream. - (PartialInputStream.dummyByteCount): New field. - (PartialInputStream.fillBuffer): Handle dummy byte. - (PartialInputStream.read): Likewise. - (PartialInputStream.addDummyByte): New method. + * tools/Makefile.am ($(TOOLS_ZIP)): Revert part of previous change, + Do copy resource files in JAVA_MAINTAINER_MODE only. + * tools/Makefile.in: Regenerate. -2006-06-14 Tom Tromey +2008-09-14 Matthias Klose - PR java/28024: - * aclocal.m4, configure: Rebuilt. - * m4/acinclude.m4 (REGEN_WITH_JAY): Use backquote, not $(...). - * configure.ac (QT_INCLUDE_DIR): Use backquote, not $(...). + * m4/ac_prog_javac_works.m4, m4/ac_prog_javac.m4, m4/acinclude.m4: + Revert local changes. + * m4/ac_prog_antlr.m4: Check for an runantlr binary. + * tools/Makefile.am, lib/Makefile.am: Revert local changes (JCOMPILER). + * tools/Makefile.am: Remove USE_JAVAC_FLAGS, pass ANTLR_JAR in + GLIBJ_CLASSPATH. + +2008-09-14 Matthias Klose + + Revert: + Daniel Frampton + + * AUTHORS: Added. + * java/lang/InheritableThreadLocal.java, + * java/lang/Thread.java, + * java/lang/ThreadLocal.java: + Modified to use java.lang.ThreadLocalMap. + * java/lang/ThreadLocalMap.java: + New cheaper ThreadLocal-specific WeakHashMap. + +2008-08-15 Matthias Klose + + * m4/acinclude.m4 (CLASSPATH_JAVAC_MEM_CHECK): Remove unknown + args for javac. + +2008-08-17 Mark Wielaard + + * gnu/java/awt/peer/gtk/CairoGraphics2D.java: Always loadLibrary + gtk-peer. + * gnu/java/awt/peer/gtk/GdkFontPeer.java: Likewise. + * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise. + * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java: Likewise. + * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise. + * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java: Likewise. + * gnu/java/awt/peer/gtk/*.class: Rebuilt. + +2008-06-28 Matthias Klose + + * m4/ac_prog_javac.m4: Disable check for JAVAC, when + not configured with --enable-java-maintainer-mode. + * aclocal.m4, configure: Regenerate. + * native/jni/gstreamer-peer/Makefile.am: Do not link with + libclasspathnative. + * native/jni/gstreamer-peer/Makefile.in: Regenerate. + * tools/Makefile.am, lib/Makefile.am: Use JAVAC for setting + JCOMPILER, drop flags not understood by gcj. + +2008-06-24 Tom Tromey + + PR libgcj/32198: + * tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.java + (compile): Reverse isAssignableFrom test. + * tools/gnu/classpath/tools/rmic/SourceGiopRmicCompiler.class: + Rebuilt. + +2008-04-18 Paolo Bonzini + + PR bootstrap/35457 + * aclocal.m4: Regenerate. + * configure: Regenerate. + +2008-04-18 Ralf Wildenhues + + * lib/gen-classlist.sh.in: Avoid grepping each omission, by + building an awk script with a hash for literal files, and + awk regular expressions for the rest. + * configure.ac: Call AC_PROG_AWK. + * configure: Regenerate. + + * m4/gcc_attribute.m4 (GCC_ATTRIBUTE): Fix cache variable name. + * tools/Makefile.am (gappletviewer, gjarsigner, gkeytool, gjar) + (gnative2ascii, gserialver, gjavah, grmiregistry, gtnameserv) + (gorbd, grmid, grmic) [!CREATE_WRAPPERS]: Add stub dependencies + for these scripts, to trick automake into hiding the respective + rules for the programs below the CREATE_WRAPPERS conditional. + * aclocal.m4: Regenerate. + * configure: Likewise. + * Makefile.in: Likewise. + * native/jni/Makefile.in: Likewise. + * native/jni/classpath/Makefile.in: Likewise. + * native/jni/gstreamer-peer/Makefile.in: Likewise. + * native/jni/midi-dssi/Makefile.in: Likewise. + * native/jni/gconf-peer/Makefile.in: Likewise. + * native/jni/java-io/Makefile.in: Likewise. + * native/jni/native-lib/Makefile.in: Likewise. + * native/jni/java-util/Makefile.in: Likewise. + * native/jni/java-lang/Makefile.in: Likewise. + * native/jni/midi-alsa/Makefile.in: Likewise. + * native/jni/java-nio/Makefile.in: Likewise. + * native/jni/java-net/Makefile.in: Likewise. + * native/jni/xmlj/Makefile.in: Likewise. + * native/jni/qt-peer/Makefile.in: Likewise. + * native/jni/gtk-peer/Makefile.in: Likewise. + * native/Makefile.in: Likewise. + * native/jawt/Makefile.in: Likewise. + * native/fdlibm/Makefile.in: Likewise. + * native/plugin/Makefile.in: Likewise. + * resource/Makefile.in: Likewise. + * scripts/Makefile.in: Likewise. + * tools/Makefile.in: Likewise. + * doc/Makefile.in: Likewise. + * doc/api/Makefile.in: Likewise. + * lib/Makefile.in: Likewise. + * external/Makefile.in: Likewise. + * external/jsr166/Makefile.in: Likewise. + * external/sax/Makefile.in: Likewise. + * external/w3c_dom/Makefile.in: Likewise. + * external/relaxngDatatype/Makefile.in: Likewise. + * include/Makefile.in: Likewise. + * examples/Makefile.in: Likewise. + +2008-04-17 Tom Tromey + + PR libgcj/35950: + * tools/gnu/classpath/tools/jar/Entry.java: New version from + Classpath. + * tools/classes/gnu/classpath/tools/jar/Entry.class: Update. + +2008-03-10 Jim Meyering + + Don't leak upon failed realloc. + * native/jni/classpath/jcl.c (JCL_realloc): Upon failed realloc, + free the original buffer before throwing the exception. + +2008-03-09 Ralf Wildenhues + + * doc/cp-hacking.texinfo: Fix spacing after periods. + * doc/cp-tools.texinfo: Likewise. + * doc/cp-vmintegration.texinfo: Likewise. + + * doc/cp-hacking.texinfo: Fix some typos. + * doc/cp-tools.texinfo: Likewise. + * doc/cp-vmintegration.texinfo: Likewise. + +2008-03-02 Jakub Jelinek + + * gnu/java/rmi/registry/RegistryImpl.java (version): Update + copyright notice dates. + * tools/gnu/classpath/tools/orbd/Main.java (run): Likewise. + +2008-02-20 Matthias Klose + + * tools/Makefile.am ($(TOOLS_ZIP)): Revert part of previous change, + Do copy resource files in JAVA_MAINTAINER_MODE only. + * tools/Makefile.in: Regenerate. + +2008-02-18 Jakub Jelinek + + * doc/cp-tools.texinfo (@direntry): Prefix info name with cp-. + * doc/cp-hacking.texinfo (@direntry): Likewise. + * doc/cp-vmintegration.texinfo (@direntry): Likewise. + +2008-02-06 Matthias Klose + + * tools/Makefile.am ($(TOOLS_ZIP)): Copy over rmic template files. + Copy resource files independent of JAVA_MAINTAINER_MODE. + * tools/Makefile.in: Regenerate. + +2008-01-28 Tom Tromey + + * tools/classes/gnu/classpath/tools/native2ascii/Native2ASCII$3.class: + Added. + +2008-01-27 Bernhard Fischer + + * java/util/SimpleTimeZone.java (SimpleTimeZone): Fix typo in comment. + * gnu/CORBA/GIOP/v1_2/RequestHeader.java (RequestHeader): Fix typo in + exception message. + +2008-01-27 Ralf Wildenhues + + * doc/README.jaxp: Fix typos. + +2007-09-04 Matthias Klose + + * configure.ac: Append libgcj soversion to nativeexeclibdir. + * configure: Regenerate. + +2007-08-04 Matthias Klose + + * java/util/EnumMap.java (clone): Add cast. + +2007-07-12 Matthias Klose + + * lib/jazzlib, tools/gnu/classpath/tools/rmi: Remove empty directories. + +2007-06-07 Matthias Klose + + PR libgcj/32227 + * include/config-int.h: Delete, it is a generated file. + +2007-06-04 Matthias Klose + + * m4/acinclude.m4: Accept GCJ and JIKES. + * configure: Regenerate. + +2007-05-31 Matthias Klose + + * 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 + + PR libjava/32098 + * configure.ac: Add AC_CONFIG_AUX_DIR(../..). + * aclocal.m4: Regenerated. + * configure: Likewise. + * Makefile.in: Likewise. + +2007-04-25 Andrew Haley + + * 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 + + * 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 + Chris Burdess + + PR classpath/30831 + * gnu/xml/dom/ls/SAXEventSink.java: Only set extended document + properties when reader is available. + +2007-03-08 Gary Benson + + 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 + + PR classpath/30906: + * resource/META-INF/services/org.w3c.dom.DOMImplementationSourceList: + New file. + +2007-03-06 Matthias Klose + + * doc/Makefile.am(gkeytool.pod): Don't use sed -i. + * doc/Makefile.in: Regenerate. + +2007-03-06 Tom Tromey + + * 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 + + * doc/Makefile.am(man_MANS): Add $(TOOLS_MANFILES). + * doc/Makefile.in: Regenerate. + +2007-02-26 Jakub Jelinek + + * java/util/TimeZone.java (getDefaultDisplayName): Don't + check if TimeZone is instanceof SimpleTimeZone. + +2007-02-21 Gary Benson + + * java/util/GregorianCalendar.java, + (add): Don't set fields directly anymore. Use set() + +2007-02-20 Matthias Klose + + * Merge doc update from classpath HEAD. + * doc/texi2pod.pl: Not imported. + * doc/Makefile.am: Use GCC's texi2pod.pl + * doc/Makefile.in: Regenerate. + +2007-02-20 Gary Benson + + * javax/management/MBeanServer.java: Updated. + * javax/management/MBeanServerConnection.java: Likewise. + * javax/management/ObjectName.java: Likewise. + * javax/management/StandardMBean.java: Likewise. + +2007-02-15 David Daney + + * tools/Makefile.am (TOOLS_ZIP): Add classes from vm-tools-packages. + * tools/Makefile.in: Regenerated. + +2007-02-15 Gary Benson + + * javax/management/AttributeList.java: Updated. + * javax/management/MBeanServerDelegate.java: Likewise. + * javax/management/MBeanServerFactory.java: Likewise. + * javax/management/StandardMBean.java: Likewise. + +2007-02-15 Gary Benson + + * gnu/javax/management/Server.java + (registerMBean): Always register objects that implement the + MBeanRegistration interface, and check the name returned by + preRegister before using it. + +2007-02-15 Gary Benson + + * javax/management/ObjectName.java: + (getKeyPropertyList()): Remove cast and call + to UnmodifiableMap. + +2007-02-14 Gary Benson + + * javax/management/ObjectName.java + (toString): Return this item's canonical name. + +2007-02-12 Tom Tromey + + * java/util/Collections.java (UnmodifiableMap.toArray): Imported + changes from Classpath. + +2007-02-09 Gary Benson + + * javax/management/ObjectName.java + (quote): Initialize StringBuilder correctly. + +2007-02-08 Gary Benson + + * javax/management/MBeanServerFactory.java + (servers): Initialize. + (createMBeanServer): Don't initialize servers. + +2007-01-31 Tom Tromey + + * tools/Makefile.in: Rebuilt. + * tools/Makefile.am (noinst_SCRIPTS): Renamed from bin_SCRIPTS. + (noinst_DATA): Renamed from TOOLS_DATA. + +2007-01-20 Matthias Klose + + * native/jni/gtk-peer/Makefile.am, native/jawt/Makefile.am: Install + into nativeexeclibdir instead of gcjversionedlibdir. + * native/jni/gtk-peer/Makefile.in, native/jawt/Makefile.in: Regenerate. + +2007-01-16 Jack Howarth + + * configure.ac: Use multi.m4 from aclocal rather than + custom code. Use multi_basedir instead libgcj_basedir. + * aclocal.m4: Regenerate. + * configure: Regenerate. + * Makefile.in: Regenerate. + +2007-01-10 Matthias Klose + + Readd missing chunks from r116332: + + * m4/acinclude.m4 (CLASSPATH_TOOLEXECLIBDIR): New macro. + * resource/Makefile.am (loggingdir): Define to + toolexeclibdir. + (securitydir): Likewise. + * configure.ac: Call CLASSPATH_TOOLEXECLIBDIR. + Set default nativeexeclibdir using toolexeclibdir. + + Readd missing chunks from r115839: + + * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_LDFLAGS): + Add -avoid-version. + * native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add -avoid-version. + + * configure, Makefile.in, doc/Makefile.in, doc/api/Makefile.in, + examples/Makefile.in, external/Makefile.in, + external/jsr166/Makefile.in, external/relaxngDatatype/Makefile.in, + external/sax/Makefile.in, external/w3c_dom/Makefile.in, + include/Makefile.in, lib/Makefile.in, native/Makefile.in, + native/fdlibm/Makefile.in, native/jawt/Makefile.in, + native/jni/Makefile.in, native/jni/classpath/Makefile.in, + native/jni/gconf-peer/Makefile.in, native/jni/gtk-peer/Makefile.in + native/jni/java-io/Makefile.in, native/jni/java-lang/Makefile.in, + native/jni/java-net/Makefile.in, native/jni/java-nio/Makefile.in, + native/jni/java-util/Makefile.in, native/jni/midi-alsa/Makefile.in, + native/jni/midi-dssi/Makefile.in, native/jni/native-lib/Makefile.in, + native/jni/qt-peer/Makefile.in, native/jni/xmlj/Makefile.in, + native/plugin/Makefile.in, resource/Makefile.in, scripts/Makefile.in, + tools/Makefile.in: Regenerate + +2007-01-10 Matthias Klose + + * resource/gnu/regexp, tools/gnu/classpath/tools/rmi/rmic, + tools/gnu/classpath/tools/rmi/rmid, tools/gnu/classpath/tools/giop, + doc/www.gnu.org, doc/unicode, testsuite, testsuite/java.sun.awt, + testsuite/javax.swing.text.html.parser, testsuite/java.lang, + testsuite/java.opstack, testsuite/java.sun.tools, testsuite/java.text, + testsuite/scheme, testsuite/config, testsuite/java.net, testsuite/lib, + testsuite/java.io, testsuite/java.util, native/target, + native/testsuite, native/vmi, org/omg/CORBA/SendingContext, + gnu/regexp, test, compat: Remove empty directories. + +2006-12-23 Andreas Tobler + + * classpath/tools/Makefile.am: Replace cp -a with a more portable + cp -pR. + * classpath/tools/Makefile.in: Regenerate. + +2006-12-18 Tom Tromey + + * tools/Makefile.in: Rebuilt. + * tools/Makefile.am (GLIBJ_CLASSPATH): Look in srcdir. + +2006-12-18 Tom Tromey + + * tools/Makefile.in: Rebuilt. + * tools/Makefile.am ($(TOOLS_ZIP)): Put classes in srcdir. + * tools/asm, tools/classes: Check in .class files. + +2006-12-18 Gary Benson + + * tools/Makefile.am: Fix typo. + * tools/Makefile.in: Rebuilt. + +2006-12-15 Andrew Haley + + * tools/Makefile.am (TOOLS_ZIP): Pass -g -w to javac. + Create all-classes.lst that contains all source filenames. + Delete asm.lst. + +2006-12-15 Tom Tromey + + * configure, lib/Makefile.in: Rebuilt. + * lib/Makefile.am (compile-classes): Use JAVA_MAINTAINER_MODE. + * configure.ac: Added --enable-java-maintainer-mode. + +2006-12-12 Tom Tromey + + * Makefile.in, tools/Makefile.in: Rebuilt. + * Makefile.am (SUBDIRS): Removed gcj-local change. + (DIST_SUBDIRS): Likewise. + * tools/Makefile.am (JCOMPILER): Use gcj, not gcjx. + (GLIBJ_BOOTCLASSPATH): Find core classes in srcdir. + +2006-12-11 Tom Tromey + + * Merged in Classpath from libgcj-import-20061211. + +2006-10-17 Tom Tromey + + * sun/reflect/annotation/AnnotationInvocationHandler.java + (invoke): Clone array values before return. + (create): New method. + (arrayClone): Likewise. + +2006-10-12 Tom Tromey + + * lib/Makefile.in: Rebuilt. + * lib/Makefile.am (JAVAC): Put classes in srcdir. + (compile-classes): Conditional on MAINTAINER_MODE. + +2006-07-18 Tom Tromey + + * lib/Makefile.in: Rebuilt. + * lib/Makefile.am (JAVAC): Add -w, -g, and --encoding. + +2006-07-06 Tom Tromey + + * lib/Makefile.in: Rebuilt. + * lib/Makefile.am (JAVAC): Define when FOUND_GCJ is true. + (compile-classes): Remove special case for gcj. + +2006-06-23 Tom Tromey + + * Imported Classpath generics 0.91, presesrving local changes. 2006-06-09 Tom Tromey - PR classpath/23863: - * native/fdlibm/dtoa.c (_dtoa): Free contents of _Jv_reent when - finished. - * native/fdlibm/mprec.c: New version from newlib. Commented out - some includes. Added . - (_reent, _Bigint): New defines. - (_REENT_CHECK_MP, _REENT_MP_FREELIST, _REENT_MP_P5S): Likewise. - (__ULong, __Long): New types. - (_calloc_r): New function. - (Balloc): Dynamically add new _freelist entries as needed. - * native/fdlibm/mprec.h (struct _Jv_Bigint): Don't use - MAX_BIGNUMS to size _x[]. - (struct _Jv_reent): _freelist now a _Jv_Bigint**. Removed - _allocation_map, num. Added _max_k. + * lib/Makefile.gcj (GCJF): Added -g and -ftarget=1.5. 2006-05-30 Thomas Fitzsimmons