OSDN Git Service

2006-04-25 Andrew Haley <aph@redhat.com>
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index cf84f1a..04695cb 100644 (file)
+2006-04-25  Andrew Haley  <aph@redhat.com>
+
+       * java/lang/natClassLoader.cc: Don't include link.h or dladdr.h.
+       * boehm.cc: Don't include link.h.
+       (_Jv_RegisterLibForGc): Cast away const when calling dladdr().
+
+2006-04-24  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/natClass.cc (_Jv_getInterfaceMethod): Skip <clinit>.
+
+2006-04-21  Andrew Haley  <aph@redhat.com>
+
+       * include/execution.h (struct _Jv_CompiledEngine): Define for
+       compiled classes.
+       * java/lang/natClassLoader.cc (_Jv_RegisterClasses): Call
+       _Jv_RegisterLibForGc.
+       (_Jv_RegisterClasses_Counted): Likewise.
+       (_Jv_NewClassFromInitializer): New.
+       (_Jv_RegisterNewClasses): New.
+       * sources.am: Regenerate.
+       * boehm.cc (_Jv_GC_has_static_roots): new.
+       (_Jv_InitGC): Call GC_register_has_static_roots_callback.
+       (filename_node, find_file, _Jv_print_gc_store, new_node,
+       _Jv_GC_has_static_roots, _Jv_RegisterLibForGc): New.
+       * scripts/makemake.tcl: Add -fno-indirect-classes.
+       * Makefile.in: Regenerate.
+       * link.cc (resolve_pool_entry): Allocate constant pool.
+       Allocate fields.
+       
+2006-04-22  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * configure.ac: Weaken the check for MMAP.
+       * configure: Rebuilt.
+       * include/config.h.in: Likewise.
+
+2006-04-20  Bryce McKinlay  <mckinlay@redhat.com>
+
+       PR libgcj/27170
+       * gnu/gcj/runtime/natSharedLibLoader.cc: Include gc.h to override
+       dlopen(). From Anthony Green.
+
+2006-04-20  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/21941:
+       * gnu/java/net/natPlainDatagramSocketImplPosix.cc (send): Throw
+       UnknownHostException if needed.
+       * gnu/java/net/natPlainSocketImplPosix.cc (connect): Throw
+       UnknownHostException if needed.
+
+2006-04-19  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in: Rebuilt.
+       * Makefile.am (CLEANFILES): Removed all_java_filelist_files,
+       all_java_deps_files.
+
+2006-04-19  Tom Tromey  <tromey@redhat.com>
+
+       * gnu/java/nio/channels/natFileChannelPosix.cc (write): Properly
+       handle EINTR.
+
+2006-04-17  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/27171:
+       * testsuite/libjava.lang/pr27171.java: New file.
+       * testsuite/libjava.lang/pr27171.out: New file.
+       * gnu/gcj/convert/Output_UTF8.java (havePendingBytes): Return
+       true if we've seen a high surrogate.
+       (write): Handle high surrogates at the end of the stream.
+       Properly emit isolated low surrogates.
+
+2006-04-17  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * testsuite/libjava.lang/stringconst2.java: Print a stack trace in case
+       of failure.
+
+2006-04-13  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/26522:
+       * Makefile.in: Rebuilt.
+       * Makefile.am (libsubdir): New variable.
+
+2006-04-12  NAKATA Maho  <maho@FreeBSD.org> 
+
+       PR libgcj/23829
+       * configure.ac: Link against -lpthread rather than -lc_r on
+       FreeBSD 5 and above.
+       * configure: Regenerate.
+
+2006-04-11  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * gnu/gcj/runtime/SystemClassLoader.java (addClass): Get the value
+       of package-private field "loadedClasses" using reflection.
+       * java/lang/VMCompiler.java (compileClass): Remove unreachable catch
+       block.
+
+2006-04-10  Matthias Klose  <doko@debian.org>
+
+       * testsuite/lib/libjava.exp (libjava_init): Recognize multilib
+       directory names containing underscores.
+
+2006-04-10  Andrew Haley  <aph@redhat.com>
+
+       * include/x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): New.
+       (SIGNAL_HANDLER): Mark arg as unused.
+       * configure.host (x86_64-* DIVIDESPEC): Use
+       fno-use-divide-subroutine.
+
+2006-04-07  Andrew Haley  <aph@redhat.com>
+
+       * java/net/InetAddress.java: Throw an UnknownHostException if
+       lookup fails.
+
+2006-04-05  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/26625:
+       * Makefile.in: Rebuilt.
+       * Makefile.am (libgcj-$(gcc_version).jar): Depend on
+       classpath/lib/compile-classes.
+
+2006-04-05  Ranjit Mathew  <rmathew@gcc.gnu.org>
+
+       * configure.host: Add -fno-omit-frame-pointer to libgcj_flags for
+       MinGW since EBP is used for backtracking through call frames on this
+       platform.
+
+2006-04-05  Archit Shah  <ashah@redhat.com>
+
+       PR java/25414
+       * gnu/java/rmi/rmic/CompilerProcess.java (computeTypicalArguments):
+       Add classpath argument.
+       * gnu/java/rmi/rmic/Compile_gcj.java (computeArguments): Adjust
+       caller.
+       * gnu/java/rmi/rmic/Compile_jikes.java (computeArguments): Likewise.
+       * gnu/java/rmi/rmic/Compile_kjc.java (computeArguments): Likewise.
+       * gnu/java/rmi/rmic/Compiler.java (getClasspath, setClasspath): New.
+       * gnu/java/rmi/rmic/RMIC.java: Set classpath for compiler, call
+       mkdirs for destination directory, correct handling of superclasses
+       and interfaces of the remote class, correct handling of exceptions
+       declared by remote methods.
+
+2006-04-04  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/26990:
+       * prims.cc (_Jv_RunMain): Use exitNoChecksAccessor.
+       * gnu/java/lang/natMainThread.cc (call_main): Use
+       exitNoChecksAccessor.
+       * testsuite/libjava.lang/pr26990.out: New file.
+       * testsuite/libjava.lang/pr26990.java: New file.
+       * java/lang/Runtime.java (exitNoChecks): New method.
+       (exitNoChecksAccessor): Likewise.
+       (exit): Call exitNoChecks.
+
+2006-04-03  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in: Rebuilt.
+       * Makefile.am (ZIP): Removed.
+       (libgcj-$(gcc_version).jar): Use $(JAR).
+       (src.zip): Likewise.
+       * configure: Rebuilt.
+       * configure.ac: Check for jar.  Removed code to set ZIP.
+
+2006-04-03  Andrew Haley  <aph@redhat.com>
+
+       * testsuite/libjava.lang/Float_2.java: New file.
+
+2006-03-31  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * posix.cc (_Jv_platform_nanotime): Declare id with clockid_t.
+
+2006-03-30  Tom Tromey  <tromey@redhat.com>
+
+       PR java/26042:
+       * testsuite/libjava.compile/pr26042.java: New file.
+
+2006-03-29  Tom Tromey  <tromey@redhat.com>
+
+       * sources.am, Makefile.in: Rebuilt.
+       * scripts/makemake.tcl: Scan classpath/external/relaxngDatatype.
+
+2006-03-29  Tom Tromey  <tromey@redhat.com>
+
+       PR java/26390:
+       * testsuite/libjava.lang/pr26390.out: New file.
+       * testsuite/libjava.lang/pr26390.java: New file.
+       * sources.am, Makefile.in: Rebuilt.
+       * scripts/makemake.tcl: Compile gnu/java/awt/peer/swing.
+
+2006-03-29  Tom Tromey  <tromey@redhat.com>
+
+       * posix.cc (_Jv_platform_nanotime): Look for CLOCK_MONOTONIC and
+       CLOCK_HIGHRES.
+
+2006-03-28  Anthony Balkissoon  <abalkiss@redhat.com>
+
+       * scripts/unicode-muncher.pl: Removed this file.
+       * scripts/MakeCharTables.java: Likewise.
+       * scripts/unicode-to-chartables.pl: New file.
+       * java/lang/natCharacter.cc: 
+       (UNASSIGNED_TYPE): New field.
+       (UNASSIGNED_DIGIT): Likewise.
+       (UNASSIGNED_DIRECTION): Likewise.
+       (UNASSIGNED_NUMERIC_VALUE): Likewise.
+       (PRIVATE_TYPE): Likewise.
+       (PRIVATE_DIRECTION): Likewise.
+       (readCodePoint): New method.
+       (getType(jint)): Likewise.
+       (toLowerCase(jint)): Likewise.
+       (toUpperCase(jint)): Likewise.
+       (toTitleCase(jint)): Likewise.
+       (digit(jint, jint)): Likewise.
+       (getNumericValue(jint)): Likewise.
+       (getDirectionality(jint)): Likewise.
+       (readChar),
+       (getType(jchar)),
+       (toLowerCase(jchar)),
+       (toUpperCase(jchar)),
+       (toTitleCase(jchar)),
+       (digit(jchar, jint)),
+       (getNumericValue(jchar)),
+       (getDirectionality(jchar)): Changed references from data to data[0], 
+       blocks to blocks[0], direction to direction[0], numValue to 
+       numValue[0], upper to upper[0], lower to lower[0], and shift to 
+       shift[0] to reflect the new structures in java-chartables.h.    
+       * java/lang/Character.java:
+       (readCodePoint): Declared new native method.
+       (getType(int)): Likewise.
+       (toLowerCase(int)): Likewise.
+       (toUpperCase(int)): Likewise.
+       (toTitleCase(int)): Likewise.
+       (digit(int, int)): Likewise.
+       (getNumericValue(int)): Likewise.
+       (getDirectionality(int)): Likewise.
+       (isLowerCase(int)): New method.
+       (isUpperCase(int)): Likewise.
+       (itTitleCase(int)): Likewise.
+       (isDigit(int)): Likewise.
+       (isDefined(int)): Likewise.
+       (isLetter(int)): Likewise.
+       (isLetterOrDigit(int)): Likewise.
+       (isJavaIdentifierStart(int)): Likewise.
+       (isJavaIdentifierPart(int)): Likewise.
+       (isUnicodeIdentifierStart(int)): Likewise.
+       (isUnicodeIdentifierPart(int)): Likewise.
+       (isIdentifierIgnorable(int)): Likewise.
+       (isSpaceChar(int)): Likewise.
+       (isWhitespace(int)): Likewise.
+       (isISOControl(int)): Likewise.
+       (isMirrored(int)): Likewise.
+       * include/java-chartables.h: Generated from 
+       scripts/unicode-to-chartables.h.
+
+2006-03-24  David Daney  <ddaney@avtrex.com)
+
+       * testsuite/libjava.lang/PR26858.java: New test.
+       * testsuite/libjava.lang/PR26858.out: Ditto.
+       * testsuite/libjava.lang/PR26858.xfail: Ditto.
+
+2006-03-16  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * include/sh-signal.h (MAKE_THROW_FRAME): Change into empty
+       macro.
+       
+2006-03-15  Tom Tromey  <tromey@redhat.com>
+
+       * testsuite/libjava.jacks/jacks.xfail: Removed
+       13.1-runtime-method-5.
+
+2006-03-15  Tom Tromey  <tromey@redhat.com>
+
+       PR java/26638:
+       * link.cc (get_interfaces): Skip <clinit>.
+       (append_partial_itable): Likewise.
+
+2006-03-10  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/25713:
+       * java/util/zip/Deflater.java (flush): New method.
+       * sources.am, Makefile.in: Rebuilt.
+       * java/util/zip/DeflaterOutputStream.java: Removed.
+       * java/util/zip/InflaterInputStream.java: Likewise.
+       * java/util/zip/GZIPInputStream.java: Likewise.
+       * java/util/zip/GZIPOutputStream.java: Likewise.
+
+2006-03-10  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * include/powerpc-signal.h: Fix typo in comment.
+
+2006-03-09  Mark Wielaard  <mark@klomp.org>
+
+       Imported GNU Classpath 0.90
+       * scripts/makemake.tcl: Set gnu/java/awt/peer/swing to ignore.
+       * gnu/classpath/jdwp/VMFrame.java (SIZE): New constant.
+       * java/lang/VMCompiler.java: Use gnu.java.security.hash.MD5.
+       * java/lang/Math.java: New override file.
+       * java/lang/Character.java: Merged from Classpath.
+       (start, end): Now 'int's.
+       (canonicalName): New field.
+       (CANONICAL_NAME, NO_SPACES_NAME, CONSTANT_NAME): New constants.
+       (UnicodeBlock): Added argument.
+       (of): New overload.
+       (forName): New method.
+       Updated unicode blocks.
+       (sets): Updated.
+       * sources.am: Regenerated.
+       * Makefile.in: Likewise.
+
+2006-03-09  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/23495:
+       * java/lang/natString.cc (_Jv_NewString): Use memcpy.
+       (equals): Use memcmp.
+       (contentEquals): Likewise.
+       (getChars): Use memcpy.
+       (toCharArray): Likewise.
+       (regionMatches): Use memcmp.
+       (regionMatches): Likewise.
+       (startsWith): Likewise.
+       (concat): Use memcpy.
+       (valueOf): Likewise.
+
+2006-03-09  Tom Tromey  <tromey@redhat.com>
+
+       * configure: Rebuilt.
+       * configure.ac (HAVE_CLOCK_GETTIME): Put -lrt in THREADLIBS as
+       well.
+
+2006-03-09  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/24461:
+       * java/util/zip/InflaterInputStream.java (fill): Throw exception
+       if stream is truncated.
+
+2006-03-09  Tom Tromey  <tromey@redhat.com>
+
+       * win32.cc (_Jv_platform_nanotime): New function.
+       * include/win32.h (_Jv_platform_nanotime): Declare.
+       * posix.cc (_Jv_platform_nanotime): New function.
+       * include/posix.h (_Jv_platform_nanotime): Declare.
+       * java/lang/natSystem.cc (nanoTime): New method.
+       * java/lang/System.java (nanoTime): Declare.
+       * include/config.h.in, configure: Rebuilt.
+       * configure.ac: Check for clock_gettime.
+
+2006-03-08  David Daney  <ddaney@avtrex.com>
+
+       * configure.ac (LD): Add AC_CHECK_TOOL for ld.
+       (LD_START_STATIC_SPEC): New AC_SUBST, set with ld check.
+       (LD_FINISH_STATIC_SPEC): Ditto
+       * configure: Regenerated.
+       * libgcj.spec.in: Wrap -lgcj in LD_START_STATIC_SPEC and
+       LD_FINISH_STATIC_SPEC.
+       
+2006-03-07  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/26103:
+       * java/lang/ClassLoader.java (loadClass): Don't throw
+       StringIndexOutOfBoundsException if name is empty.
+       * java/lang/natClassLoader.cc (loadClassFromSig): Throw exception
+       if class not found.
+
+2006-03-07  David Daney  <ddaney@avtrex.com>
+
+       * include/java-interp.h: Removed extern "C" around #include <ffi.h>.
+
+2006-03-07  David Daney  <ddaney@avtrex.com>
+
+       * link.cc: Include ffi.h if USE_LIBFFI defined.
+       
+2006-03-03  Tom Tromey  <tromey@redhat.com>
+
+       * interpret.cc (do_allocate_static_fields): Added comment.
+
+2006-03-01  Tom Tromey  <tromey@redhat.com>
+
+       PR java/24321:
+       * testsuite/libjava.lang/pr24321.java: New file.
+       * testsuite/libjava.lang/pr24321.out: New file.
+       * java/lang/natClass.cc (isInstance): Don't initialize class.
+       (isAssignableFrom): Likewise.
+
+2006-02-27  Jakub Jelinek  <jakub@redhat.com>
+
+       PR other/26208
+       * exception.cc (PERSONALITY_FUNCTION): Use _Unwind_GetIPInfo instead
+       of _Unwind_GetIP.
+       * include/i386-signal.h (MAKE_THROW_FRAME): Change into empty macro.
+       (HANDLE_DIVIDE_OVERFLOW): Don't adjust _res->eip if falling through
+       to throw.
+       * include/x86_64-signal.h (MAKE_THROW_FRAME): Change into empty
+       macro.
+       * include/powerpc-signal.h (MAKE_THROW_FRAME): Change into empty
+       macro.
+
+2006-02-23  Scott Gilbertson  <scottg@mantatest.com>
+
+       * gnu/awt/j2d/IntegerGraphicsState.java (getClip): Clone clip
+       before returning, handle null clip.
+       (getClipBounds): Handle null clip.
+       * gnu/awt/j2d/Graphics2DImpl.java (clipRect): Handle null clip.
+       * gnu/awt/xlib/XCanvasPeer.java (): 
+       (getLocationOnScreen): Implement.
+       * classpath/gnu/java/awt/peer/GLightweightPeer.java
+       (repaint): Merged with Classpath.
+       * classpath/java/awt/Graphics.java (hitClip): Merged with
+       Classpath.
+
+2006-02-21  Robert Schuster  <robertschuster@fsfe.org>
+
+       * link.cc: Added variant of create_error_method that
+       will not complain about unused parameter if compiled with
+       USE_LIBFFI not being defined.
+       (_Jv_Linker::find_field_helper): Fixed indentation.
+       (_Jv_Linker::create_error_method): Fixed indentation.
+       (_Jv_Linker::link_symbol_table): Fixed indentation.
+
+2006-02-16  Andrew Haley  <aph@redhat.com>
+
+       * stacktrace.cc (GetStackTraceElements): Call
+       gnu::gcj::runtime::NameFinder::removeUnknown() to determine if
+       non-Java frames should be removed from a printed stack trace.
+       Pass methodName to getLineNumberForFrame().
+       (getLineNumberForFrame): Set method_name from info.dli_sname.
+       * gnu/gcj/runtime/NameFinder.java (removeUnknown): New method.
+       (remove_unknown): New variable.
+       * include/java-stack.h (_Jv_StackTrace::getLineNumberForFrame):
+       Add methodName arg.
+
+2006-02-15  Matthias Klose  <doko@debian.org>
+
+       * gnu/java/nio/charset, gnu/java/net/protocol/file,
+       gnu/regexp: Remove empty directories.
+
+2006-02-09  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * java/lang/Class.h (_Jv_IDispatchTable): Make it a struct. Put 
+       'itable' inline, instead of as a pointer.
+       (java::lang::Class): Put 'idt' in anonymous union with 'ioffsets'.
+       * link.cc (null_idt): Update definition.
+       (_Jv_Linker::prepare_constant_time_tables): Allocate klass->idt
+       as a single struct. Use _Jv_AllocBytes, not _Jv_AllocRawObj.
+       (_Jv_Linker::generate_itable): Update to use 'ioffsets'.
+       (_Jv_Linker::find_iindex): Likewise. Update comment.
+       * java/lang/natClass.cc (_Jv_LookupInterfaceMethodIdx): Update for
+       _Jv_IDispatchTable change.
+       (_Jv_IsAssignableFrom): Likewise.
+
+2006-02-08  Bryce McKinlay  <mckinlay@redhat.com>
+
+       PR libgcj/25187:
+       * gnu/gcj/io/natSimpleSHSStream.cc
+       (gnu::gcj::io::SimpleSHSStream::shsFinal): Remove bogus cast.
+       * interpret.cc (_Jv_InterpMethod::run): Simplify arguments to
+       _Jv_InterpFrame(). 
+       * boehm.cc: #undef some autoconf macros before including gc-config.h.
+       (_Jv_MarkObject): Don't mark the class, it is reachable via the vtable.
+       (_Jv_MarkArray): Likewise.
+       * java/lang/ref/natReference.cc (java::lang::ref::Reference::create):
+       Simplify _Jv_GCRegisterDisappearingLink() call.
+       * java/lang/Class.h (getComponentType): Use element_type.
+       (element_type): New field declaration, as a union with "methods".
+       * java/lang/natClassLoader.cc (_Jv_NewArrayClass): Use "element_type".
+       * java/net/natVMNetworkInterfacePosix.cc
+       (java::net::VMNetworkInterface::getInterfaces): Add "int" cast to
+       avoid sign comparison warning.  
+       * include/java-interp.h (_Jv_InterpFrame): Take thread as second
+       argument, not parent call frame.
+       * include/x86_64-signal.h (MAKE_THROW_FRAME): Use "gregs" directly,
+       without a cast.
+       (restore_rt): Declare with hidden visibility, not "static".
+       * posix.cc (_Jv_platform_initProperties): Make "tmpdir" a string
+       constant.
+       * jni.cc (_Jv_JNI_DestroyJavaVM): Use a union to avoid strict alias
+       warning.
+
+2006-02-08  Bryce McKinlay  <mckinlay@redhat.com>
+
+       PR libgcj/26113:
+       * link.cc (_Jv_Linker::print_class_loaded): Declare string constants
+       as "const char *".
+       * verify.cc (verify_fail): Likewise.
+       * gnu/classpath/natSystemProperties.cc (file_encoding): Likewise.
+       * interpret.cc (throw_internal_error, throw_class_format_error):
+       Likewise.
+       * gcj/javaprims.h (_Jv_hashUtf8String, _Jv_Utf8Const::space_needed, 
+       _Jv_Utf8Const::init, _Jv_makeUtf8Const): Likewise.
+       * java/lang/Class.h (_Jv_InitPrimClass): Likewise.
+       * include/jvm.h (_Jv_strLengthUtf8, _Jv_makeUtf8Const): Likewise.
+       * defineclass.cc (throw_internal_error, throw_no_class_def_found_error,
+       is_attribute_name): Likewise.
+       * prims.cc (_Jv_strLengthUtf8, _Jv_hashUtf8String, _Jv_Utf8Const::init,
+       _Jv_makeUtf8Const, _Jv_InitPrimClass): Likewise.
+
+2006-02-08  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:
+       * defineclass.cc (parse): Use _Jv_AllocRawObj.
+       (read_constpool): Likewise.
+       (read_one_code_attribute): Use internal function name.
+       (handleConstantPool): Use _Jv_AllocRawObj.
+       (handleInterfacesBegin): Likewise.
+       (handleFieldsBegin): Likewise.
+       (handleMethodsBegin): Likewise.
+       (handleCodeAttribute): Likewise.
+       (handleMethodsEnd): Likewise.
+       * include/jvm.h (new_vtable): Use _Jv_AllocRawObj.
+       * interpret.cc (do_allocate_static_fields): Use _Jv_AllocRawObj.
+       Allocate reference fields separately.
+       * link.cc (prepare_constant_time_tables): Use _Jv_AllocRawObj.
+       (add_miranda_methods): Likewise.
+       (generate_itable): Use _Jv_AllocBytes.
+       (find_iindex): Likewise.
+       (struct method_closure): New structure.
+       (create_error_method): Use struct method_closure; allocate with
+       _Jv_AllocBytes.
+       (ensure_fields_laid_out): Separate reference fields from
+       non-reference fields.
+       * boehm.cc (_Jv_MarkObj): Mark vtable.  Only mark direct fields
+       of Class.
+       (_Jv_MarkArray): Mark vtable.
+       (_Jv_AllocRawObj): Don't allocate objects of size 0.
+       * include/execution.h
+       (_Jv_ExecutionEngine::allocate_static_fields): Added 'int'
+       parameter.
+       (struct _Jv_CompiledEngine): Updated.
+       (class _Jv_InterpreterEngine): Updated.
+
+2006-02-08  Tom Tromey  <tromey@redhat.com>
+
+       PR java/22578:
+       * gcj/javaprims.h: Updated.
+       * sources.am, Makefile.in: Rebuilt.
+       * java/lang/natDouble.cc (doubleToLongBits): Moved to VMDouble.
+       (doubleToRawLongBits): Likewise.
+       (longBitsToDouble): Likewise.
+       (toString): Likewise.
+       (parseDouble): Likewise.
+       * java/lang/natFloat.cc (floatToIntBits): Moved to VMFloat.
+       (floatToRawIntBits): Likewise.
+       (intBitsToFloat): Likewise.
+       * java/lang/VMDouble.java: New file.
+       * java/lang/VMFloat.java: New file.
+       * java/lang/Float.java, java/lang/Double.java: Removed.
+
+2006-02-06  Tom Tromey  <tromey@redhat.com>
+
+       * gij.cc (version): Use 2006.
+       * gnu/java/rmi/rmic/RMIC.java (parseOptions): Use 2006.
+       * gnu/gcj/convert/Convert.java (version): Use 2006.
+       * gnu/gcj/tools/gcj_dbtool/Main.java (main): Use 2006.
+
+2006-02-04  Tom Tromey  <tromey@redhat.com>
+
+       PR java/25676:
+       * testsuite/libjava.lang/pr25676.out: New file.
+       * testsuite/libjava.lang/pr25676.java: New file.
+
+2006-02-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * Makefile.am (src.zip): Update src.zip file search to look in
+       classpath directory.
+       * Makefile.in: Regenerate.
+
+2006-02-03  Robert Schuster  <robertschuster@fsfe.org>
+
+       * link.cc:
+       (_Jv_Linker::create_error_method): Added missing (void *) cast.
+
+2006-02-03  Robert Schuster  <robertschuster@fsfe.org>
+
+       * include/jvm.h:
+       (_Jv_Linker::create_error_method): New method declaration.
+       * link.cc:
+       (_Jv_Linker::create_error_method): New method.
+       (_Jv_Linker::link_symbol_table): Use new method above.
+
+2006-02-01  Robert Schuster  <robertschuster@fsfe.org>
+
+       * link.cc:
+       (_Jv_Linker::find_field_helper): Added checks.
+       (_Jv_Linker::find_field): Use exception swallowing class resolution
+       and added early return.
+       (_Jv_ThrowNoClassDefFoundErrorTrampoline): New function.
+       (_Jv_Linker::link_symbol_table):  Use exception swallowing class
+       resolution, added ffi_closure installation routine, use
+       _Jv_ThrowNoClassDefFoundError for missing static method.
+       (_Jv_Linker::ensure_class_linked): Added string check which does
+       not trigger class resolution.
+       * java/lang/natClassLoader.cc:
+       (_Jv_FindClassNoException): New method.
+       * java/lang/Class.h:
+       (_Jv_FindClassNoException): New method declaration.
+       * include/jvm.h:
+       (_Jv_FindClassNoException): New method declaration.
+       (_Jv_FindClassFromSignatureNoException): New method declaration.
+       * prims.cc:
+       (_Jv_FindClassFromSignatureNoException): New method.
+        * gcj/javaprims.h:
+        (_Jv_equalsUtf8Classname): New method declaration.
+        (_Jv_isPrimitiveOrDerived): Dito.
+        * prims.cc:
+       (_Jv_equalsUtf8Classnames): New method.
+        (_Jv_isPrimitiveOrDerived): New method.
+        * verify.cc:
+        (ref_intersection::equals): Use new classname comparison method.
+        (type::compatible): Use new classname comparison method. Added
+        check whether LHS' type is java.lang.Object .
+        (type::resolve): Added new optional debug message and simplified
+        if-expression.
+        (type::to_array): Added codepath that generates an array type
+        without resolving the element type.
+
+2006-01-31  Mark Wielaard  <mark@klomp.org>
+       * NEWS: Add 4.1 updates.
+2006-01-30  Keith Seitz  <keiths@redhat.com>
+
+       * include/java-interp.h (insn_index): New declaration.
+       (num_insn_slots): New private variable.
+       (get_line_table): New declaration.
+       * interpret.cc (insn_index): New function.
+       (get_line_table): New function.
+
+2006-01-24  Archit Shah  <ashah@redhat.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       * prims.cc (next_property_value): Never return NULL.
+       (process_gcj_properties): Copy 'props' before using it.
+
+2006-01-23  Keith Seitz  <keiths@redhat.com>
+
+       * java/lang/Class.h (_Jv_FindInterpreterMethod): Add new declaration.
+       * java/lang/natClass.cc (_Jv_FindInterpreterMethod): New function.
+
+2006-01-23  David Daney  <ddaney@avtrex.com>
+
+       * configure.host (disable_dladdr): Remove variable and its
+       documentation.
+       * configure.ac: Do not test for disable_dladdr.
+       * configure: Regenerate.
+       * include/config.h.in: Regenerate.
+
+2006-01-18  Tom Tromey  <tromey@redhat.com>
+
+       * jni.cc (_Jv_JNI_AttachCurrentThread): Return environment if it
+       already exists.
+
+2006-01-18  Keith Seitz  <keiths@redhat.com>
+
+       * include/java-interp.h (_Jv_CompileMethod): Add declaration.
+       (class _Jv_InterpMethod): Add _Jv_CompileMethod as a friend.
+       * interpret.cc (_Jv_CompileMethod): New function.
+       (run):  Massage code to allow for NULL args.
+       Update comments to explain NULL args.
+       Return if compiling the method and args is NULL.
+
+2006-01-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR libgcj/25840
+       * include/x86_64-signal.h (RESTORE2): Add ".text\n".
+
+2006-01-17  Tom Tromey  <tromey@redhat.com>
+
+       PR classpath/20198:
+       * java/net/URLClassLoader.java (FileURLLoader): Added argument.
+       (JarURLLoader): Likewise.
+       (addURLImpl): Canonicalize file URLs.
+
+2006-01-16  Mark Wielaard  <mark@klomp.org>
+
+       Imported GNU Classpath 0.20
+       * Makefile.am (AM_CPPFLAGS): Add classpath/include.
+       * java/nio/charset/spi/CharsetProvider.java: New override file.
+       * java/security/Security.java: Likewise.
+       * sources.am: Regenerated.
+       * Makefile.in: Likewise.
+
+2006-01-17  Jakub Jelinek  <jakub@redhat.com>
+
+       * configure.ac (dbexecdir): New substituted var.
+       * configure: Rebuilt.
+       * Makefile.am (dbexecdir): Remove.
+       * Makefile.in: Rebuilt.
+
+2006-01-13  Tom Tromey  <tromey@redhat.com>
+
+       * gnu/regexp/MessagesBundle_fr.properties: Removed.
+       * gnu/regexp/MessagesBundle.properties: Removed.
+
+2006-01-13  Tom Tromey  <tromey@redhat.com>
+
+       * java/security/classpath.security: Removed.
+       * Makefile.in: Rebuilt.
+       * Makefile.am (install-data-local): Don't install
+       classpath.security.
+
+2006-01-08  Chris Burdess  <dog@gnu.org>
+
+       * java/lang/Character.java (toChars,toCodePoint): Correct these
+         methods to use algorithms from Unicode specification.
+
+2006-01-08  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/StringBuilder.java (appendCodePoint): New method.
+       (insert): New overloads.
+       * java/lang/StringBuffer.java (StringBuffer): New constructor.
+       (charAt): Remerged javadoc.
+       (codePointAt, codePointBefore): New methods.
+       (appendCodePoint): New method.
+       (append): New overloads.
+       (insert): Likewise.
+       (trimToSize, codePointCount, offsetByCodePoints): New methods.
+       * java/lang/Float.java (SIZE): New field.
+       (valueOf): New method.
+       * java/lang/natDouble.cc (initIDs): Removed.
+       * java/lang/Double.java (static initializer): Removed.
+       (SIZE): New field.
+       (valueOf): New method.
+       (initIDs): Removed.
+
+2006-01-07  Jakub Jelinek  <jakub@redhat.com>
+
+       PR libgcj/24940
+       * shlibpath.m4: Replace $SED with sed.
+       * configure: Rebuilt.
+
+2006-01-06  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/Character.java (SIZE, MAX_CACHE, charCache,
+       MIN_SURROGATE, MAX_SURROGATE): New fields from Classpath.
+       (MIN_HIGH_SURROGATE, MAX_HIGH_SURROGATE, MIN_LOW_SURROGATE,
+       MAX_LOW_SURROGATE): Javadoc fixes.
+       (valueOf, reverseBytes, isHighSurrogate, isLowSurrogate,
+       isSurrogatePair, toCodePoint, codePointAt, codePointBefore): New
+       methods from Classpath.
+       * java/lang/String.java (codePointAt, codePointBefore,
+       codePointCount, contains, replace): New methods from Classpath.
+       (contentEquals): Declare.
+       * java/lang/natString.cc (contentEquals): New method.
+
+2005-12-26  Anthony Green  <green@redhat.com>
+
+       * gnu/java/nio/SocketChannelImpl.java (read): Compute the right amount
+       of data to read (dst.remaining()).
+       * gnu/java/nio/DatagramChannelImpl.java (receive): Ditto.
+
+2005-11-11  Mark Wielaard  <mark@klomp.org>
+
+       Reported by john.zigman@anu.edu.au as bug #24608.
+       * gnu/java/nio/SocketChannelImpl.java (read): Put readBytes in
+       destination ByteBuffer when it doesn't have an array instead of len
+       bytes.
+
+2006-01-05  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/natThread.cc (finish_): Don't clear 'group'.
+       * sources.am, Makefile.in: Rebuilt.
+       * java/lang/Runtime.java (exit): Merged with Classpath.
+       (runShutdownHooks): New method from Classpath.
+       * java/io/File.java (deleteOnExit): Use DeleteFileHelper, not
+       FileDeleter.
+       * gnu/gcj/runtime/FileDeleter.java: Removed.
+       * java/lang/natRuntime.cc (runFinalizationForExit): New method.
+       (exitInternal): Don't run finalizers or delete files.
+
+2006-01-05  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/natPosixProcess.cc (reap): Ignore unknown children.
+
+2006-01-04  Krister Walfridsson  <cato@df.lth.se>
+
+       * posix-threads.cc (_Jv_InitThreads): #ifdef PTHREAD_STACK_MIN
+
+2006-01-04  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/Class.h (_Jv_CopyClassesToSystemLoader): Updated.
+       * java/lang/natClassLoader.cc (_Jv_CopyClassesToSystemLoader):
+       Changed argument type.  Use SystemClassLoader.addClass.
+       * gnu/gcj/runtime/SystemClassLoader.java (addClass): New method.
+
+2005-12-24  David Daney <ddaney@avtrex.com>
+           Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/9715, PR libgcj/19132:
+       * java/nio/charset/Charset.java (charsetForName): Try default
+       provider first.
+       (availableCharsets): Re-merged.
+       (providers2): Likewise.
+       (defaultCharset): Likewise.
+       * sources.am, Makefile.in: Rebuilt.
+       * gnu/java/nio/charset/Provider.java: Removed.
+       * java/io/OutputStreamWriter.java
+       (OutputStreamWriter(OutputStream,Charset)): New constructor.
+       (OutputStreamWriter(OutputStream,CharsetEncoder)): Likewise.
+       * java/io/InputStreamReader.java
+       (InputStreamReader(InputStream,CharsetDecoder)): New constructor.
+       (InputStreamReader(InputStream,Charset)): Likewise.
+       * gnu/gcj/convert/BytesToUnicode.java (getDecoder): Try a
+       BytesToCharsetAdaptor.
+       * gnu/gcj/convert/UnicodeToBytes.java (getEncoder): Try a
+       CharsetToBytesAdaptor.
+       * gnu/gcj/convert/CharsetToBytesAdaptor.java: New file.
+       * gnu/gcj/convert/BytesToCharsetAdaptor.java: New file.
+       * mauve-libgcj: Remove getEncoding exclusion.
+
+2005-12-28  Anthony Green  <green@redhat.com>
+
+       * gnu/java/net/natPlainSocketImplWin32.cc (connect): Same 
+       as previous patch, but for win32.
+
+2005-12-28  Anthony Green  <green@redhat.com>
+
+       * gnu/java/net/natPlainSocketImplPosix.cc (connect): Record
+       address and port before attempting anything.
+
+2005-12-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * sysdep/pa/locks.h (compare_and_swap): Add ldcw semaphore to make
+       operation atomic.
+
+2005-12-22  Andrew Haley  <aph@redhat.com>
+
+       PR java/25535
+       * testsuite/libjava.lang/PR25535.java: New test.
+
+2005-12-22  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/natClassLoader.cc (_Jv_NewArrayClass): Don't
+       reference NUM_OBJECT_METHODS.
+       * include/jvm.h (NUM_OBJECT_METHODS): Removed.
+
+2005-12-18  Anthony Green  <green@redhat.com>
+
+       * gnu/java/net/natPlainDatagramSocketImplPosix.cc (getLocalAddress): 
+       New helper function.
+       (setOption): Use getLocalAddress.  Don't downcast value to
+       InetAddress.
+       (getOption): Use getLocalAddress.
+
+2005-12-16  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/Class.java (getPackage): Get package from
+       VMClassLoader if needed.
+
+2005-12-16  Tom Tromey  <tromey@redhat.com>
+
+       * testsuite/libjava.jacks/jacks.xfail
+       (8.5.2-accessible-static-member-usage-3): Removed.
+
+2005-12-15  Tom Tromey  <tromey@redhat.com>
+
+       * testsuite/libjava.compile/rh175833.java: New file.
+       * testsuite/libjava.compile/pr25429.java: New file.
+
+2005-12-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * testsuite/lib/libjava.exp: Revert 2005-12-01.
+       * testsuite/libjava.lang/Array_3.xfail: Delete.
+
+2005-12-14  Andrew Haley  <aph@redhat.com>
+
+       * gnu/java/rmi/rmic/CompilerProcess.java: Use a new thread to
+       handle stdout from the child process.
+
+2005-12-14  Tom Tromey  <tromey@redhat.com>
+
+       PR classpath/25389:
+       * java/io/File.java (File): Throw IllegalArgumentException if URI is
+       non-hierarchical.
+
+2005-12-12  Andrew Haley  <aph@redhat.com>
+
+       * java/lang/VMCompiler.java: Directly generate a new instance of
+       gnu.java.security.provider.MD5.
+
+2005-12-08  Andrew Haley  <aph@redhat.com>
+
+       PR libgcj/25265
+       * java/lang/Object.h (throwNoSuchMethodError): New method.
+       * java/lang/Object.java (throwNoSuchMethodError): New method.
+       * include/jvm.h (_Jv_ThrowNoSuchFieldError): Declare.
+       * link.cc (_Jv_ThrowNoSuchFieldError): New.
+       (link_symbol_table): Don't throw a NoSuchFieldError if a field is
+       missing.  Instead, set the otable entry to zero.
+       (link_symbol_table): If we don't find a nonstatic method, insert
+       the vtable offset of Object.throwNoSuchMethodError() into the
+       otable.
+
+2005-12-05  Tom Tromey  <tromey@redhat.com>
+
+       * testsuite/libjava.compile/rh174912.java: New file.
+
+2005-12-01  Geoffrey Keating  <geoffk@apple.com>
+
+       * testsuite/lib/libjava.exp (test_libjava_from_javac): Support
+       xfail-byte-exec.
+       * testsuite/libjava.lang/Array_3.xfail: New file.
+
+2005-12-01  Alan Modra  <amodra@bigpond.net.au>
+
+       * stacktrace.cc (UnwindTraceFn): Use UNWRAP_FUNCTION_DESCRIPTOR
+       to compare _Jv_InterpMethod::run against current func.
+
+2005-11-30  Andrew Haley  <aph@redhat.com>
+
+       * classpath/lib/Makefile.am (resources): Use `cp -p'.
+       Remove `@' from start of line.
+
+2005-11-28  Tom Tromey  <tromey@redhat.com>
+
+       PR java/18278:
+       * testsuite/libjava.jni/pr18278.out: New file.
+       * testsuite/libjava.jni/pr18278.c: New file.
+       * testsuite/libjava.jni/pr18278.java: New file.
+       * include/jvm.h (_Jv_UnwrapJNIweakReference): Declare.
+       * jni.cc (_Jv_UnwrapJNIweakReference): New function.
+       (call): Unwrap return value if needed.
+
+2005-11-25  Mark Wielaard  <mark@klomp.org>
+
+       * standard.omit.in: Remove javax/rmi, org/omg, gnu/CORBA and
+       gnu/javax/rmi.
+       * scripts/makemake.tcl: Set javax/rmi, org/omg, gnu/CORBA and
+       gnu/javax/rmi to bc.
+       * gnu/CORBA/ObjectCreator.java: New override file for missing
+       VMStackWalker issue.
+       * gnu/CORBA/DynAn/gnuDynValue.java: New override file for bug #24938
+       * gnu/CORBA/DynAn/RecordAny.java: Likewise
+       * sources.am: Regenerated.
+       * Makefile.in: Regenerated
+
+2005-11-25  Andrew Haley  <aph@redhat.com>
+
+       PR libgcj/25016
+       * posix-threads.cc (_Jv_CondWait): Rewrite calculation of the
+       struct timespec we pass to pthread_cond_timedwait.
+
+2005-11-25  Ranjit Mathew  <rmathew@gcc.gnu.org>
+
+       * testsuite/libjava.jacks/jacks.xfail: Remove
+       non-jls-argument-expansion-13 and add
+       non-jls-argument-expansion-error-1 in response to the @file support
+       patch in the main GCC driver.
+
+2005-11-24  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * sysdep/ia64-frame.h: Removed.
+       * sysdep/ia64.c: Removed.
+       * sysdep/dwarf2-backtrace.cc: Removed.
+       * configure.ac: Remove references to HAVE_BACKTRACE and
+       SUPPLY_BACKTRACE.
+       * Makefile.am: Remove SUPPLY_BACKTRACE support.
+       * configure: Rebuilt.
+       * Makefile.in: Rebuilt.
+
+2005-11-24  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * gij.cc (nonstandard_opts_help): Add entry for -Xss.
+
+2005-11-17  Mark Wielaard  <mark@klomp.org>
+
+       Imported GNU Classpath gcj-import-20051117.
+       * gnu/java/net/protocol/file/Connection.java: Removed, fully merged.
+       * sources.am: Regenerated.
+       * Makefile.in: Likewise.
+
+2005-11-17  Mark Wielaard  <mark@klomp.org>
+
+       * gnu/java/net/protocol/file/Handler.java: Removed, fully merged now.
+       * java/net/ServerSocket.java: Likewise.
+       * sources.am: Regenerated.
+       * Makefile.in: Regenerated.
+
+2005-11-17  Mark Wielaard  <mark@klomp.org>
+
+       Fixes bug #24006
+       * java/net/ServerSocket.java (implAccept): Set Socket.bound to true.
+
+2005-11-17  Tom Tromey  <tromey@redhat.com>
+
+       * java/net/ServerSocket.java (accept): Use correct security manager
+       call.
+
+2005-11-17  Jeroen Frijters  <jeroen@frijters.net>
+
+       * java/net/ServerSocket.java
+       (bound): Removed.
+       (local): New field.
+       (bind): Cache local socket address.
+       (getInetAddress, getLocalPort, getLocalSocketAddress, isBound):
+       Use cached local socket address.
+       (close): bound field was removed.
+
+2005-11-17  Tom Tromey  <tromey@redhat.com>
+
+       * java/net/URLConnection.java (setDoInput): Javadoc fix.
+       (setDoOutput): Likewise.
+       (setContentHandlerFactory): Likewise.
+       (setFileNameMap): Likewise.
+
+2005-11-17  Mark Wielaard  <mark@klomp.org>
+
+       * java/net/URLClassloader.java (addURLs): Add comment about jboss.
+
+2005-11-17  Mark Wielaard  <mark@klomp.org>
+
+       * java/net/URLClassLoader.java (addURLs): Don't call addURL(), but
+       call urls.add() and addURLImpl() directly on each URL.
+
+2005-11-17  Tom Tromey  <tromey@redhat.com>
+
+       * java/net/URLClassLoader.java (definePackage): Javadoc fixes.
+
+2005-11-17  Jeroen Frijters  <jeroen@frijters.net>
+
+       * java/net/URLClassLoader.java
+       (Resource.name): Removed field.
+       (JarURLResource.name): Added field.
+       (FileResource.getURL): Use File.toURL() instead of doing it in
+       a way that breaks on Windows.
+
+2005-11-17  Roman Kennke  <roman@kennke.org>
+
+       Reported by: Ingo Proetel  <proetel@aicas.com>
+       * java/net/URLClassLoader.java
+       (findClass): Added null check to avoid NullPointerException.
+
+2005-11-17  David Gilbert  <david.gilbert@object-refinery.com>
+
+       * java/net/URLClassLoader.java: reordered some API doc comments to
+       suppress Eclipse warnings, and fixed API doc link.
+
+2005-11-17  Tom Tromey  <tromey@redhat.com>
+
+       * java/net/URLClassLoader.java (URLClassLoader): Removed
+       unused constructor.
+
+2005-11-17  Jeroen Frijters  <jeroen@frijters.net>
+
+       * java/net/URLClassLoader (findClass): Close InputStream after we're
+       done with it.
+
+2005-11-17  Bryce McKinlay  <mckinlay@redhat.com>
+
+       Implement -Xss.
+       * include/jvm.h (gcj::stack_size): Declare.
+       (_Jv_StackSize): Declare.
+       * posix-threads.cc (_Jv_InitThreads): Validate gcj::stack_size.
+       (_Jv_ThreadStart): Set stack size if specified.
+       * prims.cc (gcj::stack_size): Define.
+       (parse_memory_size): Renamed from parse_heap_size.
+       (_Jv_SetStackSize): Parse stack size argument and set 
+       gcj::stack_size.
+
+2005-11-17  Mark Wielaard  <mark@klomp.org>
+
+       * java/text/SimpleDateFormat.java: Removed, fully merged now.
+       * sources.am: Regenerated.
+       * Makefile.in: Regenerated.
+
+2005-11-17  Sven de Marothy  <sven@physto.se>
+
+       * java/text/SimpleDateFormat.java
+       (computeOffset): Allow timezone to be first in the parsed String.
+
+2005-11-17  Mark Wielaard  <mark@klomp.org>
+
+       * java/text/SimpleDateFormat.java (field, size): Make package private.
+
+2005-11-17  Tom Tromey  <tromey@redhat.com>
+
+       * java/text/SimpleDateFormat.java (compileFormat): Correctly
+       handle quoted single quotes.  PR classspath/23183.
+
+2005-11-17  Tom Tromey  <tromey@redhat.com>
+
+       * java/text/SimpleDateFormat.java (compileFormat): Reformatted.
+
+2005-11-17  Tom Tromey  <tromey@redhat.com>
+
+       * java/text/DateFormat.java (serialVersionUID): New field.
+
+2005-11-17  Mark Wielaard  <mark@klomp.org>
+
+       * java/text/DateFormat.java (equals): Reimplement.
+
+2005-11-17  David Gilbert  <david.gilbert@object-refinery.com>
+
+       * java/text/Collator.java: API doc fixes,
+       * java/text/DateFormat.java: likewise,
+       * java/text/DecimalFormatSymbols.java: likewise,
+       * java/text/DateFormatSymbols.java: likewise,
+       * java/text/SimpleDateFormat.java: likewise.
+
+2005-11-17  Jeroen Frijters  <jeroen@frijters.net>
+
+       * java/text/Collator.java (getInstance(Locale)):
+       Added default collation pattern to handle case when resource
+       is missing and throw InternalError instead of returning null
+       should parsing fail.
+
+2005-11-15  Mark Wielaard  <mark@klomp.org>
+
+       * java/util/zip/ZipEntry.java: Removed, fully merged now.
+       * java/util/zip/ZipFile.java: Likewise.
+       * sources.am: Regenerated.
+       * Makefile.in: Regenerated.
+
+2005-11-15  Tom Tromey  <tromey@redhat.com>
+
+       classpath/23890:
+       * java/util/Calendar.java (equals): Include other calendar
+       attributes.
+       (hashCode): Updated.
+       * java/util/GregorianCalendar.java (hashCode): New method.
+       (equals): Use super.equals().
+
+2005-11-15  Sven de Marothy  <sven@physto.se>
+
+       * java/util/Calendar (setTimeInMillis): Recompute time fields.
+
+2005-11-15  Mark Wielaard  <mark@klomp.org>
+
+       * java/util/SimpleTimeZone.java: Removed, fully merged now.
+       * java/util/Date.java: Likewise.
+       * sources.am: Regenerated.
+       * Makefile.in: Regenerated.
+
+2005-11-15  David Gilbert  <david.gilbert@object-refinery.com>
+
+       * java/util/Calendar.java: fixed minor problems in API docs,
+       * java/util/Date.java: likewise,
+       * java/util/ResourceBundle.java: likewise,
+       * java/util/SimpleTimeZone.java: likewise,
+
+2005-11-15  Jeroen Frijters  <jeroen@frijters.net>
+
+       * java/io/ObjectInputStream.java
+       (parseContent): Removed bogus println and fixed bug #24422.
+               
+2005-11-15  Mark Wielaard  <mark@klomp.org>
+
+       * java/io/ObjectStreamClass.java: Removed, fully merged now.
+       * sources.am: Regenerated.
+       * Makefile.in: Regenerated.
+
+2005-11-15  Wolfgang Baer  <WBaer@gmx.de>
+
+       * java/io/ObjectInputStream.java
+       (processResolution): Pass Error, RuntimeException and
+       ObjectStreamException through to the caller.
+       (readObject): Documentation update.
+
+2005-11-15  Mark Wielaard  <mark@klomp.org>
+
+       Imported GNU Classpath 0.19 + gcj-import-20051115.
+       * sources.am: Regenerated.
+       * Makefile.in: Likewise.
+       * scripts/makemake.tcl: Use glob -nocomplain.
+
+2005-11-15  Scott Gilbertson  <scottg@mantatest.com>
+
+       * Makefile.in: Re-generated.
+       * gnu/awt/xlib/XGraphicsDevice.java: New file.
+       * gnu/awt/xlib/XToolkit.java
+       (getLocalGraphicsEnvironment): Implemented. 
+       * gnu/awt/xlib/XGraphicsEnvironment.java: New file.
+       * sources.am: Re-generated.
+
+2005-15-09  David Daney <ddaney@avtrex.com>
+
+       PR libgcj/15430
+       * gnu/java/net/natPlainSocketImplPosix.cc (throw_on_sock_closed): New
+       function.
+       (accept): Call it.
+       (close): Call shutdown before closing.
+       (read()): Call read_helper with proper parameters.
+       (read(buffer, int, int)): Likewise.
+       (read_helper):  Pass pointer to the PlainSocketImpl, remove native_fd
+       and timeout parameters.  Make prototype to match. Use 
+       pointer to PlainSocketImpl to access members. Call throw_on_sock_closed
+       in two places.
+
+2005-11-15  Andrew Haley  <aph@redhat.com>
+
+       * Merge from Classpath head:
+
+   2005-09-16  Andrew Haley  <aph@redhat.com>
+   
+           * java/io/ObjectStreamClass.java (findAccessibleMethod): Allow
+           protected readResolve().  Rewrite accessibility check.
+   
+   2005-07-07  Jeroen Frijters  <jeroen@frijters.net>
+   
+           * java/io/ObjectStreamClass.java
+           (findAccessibleMethod): Added code to make method accessible.
+   
+   2005-07-03  Daniel Bonniot  <bonniot@users.sf.net>
+   
+           * java/io/ObjectStreamClass.java (inSamePackage): New private method.
+           (findAccessibleMethod): Likewise.
+           (cacheMethods): Lookup readResolve and writeReplace using the new
+           findAccessibleMethod().
+   
+2005-11-14  Mohan Embar  <gnustuff@thisiscool.com>
+
+       * java/net/natVMNetworkInterfaceWin32.cc: Include
+       java/net/VMNetworkInterface.h.
+
+2005-11-14  Mohan Embar  <gnustuff@thisiscool.com>
+           David Daney  <ddaney@avtrex.com>
+
+       * gnu/java/net/natPlainSocketImplWin32.cc: Updated copyright.
+       (read): Handle count == 0 case.
+
+2005-11-09  Tom Tromey  <tromey@redhat.com>
+
+       * testsuite/libjava.jacks/jacks.xfail (non-jls-zip-2): Now
+       passes.
+
+2005-11-08  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/24587:
+       * gnu/classpath/SystemProperties.java: Set gnu.classpath.version.
+
+2005-11-08  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/23763.  From aeby@graeff.com.
+       * java/lang/natPosixProcess.cc (nativeSpawn): Unblock SIGCHLD
+       before exec.
+
+2005-11-08  Mark Wielaard  <mark@klomp.org>
+
+       * scripts/makemake.tcl: Set package gnu/javax/sound/midi to bc.
+
+2005-11-07  David Daney  <ddaney@avtrex.com>
+
+       * mauve-libgcj: Disable javax.rmi.* and
+       java.io.InputStreamReader.getEncoding.
+
+2005-11-04  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/14358, libgcj/24552:
+       * gnu/gcj/convert/IOConverter.java: Regenerate aliases.  Add
+       aliases for 'euc_jp' and 'eucjp'.
+       * scripts/encodings.pl: Recognize 'none', not 'NONE'.  Include
+       canonical names in output.
+       (%map): Added UnicodeLittle and UnicodeBig.
+
+2005-11-04  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * include/sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace.
+
+2005-11-02  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * testsuite/lib/libjava.exp (libjava_find_lib): Add dylib to the shared
+       library extensions.
+
+2005-10-12  Andrew Haley  <aph@redhat.com>
+
+       PR java/24251
+       * link.cc (ensure_method_table_complete): Install Miranda methods
+       for interfaces too.
+
+2005-10-10  Tom Tromey  <tromey@redhat.com>
+
+       * testsuite/libjava.lang/ExtraClassLoader.out: New file.
+       * testsuite/libjava.lang/TestProxy.java (MyInvocationHandler):
+       Now static.
+
+2005-10-05  Richard Henderson  <rth@redhat.com>
+
+       PR target/23602
+       * configure.host (i?86-*): Set -fomit-frame-pointer in libgcj_flags,
+       but not BACKTRACESPEC.
+       (x86_64-*): Similarly.  Don't set -ffloat-store in 64-bit mode.
+
+2005-10-02  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * testsuite/lib/jni.exp (gcj_jni_test_one): For
+       darwin, use -shared-libgcc not -lgcc_s, and explain why.
+       (gcj_jni_invocation_test_one): Likewise.
+
+2005-09-30  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/24051:
+       * Makefile.in: Rebuilt.
+       * Makefile.am (toolexeclib_LTLIBRARIES): Add Qt library if
+       requested.
+       (lib_gnu_java_awt_peer_qt_la_SOURCES): New variable.
+       (lib_gnu_java_awt_peer_qt_la_LIBADD): Likewise.
+       (lib_gnu_java_awt_peer_qt_la_DEPENDENCIES): Likewise.
+       (lib_gnu_java_awt_peer_qt_la_LDFLAGS): Likewise.
+       (lib_gnu_java_awt_peer_qt_la_LINK): Likewise.
+       * configure: Rebuilt.
+       * configure.ac: Pass --enable-qt-peers when qt is requested.
+
+2005-09-29  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * configure.ac: Fix typo.
+       * configure: Regenerate.
+
+2005-09-28  Geoffrey Keating  <geoffk@apple.com>
+
+       * sysdep/powerpc/locks.h: Use 64-bit versions of primitives when
+       __LP64__ is defined rather than __powerpc64__.
+       (compare_and_swap): 'ret' is an obj_addr_t not just an int.
+       (compare_and_swap_release): Likewise.
+
+2005-09-28  David Daney  <ddaney@avtrex.com>
+
+       * HACKING: Update instructions for classpath import.
+
+2005-09-27  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/23367:
+       * include/jvm.h (_Jv_FreeMethodCache): Declare.
+       * java/lang/natClass.cc (MCACHE_SIZE): Conditional on HAVE_TLS.
+       (struct _Jv_mcache): Likewise.
+       (method_cache): Likewise.
+       (_Jv_FindMethodInCache): Do nothing unless TLS is available.
+       (_Jv_AddMethodToCache): Likewise.
+       (_Jv_FreeMethodCache): New function.
+       * java/lang/natThread.cc (finish_): Call _Jv_FreeMethodCache.
+       * aclocal.m4, configure, include/config.h.in: Rebuilt.
+       * configure.ac: Invoke GCC_CHECK_TLS.
+
+2005-09-27  Tom Tromey  <tromey@redhat.com>
+
+       * configure, Makefile.in: Rebuilt.
+       * sources.am: Rebuilt.
+       * scripts/makemake.tcl (emit_bc_rule): Special-case qt.
+       * configure.ac (TOOLKIT): Handle Qt peers properly.
+
+2005-09-23  Tom Tromey  <tromey@redhat.com>
+
+       Imported Classpath 0.18.
+       * sources.am, Makefile.in: Updated.
+       * Makefile.am (nat_source_files): Removed natProxy.cc.
+       * java/lang/reflect/natProxy.cc: Removed.
+       * gnu/classpath/jdwp/VMFrame.java,
+       gnu/classpath/jdwp/VMIdManager.java,
+       gnu/classpath/jdwp/VMVirtualMachine.java,
+       java/lang/reflect/VMProxy.java: New files.
+
+2005-09-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * scripts/makemake.tcl (verbose): Add gnu/java/awt/peer/qt to BC
+       list.
+
+2005-09-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * gnu/java/net/DefaultContentHandlerFactory.java (getContent):
+       Remove ClasspathToolkit references.
+
+2005-09-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * gnu/awt/xlib/XCanvasPeer.java: Add new peer methods.
+       * gnu/awt/xlib/XFramePeer.java: Likewise.
+       * gnu/awt/xlib/XGraphicsConfiguration.java: Likewise.
+
+2005-09-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       * Makefile.am (libgcjawt_la_SOURCES): Remove jawt.c.  Add
+       classpath/native/jawt/jawt.c.
+       * Makefile.in: Regenerate.
+       * jawt.c: Remove file.
+       * include/Makefile.am (tool_include__HEADERS): Remove jawt.h and
+       jawt_md.h.  Add ../classpath/include/jawt.h and
+       ../classpath/include/jawt_md.h.
+       * include/Makefile.in: Regenerate.
+       * include/jawt.h: Regenerate.
+       * include/jawt_md.h: Regenerate.
+
+2005-09-21  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * gnu/gcj/runtime/BootClassLoader.java (BootClassLoader): Pass
+       `null' parent ClassLoader to parent constructor.
+       * gnu/gcj/runtime/HelperClassLoader.java (HelperClassLoader): New
+       constructor.
+
+2005-09-21  Ranjit Mathew  <rmathew@gcc.gnu.org>
+
+       * testsuite/libjava.jacks/jacks.xfail: Updated for PR java/23891.
+
+2005-09-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/libjava.jni/jni.exp (gcj_jni_invocation_test_one):
+       Use libjava_find_lib to find the proper libgcj.
+
+2005-09-16  Anthony Green  <green@redhat.com>
+
+       PR libgcj/20198
+       * java/net/URLClassLoader.java (FileURLLoader.getResource): File
+       resources should all have canonicalized names.
+
+2005-09-15  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/16032:
+       * interpret.cc (AVAL1U): Resolve pool entry when not direct
+       threaded.
+       (AVAL2U): Likewise.
+       (compile): Handle 'ldc class' specially.
+       (_Jv_InterpMethod::run): Added special 'ldc class' instruction.
+       * verify.cc (check_constant): Handle 'ldc class' for 1.5 classes.
+       * defineclass.cc (handleCodeAttribute): Set new field.
+       (MAJOR_1_1, MINOR_1_1, MAJOR_1_2, MINOR_1_2, MAJOR_1_3, MINOR_1_3,
+       MAJOR_1_4, MINOR_1_4, MAJOR_1_5, MINOR_1_5): New defines.
+       (parse): Check version numbers.
+       (_Jv_ClassReader::is_15): New field.
+       (_Jv_ClassReader): Initialize it.
+       * include/java-interp.h (_Jv_InterpMethod::is_15): New field.
+
+2005-09-15  Tom Tromey  <tromey@redhat.com>
+
+       For PR libgcj/23288:
+       * java/net/URLClassLoader.java (definePackage): Correctly order
+       arguments to definePackage.  Look up per-entry Attributes.
+       (getAttributeValue): New method.
+
+2005-09-12  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       PR libgcj/23762
+       * shlibpath.m4: New file.
+       * configure.ac: If libltdl is being used call AC_LTDL_SHLIBPATH
+       macro.
+       * gnu/classpath/natSystemProperties.cc (insertSystemProperties)
+       [USE_LTDL]: If it was not defined with -D set java.library.path to
+       the value of LTDL_SHLIBPATH_VAR.
+
+2005-09-08  Andrew Haley  <aph@redhat.com>
+
+       * java/net/URLClassLoader.java (addURLImpl): Synchronize on the
+       loader.
+       (toString): Likewise.
+
+2005-09-08  Andrew Haley  <aph@redhat.com>
+
+       PR java/22084
+       * include/i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Bump IP by 1 if
+       R/M field in instruction is 100.
+
+2005-09-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       PR libgcj/23761
+       * include/java-props.h (_Jv_Module_Load_Path): Declare variable.
+       * java/lang/natRuntime.cc (init): Call lt_dlsetsearchpath after
+       lt_dlinit.
+       * gnu/classpath/natSystemProperties.cc (_Jv_Module_Load_Path):
+       Define variable.
+       (_Jv_SetDLLSearchPath): Do not call lt_dlsetsearchpath.  Set
+       _Jv_Module_Load_Path.
+
+2005-09-06  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/23739:
+       * testsuite/libjava.jni/pr23739.c: New file.
+       * testsuite/libjava.jni/pr23739.java: New file.
+       * testsuite/libjava.jni/pr23739.out: New file.
+       * jni.cc (_Jv_JNI_IsAssignableFrom): Reversed arguments.
+       * java/lang/reflect/natMethod.cc (invoke): Updated.
+       * java/lang/natClass.cc (isAssignableFrom): Updated.
+       (isInstance): Likewise.
+       (_Jv_IsAssignableFrom): Reversed arguments.
+       (_Jv_IsInstanceOf): Updated.
+       (_Jv_CheckCast): Likewise.
+       (_Jv_CheckArrayStore): Likewise.
+       (_Jv_IsAssignableFromSlow): Reversed arguments.
+       (_Jv_InterfaceAssignableFrom): Likewise.
+       * link.cc (verify_type_assertions): Updated.
+       * prims.cc (_Jv_CheckAccess): Updated.
+
+2005-09-05  Ranjit Mathew  <rmathew@hotmail.com>
+
+       Testsuite changes for PR java/23431.
+       * testsuite/libjava.jacks/jacks.xfail: Remove 8.1.1.1-12 and
+       8.4.6.2-hiding-5.
+       * testsuite/libjava.compile/PR23431_1.java: New testcase.
+       * testsuite/libjava.compile/PR23431_2.java: Likewise.
+       * testsuite/libjava.compile/PR23431_1.xfail: New file.
+       * testsuite/libjava.compile/PR23431_2.xfail: Likewise.
+
+2005-08-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+       PR libgcj/23549
+       * gij.cc (main): Don't expect arguments to -enableassertions, -ea,
+       -disableassertions and -da.
+
+2005-08-29  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * configure.ac: Replace "*-*-darwin[0-7].*" with
+       "*-*-darwin[[0-7]].*"
+       * configure: Regenerate.
+
+2005-08-24  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * configure.ac (extra_ldflags_libjava): Enable -single_module only for
+       darwin < 8.
+       * configure: Regenerate.
+
+2005-08-23  Roman Kennke  <roman@kennke.org>
+
+       * java/lang/Character.java
+       (toChars(int)): New JDK1.5 method.
+       (toChars(int, char[], int)): New JDK1.5 method.
+       (charCount): New JDK1.5 method.
+       (isSupplementaryCodePoint): New JDK1.5 method.
+       (isValidCodePoint): New JDK1.5 method.
+
+2005-08-23  Tom Tromey  <tromey@redhat.com>
+
+       * aclocal.m4, Makefile.in: Rebuilt.
+       * Makefile.am (property_files): Added META-INF files.
+       (propertyo_files): Changed definition.
+       ($(propertyo_files)): Updated patterns.
+
+2005-08-22  Tom Tromey  <tromey@redhat.com>
+
+       PR libgcj/22622:
+       * configure: Rebuilt.
+       * configure.ac: Correctly create Configuration.java (for
+       temporary use).
+
+2005-08-22  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * Makefile.am (ACLOCAL_AMFLAGS): Also include "..".
+       * acinclude.m4: Delete.  Extract CHECK_FOR_BROKEN_MINGW_LD to ...
+       * mingwld.m4: ... this new file.
+       * aclocal.m4, Makefile.in, gcj/Makefile.in: Regenerate. 
+       * include/Makefile.in, testsuite/Makfile.in: Regenerate.
+
+2005-08-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR libgcj/23507
+       * stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Fix typo in newLength
+       assignment.  Cast operands of compare to function pointer type.
+
+2005-08-21  Tom Tromey  <tromey@redhat.com>
+
+       * HACKING: Updated for hacking classpath in libgcj.
+
+2005-08-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR libgcj/21692
+       * sysdep/pa/descriptor.h: New file.
+       * configure.host: Use sysdep/pa/descriptor.h on hppa*-*.
+
+2005-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * Makefile.am (extra_ldflags_libjava): New variable to
+       substitute in.
+       (LIBLINK): Add extra_ldflags_libjava to it.
+       * configure.ac (extra_ldflags_libjava): Set for *-darwin* to
+       "-Wl,-single_module".
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+       * gcj/Makefile.in: Regenerate.
+       * include/Makefile.in: Regenerate.
+       * testsuite/Makefile.in: Regenerate.
+
+2005-08-17  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/Class.h (_Jv_IsBinaryCompatibilityABI): Declare as
+       friend.
+       * include/jvm.h (_Jv_IsBinaryCompatibilityABI): New function.
+       * testsuite/libjava.lang/bclink.java: New file.
+       * testsuite/libjava.lang/bclink.out: New file.
+       * link.cc (print_class_loaded): Changed ABI test to look at
+       various _syms fields.
+
+2005-08-17  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * testsuite/libjava.jacks/jacks.xfail: Remove 15.21-assoc-7,
+       15.21-assoc-8, 15.21-equal-3, 15.28-string-11.
+
+2005-08-16  Ranjit Mathew  <rmathew@hotmail.com>
+
+       More testsuite adjustments for PR java/19870.
+       * testsuite/libjava.lang/PR19870_2.java: New testcase.
+       * testsuite/libjava.lang/PR19870_2.out: Expected output for the
+       new testcase.
+       * testsuite/libjava.jacks/jacks.xfail: Remove
+       8.5.2-non-static-member-usage-2 and add 15.12.3-explicit-constructor-9.
+
+2005-08-16  Tom Tromey  <tromey@redhat.com>
+
+       * gnu/xml/xpath/XPathParser.y: Removed.
+
+2005-08-12  Morgan Deters  <mdeters@morgandeters.com>
+
+       PR libgcj/23353:
+       * java/lang/natObject.cc (clone): Clear sync_info.
+
+2005-07-26  Tom Tromey  <tromey@redhat.com>
+
+       * gnu/java/net/protocol/ftp/package.html,
+       gnu/javax/swing/text/html/package.html,
+       gnu/javax/swing/text/html/parser/package.html,
+       gnu/javax/swing/text/html/parser/models/package.html,
+       gnu/javax/swing/text/html/parser/support/package.html,
+       gnu/javax/swing/text/html/parser/support/low/package.html,
+       gnu/xml/aelfred2/package.html, gnu/xml/dom/package.html,
+       gnu/xml/pipeline/package.html, gnu/xml/transform/package.html,
+       gnu/xml/util/package.html, java/awt/geom/doc-files/Area-1.png,
+       java/awt/geom/doc-files/CubicCurve2D-1.png,
+       java/awt/geom/doc-files/CubicCurve2D-2.png,
+       java/awt/geom/doc-files/CubicCurve2D-3.png,
+       java/awt/geom/doc-files/CubicCurve2D-4.png,
+       java/awt/geom/doc-files/CubicCurve2D-5.png,
+       java/awt/geom/doc-files/Ellipse-1.png,
+       java/awt/geom/doc-files/FlatteningPathIterator-1.html,
+       java/awt/geom/doc-files/GeneralPath-1.png,
+       java/awt/geom/doc-files/QuadCurve2D-1.png,
+       java/awt/geom/doc-files/QuadCurve2D-2.png,
+       java/awt/geom/doc-files/QuadCurve2D-3.png,
+       java/awt/geom/doc-files/QuadCurve2D-4.png,
+       java/awt/geom/doc-files/QuadCurve2D-5.png,
+       javax/imageio/package.html, javax/imageio/event/package.html,
+       javax/imageio/metadata/package.html,
+       javax/imageio/spi/package.html, javax/imageio/stream/package.html,
+       javax/swing/border/doc-files/BevelBorder-1.png,
+       javax/swing/border/doc-files/BevelBorder-2.png,
+       javax/swing/border/doc-files/BevelBorder-3.png,
+       javax/swing/border/doc-files/EmptyBorder-1.png,
+       javax/swing/border/doc-files/EtchedBorder-1.png,
+       javax/swing/border/doc-files/EtchedBorder-2.png,
+       javax/swing/border/doc-files/LineBorder-1.png,
+       javax/swing/border/doc-files/MatteBorder-1.png,
+       javax/swing/border/doc-files/MatteBorder-2.png,
+       javax/swing/border/doc-files/MatteBorder-3.png,
+       javax/swing/border/doc-files/MatteBorder-4.png,
+       javax/swing/border/doc-files/MatteBorder-5.png,
+       javax/swing/border/doc-files/MatteBorder-6.png,
+       javax/swing/border/doc-files/SoftBevelBorder-1.png,
+       javax/swing/border/doc-files/SoftBevelBorder-2.png,
+       javax/swing/border/doc-files/SoftBevelBorder-3.png,
+       javax/swing/plaf/basic/doc-files/BasicBorders-1.png,
+       javax/swing/plaf/basic/doc-files/BasicBorders-2.png,
+       javax/swing/plaf/basic/doc-files/BasicBorders.ButtonBorder-1.png,
+       javax/swing/plaf/basic/doc-files/BasicBorders.FieldBorder-1.png,
+       javax/swing/plaf/basic/doc-files/BasicBorders.MarginBorder-1.png,
+       javax/swing/plaf/basic/doc-files/BasicBorders.MenuBarBorder-1.png,
+       javax/swing/plaf/basic/doc-files/BasicBorders.RadioButtonBorder-1.png,
+       javax/swing/plaf/basic/doc-files/BasicBorders.SplitPaneBorder-1.png,
+       javax/swing/plaf/basic/doc-files/BasicBorders.SplitPaneBorder-2.png,
+       javax/swing/plaf/basic/doc-files/BasicBorders.SplitPaneDividerBorder-1.png,
+       javax/swing/plaf/basic/doc-files/BasicBorders.ToggleButtonBorder-1.png,
+       javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-1.png,
+       javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-2.png,
+       javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-3.png,
+       javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-4.png,
+       javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-5.png,
+       javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-6.png,
+       javax/swing/plaf/basic/doc-files/BasicGraphicsUtils-7.png,
+       javax/swing/plaf/doc-files/ComponentUI-1.dia,
+       javax/swing/plaf/doc-files/ComponentUI-1.png,
+       javax/swing/plaf/doc-files/TreeUI-1.png,
+       javax/xml/datatype/package.html, javax/xml/namespace/package.html,
+       javax/xml/parsers/package.html, javax/xml/transform/package.html,
+       javax/xml/transform/dom/package.html,
+       javax/xml/transform/sax/package.html,
+       javax/xml/transform/stream/package.html,
+       javax/xml/validation/package.html, javax/xml/xpath/package.html:
+       Removed.
+
+2005-07-22  Tom Tromey  <tromey@redhat.com>
+
+       * include/Makefile.in: Rebuilt.
+       * include/Makefile.am (tool_include__HEADERS): Include
+       classpath's jni.h.
+
+2005-07-20  Tom Tromey  <tromey@redhat.com>
+
+       * sources.am, Makefile.in: Rebuilt.
+       * Makefile.am (all_xlib_lo_files): Removed.
+       (all_libgcj_lo_files): Likewise.
+       (lib_gnu_awt_xlib_la_LIBADD): List correct .lo files.
+       (xlib_java_source_files): Removed.
+       (xlib_nat_headers): Updated.
+       * configure: Rebuilt.
+       * configure.ac: Create standard.omit.
+       * standard.omit.in: New file.
+       * standard.omit: Removed.
+       * scripts/makemake.tcl (gnu/gcj/xlib, gnu/awt/xlib): Now
+       'package'.
+       (emit_package_rule): Special case xlib peers.
+       (emit_source_var): Likewise.
+       Read standard.omit.in.
+       * gnu/awt/xlib/XToolkit.java (createEmbeddedWindow): New method.
+
+2005-07-18  Tom Tromey  <tromey@redhat.com>
+
+       * HACKING: Updated.
+
+2005-07-19  Matthias Klose  <doko@debian.org>
+
+       * classpath/java/awt/im/InputContext.java (clinit): Initialize
+         line, im.
+
+2005-07-18  Tom Tromey  <tromey@redhat.com>
+
+       PR libgj/21058:
+       * sources.am, Makefile.in: Rebuilt.
+       * scripts/makemake.tcl (emit_bc_rule): Create a temporary list
+       file.
+       (emit_source_var): Don't emit patsubst with './'.
+
+2005-07-18  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in: Rebuilt.
+       * Makefile.am ($(libgij_la_OBJECTS)): Depend on headers.stamp.
+
+2005-07-17  Andreas Jaeger  <aj@suse.de>
+
+       * defineclass.cc (handleClassBegin): Remove unused variable.
+
+2005-07-16  Andreas Schwab  <schwab@suse.de>
+
+       * scripts/makemake.tcl (emit_package_rule): Emit command to create
+       target directory.
+       * Makefile.am (%.lo): Don't create it here.
+       * sources.am, Makefile.in: Regenerated.
+
+2005-07-15  Tom Tromey  <tromey@redhat.com>
+
+       Major merge with Classpath.
+       Removed many duplicate files.
+       * HACKING: Updated.x
+       * classpath: Imported new directory.
+       * standard.omit: New file.
+       * Makefile.in, aclocal.m4, configure: Rebuilt.
+       * sources.am: New file.
+       * configure.ac: Run Classpath configure script.  Moved code around
+       to support.  Disable xlib AWT peers (temporarily).
+       * Makefile.am (SUBDIRS): Added 'classpath'
+       (JAVAC): Removed.
+       (AM_CPPFLAGS): Added more -I options.
+       (BOOTCLASSPATH): Simplified.
+       Completely redid how sources are built.
+       Include sources.am.
+       * include/Makefile.am (tool_include__HEADERS): Removed jni.h.
+       * include/jni.h: Removed (in Classpath).
+       * scripts/classes.pl: Updated to look at built classes.
+       * scripts/makemake.tcl: New file.
+       * testsuite/libjava.jni/jni.exp (gcj_jni_compile_c_to_so): Added
+       -I options.
+       (gcj_jni_invocation_compile_c_to_binary): Likewise.
+
+2005-07-15  Scott Gilbertson  <scottg@mantatest.com>
+
+       * gnu/awt/xlib/XCanvasPeer.java (attributes): New field.
+       (eventMask): New field.
+       (XCanvasPeer(Component)): Use attributes field.
+       (setBackground): Implemented.
+       (setEventMask): Process mask only if changed.
+       * gnu/awt/xlib/XEventLoop.java (class): Iplement Runnable.
+       (eventLoopThread): New field.
+       (XEventLoop(Display,EventQueue)): Start eventLoopThread.
+       (interrupt): Removed.
+       (run): New method.
+       * gnu/awt/xlib/XEventQueue.java (getNextEvent): Process Container
+       and Component events.
+       * gnu/awt/xlib/XFramePeer.java (processingConfigureNotify): New
+       field.
+       (configureNotify): Set and clear processingConfigureNotify.
+       (setBounds): Process only if processingConfigureNotify is false.
+       (toBack): Implemented.
+       (toFront): Implemented.
+       * gnu/awt/xlib/XGraphics.java (setColor): Ignore null color.
+       * gnu/awt/xlib/XGraphicsConfiguration.java (getPixel): Ignore null
+       color.
+       * gnu/awt/xlib/XToolkit.java (nativeQueueEmpty): Always return true.
+       (wakeNativeQueue): Do nothing.
+       (iterateNativeQueue): Do queue.wait if blocking.
+       * gnu/gcj/xlib/Font.java (loadFont): New method.
+       (loadFontImpl): Renamed native method, was loadFont. 
+       * gnu/gcj/xlib/Window.java (toFront): New method.
+       (toBack): New method.
+       * gnu/gcj/xlib/natFont.cc (loadFontImpl): Renamed method, was 
+       loadFont.
+       * gnu/gcj/xlib/natWindow.cc (toBack): New method.
+       (toFront): New method. 
+       * gnu/gcj/xlib/natXAnyEvent.cc (loadNext): Removed timeout.
+
+2005-07-14  Andrew Haley  <aph@redhat.com>
+
+        * gnu/java/net/protocol/file/Connection.java (unquote): New
+        method.
+        (connect): Unquote filename.
+        gnu/java/net/protocol/jar/Connection.java (getInputStream):
+        Likewise.  
+        (getJarFile): Likewise.
+
+        * java/net/URLConnection.java (getContentHandler): Guard cast with
+        instaceof.
+
+        * java/net/URL.java (URL): If the file part of a spec is absolute,
+        ignore the file part of its context.
+
+2005-07-14  Aaron Luchko  <aluchko@redhat.com>
+
+       * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java:
+       Implemented VirtualMachine Command Set.
+
+2005-07-14  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/Class.java (getProtectionDomain): Merged javadoc from
+       Classpath.
+
+2005-07-12  Aaron Luchko  <aluchko@redhat.com>
+
+       * gnu/classpath/jdwp/processor/FieldCommandSet.java:
+       Implemented the Field CommandSet.
+       * gnu/classpath/jdwp/processor/InterfaceTypeCommandSet.java:
+       Implemented the InterfaceType CommandSet.
+
+2005-07-12  Aaron Luchko  <aluchko@redhat.com>
+
+       * gnu/classpath/jdwp/processor/PacketProcessor.java (run): Send
+       shutdown to jdwp instead of connection.
+
+2005-07-12  Aaron Luchko  <aluchko@redhat.com>
+
+       * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java:
+       New file.
+
+2005-07-08  Colin Walters  <walters@verbum.org>
+
+       * verify.cc (class _Jv_BytecodeVerifier) <op_new>: Don't
+       check for abstract classes or interfaces here; JVM spec
+       says it should throw an exception, so we'll do so later.
+       * interpret.cc (run): Throw an InstantiationException for
+       abstract classes and interfaces.
+
 2005-07-08  Andrew Haley  <aph@redhat.com>
 
-        * posix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTHER
-        (regular, non-realtime scheduling), not SCHED_RR (realtime,
-        round-robin).
+       * posix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTHER
+       (regular, non-realtime scheduling), not SCHED_RR (realtime,
+       round-robin).
 
 2005-07-07  Aaron Luchko  <aluchko@redhat.com>