X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libjava%2Fclasspath%2FChangeLog.gcj;h=eeddf215781e08fa4acc734eba8098edf3141157;hb=ae8bbff506d08a4a512f533c0e9e916ee44dd205;hp=fda8d79d45ff3f725f4371dfbf191bea63aa9d3a;hpb=a6fe19f76c9dbd6309aa85d2cfcca5610682e318;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libjava/classpath/ChangeLog.gcj b/libjava/classpath/ChangeLog.gcj index fda8d79d45f..eeddf215781 100644 --- a/libjava/classpath/ChangeLog.gcj +++ b/libjava/classpath/ChangeLog.gcj @@ -1,70 +1,145 @@ -2006-08-24 Gary Benson +2007-01-31 Tom Tromey - * java/net/NetworkInterface.java (getInetAddresses): Bracket IPv6 - addresses. + * tools/Makefile.in: Rebuilt. + * tools/Makefile.am (noinst_SCRIPTS): Renamed from bin_SCRIPTS. + (noinst_DATA): Renamed from TOOLS_DATA. -2006-08-18 Roger Sayle +2007-01-20 Matthias Klose - * scripts/check_jni_methods.sh: Don't use the "set -C" command - which isn't available in all shells. + * 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. -2006-08-18 Tom Tromey +2007-01-16 Jack Howarth - * gnu/java/util/prefs/NodeWriter.java (writeParents): Removed - debugging prints. - * gnu/java/util/prefs/NodeReader.java (readNodes): Removed debugging - print. - (readEntries): Likewise. + * 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. -2006-08-09 Tom Tromey +2007-01-10 Matthias Klose - 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. + Readd missing chunks from r116332: -2006-08-07 Tom Tromey + * 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. - PR libgcj/28609: - * ltconfig: Copied from gcc. + Readd missing chunks from r115839: -2006-07-20 Keith Seitz + * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_LDFLAGS): + Add -avoid-version. + * native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add -avoid-version. - * include/jvmti.h: Include copy from upstream before next merge. + * 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 -2006-07-12 Tom Tromey +2007-01-10 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. + * 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-06-14 Tom Tromey +2006-12-23 Andreas Tobler - PR java/28024: - * aclocal.m4, configure: Rebuilt. - * m4/acinclude.m4 (REGEN_WITH_JAY): Use backquote, not $(...). - * configure.ac (QT_INCLUDE_DIR): Use backquote, not $(...). + * 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