2007-03-06 19:12:22 +00:00
|
|
|
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 18:50:14 +00:00
|
|
|
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 20:24:50 +00:00
|
|
|
2007-03-05 Matthias Klose <doko@ubuntu.com>
|
|
|
|
|
|
|
|
* doc/Makefile.am(man_MANS): Add $(TOOLS_MANFILES).
|
|
|
|
* doc/Makefile.in: Regenerate.
|
|
|
|
|
2007-02-26 12:01:55 +01:00
|
|
|
2007-02-26 Jakub Jelinek <jakub@redhat.com>
|
|
|
|
|
|
|
|
* java/util/TimeZone.java (getDefaultDisplayName): Don't
|
|
|
|
check if TimeZone is instanceof SimpleTimeZone.
|
|
|
|
|
2007-02-21 13:47:51 +00:00
|
|
|
2007-02-21 Gary Benson <gbenson@redhat.com>
|
|
|
|
|
|
|
|
* java/util/GregorianCalendar.java,
|
|
|
|
(add): Don't set fields directly anymore. Use set()
|
|
|
|
|
Makefile.am: Add rules to build and install man pages from texinfo docs.
ChangeLog
2007-02-20 Matthias Klose <doko@ubuntu.com>
* doc/Makefile.am: Add rules to build and install man pages
from texinfo docs.
* doc/hacking.texinfo doc/tools.texinfo, doc/vmintegration.texinfo:
Rename, prefix files with "cp-".
* doc/cp-tools.texinfo: Add markup for man page generation,
add documentation for command line options for gjar, gjavah,
gnative2ascii, gorbd, grmid, grmiregistry, gserialver, gtnameserv.
doc/texi2pod.pl: New, taken from the GCC sources.
ChangeLog.gcj
2007-02-20 Matthias Klose <doko@ubuntu.com>
* Merge doc update from classpath HEAD.
* doc/texi2pod.pl: Not imported.
* doc/Makefile.am: Use GCC's texi2pod.pl
* doc/Makefile.in: Regenerate.
From-SVN: r122170
2007-02-20 19:46:57 +00:00
|
|
|
2007-02-20 Matthias Klose <doko@ubuntu.com>
|
|
|
|
|
|
|
|
* 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 15:02:38 +00:00
|
|
|
2007-02-20 Gary Benson <gbenson@redhat.com>
|
|
|
|
|
|
|
|
* javax/management/MBeanServer.java: Updated.
|
|
|
|
* javax/management/MBeanServerConnection.java: Likewise.
|
|
|
|
* javax/management/ObjectName.java: Likewise.
|
|
|
|
* javax/management/StandardMBean.java: Likewise.
|
|
|
|
|
2007-02-15 17:25:24 +00:00
|
|
|
2007-02-15 David Daney <ddaney@avtrex.com>
|
|
|
|
|
|
|
|
* tools/Makefile.am (TOOLS_ZIP): Add classes from vm-tools-packages.
|
|
|
|
* tools/Makefile.in: Regenerated.
|
|
|
|
|
2007-02-15 16:40:44 +00:00
|
|
|
2007-02-15 Gary Benson <gbenson@redhat.com>
|
|
|
|
|
|
|
|
* javax/management/AttributeList.java: Updated.
|
|
|
|
* javax/management/MBeanServerDelegate.java: Likewise.
|
|
|
|
* javax/management/MBeanServerFactory.java: Likewise.
|
|
|
|
* javax/management/StandardMBean.java: Likewise.
|
|
|
|
|
2007-02-15 14:42:23 +00:00
|
|
|
2007-02-15 Gary Benson <gbenson@redhat.com>
|
|
|
|
|
|
|
|
* 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 13:05:06 +00:00
|
|
|
2007-02-15 Gary Benson <gbenson@redhat.com>
|
|
|
|
|
|
|
|
* javax/management/ObjectName.java:
|
|
|
|
(getKeyPropertyList()): Remove cast and call
|
|
|
|
to UnmodifiableMap.
|
|
|
|
|
2007-02-15 09:02:38 +00:00
|
|
|
2007-02-14 Gary Benson <gbenson@redhat.com>
|
|
|
|
|
|
|
|
* javax/management/ObjectName.java
|
|
|
|
(toString): Return this item's canonical name.
|
|
|
|
|
2007-02-12 23:52:39 +00:00
|
|
|
2007-02-12 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
* java/util/Collections.java (UnmodifiableMap.toArray): Imported
|
|
|
|
changes from Classpath.
|
|
|
|
|
2007-02-09 17:15:20 +00:00
|
|
|
2007-02-09 Gary Benson <gbenson@redhat.com>
|
|
|
|
|
|
|
|
* javax/management/ObjectName.java
|
|
|
|
(quote): Initialize StringBuilder correctly.
|
|
|
|
|
2007-02-08 16:05:13 +00:00
|
|
|
2007-02-08 Gary Benson <gbenson@redhat.com>
|
|
|
|
|
|
|
|
* javax/management/MBeanServerFactory.java
|
|
|
|
(servers): Initialize.
|
|
|
|
(createMBeanServer): Don't initialize servers.
|
|
|
|
|
2007-02-01 00:27:48 +00:00
|
|
|
2007-01-31 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
* tools/Makefile.in: Rebuilt.
|
|
|
|
* tools/Makefile.am (noinst_SCRIPTS): Renamed from bin_SCRIPTS.
|
|
|
|
(noinst_DATA): Renamed from TOOLS_DATA.
|
|
|
|
|
2007-01-20 18:34:19 +00:00
|
|
|
2007-01-20 Matthias Klose <doko@debian.org>
|
|
|
|
|
|
|
|
* 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-17 19:48:52 +00:00
|
|
|
2007-01-16 Jack Howarth <howarth@bromo.med.uc.edu>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
Readd missing chunks from r116332:
2007-01-10 Matthias Klose <doko@debian.org>
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
From-SVN: r120654
2007-01-11 00:01:27 +00:00
|
|
|
2007-01-10 Matthias Klose <doko@debian.org>
|
|
|
|
|
|
|
|
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
|
|
|
|
|
regexp, [...]: Remove empty directories.
2007-01-10 Matthias Klose <doko@debian.org>
* 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.
From-SVN: r120643
2007-01-10 16:39:47 +00:00
|
|
|
2007-01-10 Matthias Klose <doko@debian.org>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
2006-12-23 Andreas Tobler <a.tobler@schweiz.org>
|
2006-11-03 10:16:30 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
* classpath/tools/Makefile.am: Replace cp -a with a more portable
|
|
|
|
cp -pR.
|
|
|
|
* classpath/tools/Makefile.in: Regenerate.
|
2006-11-03 10:16:30 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
2006-12-18 Tom Tromey <tromey@redhat.com>
|
2006-10-10 19:31:56 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
* tools/Makefile.in: Rebuilt.
|
|
|
|
* tools/Makefile.am (GLIBJ_CLASSPATH): Look in srcdir.
|
2006-10-10 19:31:56 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
2006-12-18 Tom Tromey <tromey@redhat.com>
|
2006-10-05 09:32:57 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
* tools/Makefile.in: Rebuilt.
|
|
|
|
* tools/Makefile.am ($(TOOLS_ZIP)): Put classes in srcdir.
|
|
|
|
* tools/asm, tools/classes: Check in .class files.
|
2006-10-05 09:32:57 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
2006-12-18 Gary Benson <gbenson@redhat.com>
|
2006-09-25 21:06:04 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
* tools/Makefile.am: Fix typo.
|
|
|
|
* tools/Makefile.in: Rebuilt.
|
2006-09-25 21:06:04 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
2006-12-15 Andrew Haley <aph@redhat.com>
|
2006-09-25 21:04:01 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
* tools/Makefile.am (TOOLS_ZIP): Pass -g -w to javac.
|
|
|
|
Create all-classes.lst that contains all source filenames.
|
|
|
|
Delete asm.lst.
|
2006-09-25 21:04:01 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
2006-12-15 Tom Tromey <tromey@redhat.com>
|
2006-09-25 18:28:11 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
* configure, lib/Makefile.in: Rebuilt.
|
|
|
|
* lib/Makefile.am (compile-classes): Use JAVA_MAINTAINER_MODE.
|
|
|
|
* configure.ac: Added --enable-java-maintainer-mode.
|
2006-09-25 18:28:11 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
2006-12-12 Tom Tromey <tromey@redhat.com>
|
2006-09-25 17:30:21 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
* 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-09-25 17:30:21 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
2006-12-11 Tom Tromey <tromey@redhat.com>
|
2006-09-22 18:45:14 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
* Merged in Classpath from libgcj-import-20061211.
|
2006-09-22 18:45:14 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
2006-10-17 Tom Tromey <tromey@redhat.com>
|
2006-09-20 07:53:18 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
* sun/reflect/annotation/AnnotationInvocationHandler.java
|
|
|
|
(invoke): Clone array values before return.
|
|
|
|
(create): New method.
|
|
|
|
(arrayClone): Likewise.
|
2006-09-20 07:53:18 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
2006-10-12 Tom Tromey <tromey@redhat.com>
|
2006-09-20 07:53:18 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
* lib/Makefile.in: Rebuilt.
|
|
|
|
* lib/Makefile.am (JAVAC): Put classes in srcdir.
|
|
|
|
(compile-classes): Conditional on MAINTAINER_MODE.
|
SSLSocket.java (isBound, [...]): Removed old comment.
* 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.
From-SVN: r117035
2006-09-18 21:05:26 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
2006-07-18 Tom Tromey <tromey@redhat.com>
|
SSLSocket.java (isBound, [...]): Removed old comment.
* 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.
From-SVN: r117035
2006-09-18 21:05:26 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
* lib/Makefile.in: Rebuilt.
|
|
|
|
* lib/Makefile.am (JAVAC): Add -w, -g, and --encoding.
|
2006-09-11 18:15:27 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
2006-07-06 Tom Tromey <tromey@redhat.com>
|
2006-09-11 18:15:27 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
* lib/Makefile.in: Rebuilt.
|
|
|
|
* lib/Makefile.am (JAVAC): Define when FOUND_GCJ is true.
|
|
|
|
(compile-classes): Remove special case for gcj.
|
2006-09-05 07:49:08 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
2006-06-23 Tom Tromey <tromey@redhat.com>
|
2006-08-31 22:37:48 +00:00
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
* Imported Classpath generics 0.91, presesrving local changes.
|
2006-06-14 13:56:22 +00:00
|
|
|
|
2006-06-09 16:18:51 +00:00
|
|
|
2006-06-09 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
2007-01-09 19:58:05 +00:00
|
|
|
* lib/Makefile.gcj (GCJF): Added -g and -ftarget=1.5.
|
2006-06-09 16:18:51 +00:00
|
|
|
|
2006-05-30 21:38:51 +00:00
|
|
|
2006-05-30 Thomas Fitzsimmons <fitzsim@redhat.com>
|
|
|
|
|
|
|
|
* native/jni/gtk-peer/Makefile.am (gcc_version): New variable.
|
|
|
|
(gcjversionedlibdir): Likewise.
|
|
|
|
(libgtkpeer_la_LDFLAGS): Likewise.
|
|
|
|
Install libgtkpeer.so in GCJ versioned library directory.
|
|
|
|
* native/jawt/Makefile.am (gcc_version): New variable.
|
|
|
|
(gcjversionedlibdir): Likewise.
|
|
|
|
(libjawt_la_LDFLAGS): Likewise.
|
|
|
|
Rename libjawtgnu.so libjawt.so. Install libjawt.so in GCJ
|
|
|
|
versioned library directory.
|
|
|
|
* gnu/java/awt/peer/gtk/GdkFontPeer.java (static): Call
|
|
|
|
System.loadLibrary unconditionally.
|
|
|
|
* gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise.
|
|
|
|
* gnu/java/awt/peer/gtk/GdkGraphics2D.java: Likewise.
|
|
|
|
* gnu/java/awt/peer/gtk/GdkGraphics.java: Likewise.
|
|
|
|
* gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.
|
|
|
|
* gnu/java/awt/peer/gtk/GdkTextLayout.java: Likewise.
|
|
|
|
|
2006-05-19 17:23:31 +02:00
|
|
|
2006-05-19 Andreas Tobler <a.tobler@schweiz.ch>
|
|
|
|
|
|
|
|
* include/config-int.h: Delete, it is a generated file.
|
|
|
|
|
2006-04-05 22:47:51 +00:00
|
|
|
2006-04-05 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
PR libgcj/26625:
|
|
|
|
* lib/Makefile.in: Rebuilt.
|
|
|
|
* lib/Makefile.am (compile-classes): Touch the output file.
|
|
|
|
|
2006-04-04 20:05:01 +00:00
|
|
|
2006-04-04 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
* lib/gen-classlist.sh.in: Correct handle generated files.
|
|
|
|
|
|
|
|
2006-04-04 Mark Wielaard <mark@klomp.org>
|
|
|
|
|
|
|
|
* lib/gen-classlist.sh.in: Use classes.tmp, not classes.2
|
|
|
|
as temporary file name.
|
|
|
|
|
|
|
|
2006-04-04 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
* lib/split-for-gcj.sh: Updated for multi-field format.
|
|
|
|
* lib/Makefile.am (CLEANFILES): Added classes.2.
|
|
|
|
* lib/gen-classlist.sh.in (GCJ): Removed. Create classes.1 and
|
|
|
|
classes.2 using multiple fields.
|
|
|
|
|
|
|
|
2006-04-03 Bernhard Rosenkraenzer <bero@arklinux.org>
|
2006-03-29 21:33:08 +00:00
|
|
|
|
|
|
|
PR gcc/26901:
|
|
|
|
* Makefile.in: Rebuilt.
|
|
|
|
* Makefile.am (SUBDIRS): Remove 'tools'.
|
|
|
|
(DIST_SUBDIRS): Likewise.
|
|
|
|
|
2006-03-16 19:08:07 +00:00
|
|
|
2006-03-16 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
PR libgcj/26706:
|
|
|
|
* aclocal.m4, configure: Rebuilt.
|
|
|
|
* configure.ac (GCC_NO_EXECUTABLES): Moved earlier.
|
|
|
|
|
2006-03-16 01:54:51 +00:00
|
|
|
2006-03-15 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
PR libgcj/26688:
|
|
|
|
* lib/Makefile.in: Rebuilt.
|
|
|
|
* lib/Makefile.am (propertydirs): Ignore .svn directories.
|
|
|
|
(metafiles): Likewise.
|
|
|
|
|
2006-03-10 23:09:23 +00:00
|
|
|
2006-03-10 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
For PR libgcj/25713:
|
|
|
|
* java/util/zip/InflaterInputStream.java (read): Replaced with
|
|
|
|
libgcj implementation.
|
|
|
|
|
2006-03-08 15:03:48 +00:00
|
|
|
2006-03-08 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
PR libgcj/24183:
|
|
|
|
* native/jni/xmlj/Makefile.in: Rebuilt.
|
|
|
|
* native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
|
|
|
|
(reverted local patch).
|
|
|
|
|
2006-01-17 18:09:40 +00:00
|
|
|
2006-01-16 Mark Wielaard <mark@klomp.org>
|
|
|
|
|
|
|
|
* native/fdlibm/namespace.h: Empty for gcj.
|
|
|
|
|
|
|
|
2006-01-14 Anthony Green <green@redhat.com>
|
|
|
|
|
|
|
|
* java/net/ServerSocket.java (accept): Remove bogus
|
|
|
|
security check.
|
|
|
|
(implAccept): Add FIXME comment.
|
|
|
|
|
2006-01-06 20:12:22 +00:00
|
|
|
2006-01-06 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
PR libgcj/23499:
|
|
|
|
* lib/Makefile.in: Rebuilt.
|
|
|
|
* lib/Makefile.am (glibj_DATA): Commented out.
|
|
|
|
|
2005-12-01 19:33:42 +00:00
|
|
|
2005-12-01 Anthony Green <green@redhat.com>
|
|
|
|
|
|
|
|
PR bootstrap/25207
|
|
|
|
* configure.ac: Make sure we have an alsa library in addition to
|
|
|
|
the headers. This extra test is required for systems with
|
|
|
|
multilibs.
|
|
|
|
* configure: Rebuilt.
|
|
|
|
|
2005-10-03 22:33:10 +00:00
|
|
|
2005-10-03 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
* native/jawt/Makefile.in: Rebuilt.
|
|
|
|
* native/jawt/Makefile.am (noinst_LTLIBRARIES): Renamed.
|
|
|
|
* native/jni/xmlj/Makefile.in: Rebuilt.
|
|
|
|
* native/jni/xmlj/Makefile.am (noinst_LTLIBRARIES): Renamed.
|
|
|
|
* native/jni/qt-peer/Makefile.in: Rebuilt.
|
|
|
|
* native/jni/qt-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
|
|
|
|
* native/jni/gtk-peer/Makefile.in: Rebuilt.
|
|
|
|
* native/jni/gtk-peer/Makefile.am (noinst_LTLIBRARIES): Renamed.
|
|
|
|
|
2005-10-03 19:07:10 +00:00
|
|
|
2005-10-03 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
PR libgcj/24057:
|
|
|
|
* include/Makefile.in: Rebuilt.
|
|
|
|
* include/Makefile.am: Don't install headers.
|
|
|
|
|
2005-09-30 20:46:59 +00:00
|
|
|
2005-09-30 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
PR libgcj/24051:
|
|
|
|
* Makefile.in: Rebuilt.
|
|
|
|
* Makefile.am (ACLOCAL_AMFLAGS): Added -I ../../config
|
|
|
|
* configure: Rebuilt.
|
|
|
|
* configure.ac: Use GCC_NO_EXECUTABLES
|
|
|
|
|
2005-09-24 00:07:48 +00:00
|
|
|
2005-09-23 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
* native/jawt/.cvsignore: Likewise.
|
|
|
|
* native/jni/qt-peer/.cvsignore
|
|
|
|
* native/jawt/Makefile.in: Added.
|
|
|
|
* native/jni/qt-peer/Makefile.in: Likewise.
|
|
|
|
|
2005-09-23 21:31:04 +00:00
|
|
|
2005-09-23 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
Imported Classpath 0.18.
|
|
|
|
|
2005-08-23 13:53:12 +00:00
|
|
|
2005-08-23 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
* configure: Rebuilt.
|
|
|
|
* configure.ac: Fixed typo.
|
|
|
|
|
2005-08-23 01:46:49 +00:00
|
|
|
2005-08-22 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
PR libgcj/23498:
|
|
|
|
* doc/Makefile.am (info_TEXINFOS): Commented out.
|
|
|
|
* doc/Makefile.in: Rebuilt.
|
|
|
|
|
2005-08-22 21:51:59 +00:00
|
|
|
2005-08-22 Kelley Cook <kcook@gcc.gnu.org>
|
|
|
|
|
|
|
|
* Makefile.am (ACLOCAL_AMFLAGS): New.
|
|
|
|
* Makefile.in: Regenerate.
|
|
|
|
|
2005-08-22 20:01:53 +00:00
|
|
|
2005-08-22 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
PR libgcj/23498:
|
|
|
|
* doc/Makefile.am (info_TEXINFOS): Commented out.
|
|
|
|
* doc/Makefile.in: Rebuilt.
|
|
|
|
|
2005-08-11 11:29:01 +00:00
|
|
|
2005-08-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
|
|
|
|
|
|
|
* lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
|
|
|
|
Don't use unportable !.
|
|
|
|
|
ChangeLog.gcj, [...]: Added.
* ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess,
config.sub, configure, ltmain.sh, doc/Makefile.in,
doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in,
external/sax/Makefile.in, external/w3c_dom/Makefile.in,
include/Makefile.in, include/config.h.in, include/jni.h,
lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in,
native/jni/Makefile.in, native/jni/classpath/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/xmlj/Makefile.in, native/target/Makefile.in,
native/target/Linux/Makefile.in,
native/target/generic/Makefile.in, resource/Makefile.in,
scripts/Makefile.in: Added.
* native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore,
native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore,
native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore,
native/jni/.cvsignore, native/jni/java-lang/.cvsignore,
native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore,
native/testsuite/.cvsignore, native/.cvsignore,
native/vmi/.cvsignore, native/target/.cvsignore,
native/target/generic/.cvsignore, native/target/Linux/.cvsignore,
include/.cvsignore, doc/api/.cvsignore,
doc/www.gnu.org/faq/.cvsignore,
doc/www.gnu.org/downloads/.cvsignore,
doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore,
doc/www.gnu.org/events/.cvsignore,
doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore,
resource/.cvsignore, external/w3c_dom/.cvsignore,
external/sax/.cvsignore, external/.cvsignore,
java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore,
test/java.io/.cvsignore, test/.cvsignore,
test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore,
test/java.lang.reflect/.cvsignore, examples/.cvsignore,
lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore,
compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore,
vm/reference/.cvsignore, scripts/.cvsignore: Updated.
From-SVN: r102079
2005-07-16 01:11:24 +00:00
|
|
|
2005-07-15 Tom Tromey <tromey@redhat.com>
|
|
|
|
|
|
|
|
* ChangeLog.gcj, Makefile.in, aclocal.m4, config.guess,
|
|
|
|
config.sub, configure, ltmain.sh, doc/Makefile.in,
|
|
|
|
doc/api/Makefile.in, examples/Makefile.in, external/Makefile.in,
|
|
|
|
external/sax/Makefile.in, external/w3c_dom/Makefile.in,
|
|
|
|
include/Makefile.in, include/config.h.in, include/jni.h,
|
|
|
|
lib/Makefile.in, native/Makefile.in, native/fdlibm/Makefile.in,
|
|
|
|
native/jni/Makefile.in, native/jni/classpath/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/xmlj/Makefile.in, native/target/Makefile.in,
|
|
|
|
native/target/Linux/Makefile.in,
|
|
|
|
native/target/generic/Makefile.in, resource/Makefile.in,
|
|
|
|
scripts/Makefile.in: Added.
|
|
|
|
* native/fdlibm/.cvsignore, native/jni/xmlj/.cvsignore,
|
|
|
|
native/jni/java-util/.cvsignore, native/jni/classpath/.cvsignore,
|
|
|
|
native/jni/java-net/.cvsignore, native/jni/java-io/.cvsignore,
|
|
|
|
native/jni/.cvsignore, native/jni/java-lang/.cvsignore,
|
|
|
|
native/jni/gtk-peer/.cvsignore, native/jni/java-nio/.cvsignore,
|
|
|
|
native/testsuite/.cvsignore, native/.cvsignore,
|
|
|
|
native/vmi/.cvsignore, native/target/.cvsignore,
|
|
|
|
native/target/generic/.cvsignore, native/target/Linux/.cvsignore,
|
|
|
|
include/.cvsignore, doc/api/.cvsignore,
|
|
|
|
doc/www.gnu.org/faq/.cvsignore,
|
|
|
|
doc/www.gnu.org/downloads/.cvsignore,
|
|
|
|
doc/www.gnu.org/docs/.cvsignore, doc/www.gnu.org/.cvsignore,
|
|
|
|
doc/www.gnu.org/events/.cvsignore,
|
|
|
|
doc/www.gnu.org/announce/.cvsignore, doc/.cvsignore,
|
|
|
|
resource/.cvsignore, external/w3c_dom/.cvsignore,
|
|
|
|
external/sax/.cvsignore, external/.cvsignore,
|
|
|
|
java/util/.cvsignore, .cvsignore, test/java.net/.cvsignore,
|
|
|
|
test/java.io/.cvsignore, test/.cvsignore,
|
|
|
|
test/java.util/.cvsignore, test/gnu.java.lang.reflect/.cvsignore,
|
|
|
|
test/java.lang.reflect/.cvsignore, examples/.cvsignore,
|
|
|
|
lib/.cvsignore, gnu/classpath/.cvsignore, gnu/test/.cvsignore,
|
|
|
|
compat/java.net/.cvsignore, compat/.cvsignore, vm/.cvsignore,
|
|
|
|
vm/reference/.cvsignore, scripts/.cvsignore: Updated.
|