This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Import GNU Classpath (libgcj-import-20081021)


On Wed, Oct 22, 2008 at 11:39:55AM +0200, Matthias Klose wrote:
> This is a merge from the libgcj-import-20081022 tag into trunk,
> to resolve some whitespace differences in nio, resort
> tools/Makefile.am and update to classpath head. It would be nice if
> somebody could review these changes. Bootstrap with and without java
> maintainer mode on x86_64-linux-gnu succeeded, no regressions in the
> libjava and mauve testsuites.
> 
>   Matthias
> 
> libjava/
> 
> 2008-10-22  Matthias Klose  <doko@ubuntu.com>
> 
> 	Import GNU Classpath (libgcj-import-20081022).
> 
> 	* Regenerate class and header files.
> 	* Regenerate auto* files.
> 
> libjava/classpath/
>  
> 2008-10-17  Robert Lougher  <rob.lougher@gmail.com>
> 
> 	* native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c
> 	(Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawGlyphVector):
> 	Release 'fonts'.
> 
> 2008-10-16  Tom Tromey  <tromey@redhat.com>
> 
> 	* tools/gnu/classpath/tools/jar/WorkSet.java (initSet): Use
> 	foreach.  Change argument type.
> 	(WorkSet): Change argument type.
> 	* tools/gnu/classpath/tools/jar/Indexer.java (indexJarFile): Use
> 	foreach.
> 	* tools/gnu/classpath/tools/jar/Creator.java
> 	(writeCommandLineEntries): Use foreach.
> 	(getAllEntries): Likewise.
> 
> 2008-09-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
> 
> 	* java/lang/System.java (getenv): Reinstate
> 	use of EnvironmentMap as opposed to raw
> 	HashMap.
> 
> 2008-09-16  Mario Torre  <neugens@aicas.com>
> 
> 	* java/lang/System.java (getenv): Fix env entries of the form
> 	key=value=value=value not parsed correctly.
> 

The missing entry was:

2008-09-28  Andrew John Hughes  <gnu_andrew@member.fsf.org>

	* configure.ac:
	Always check for JAVA prior to ANTLR check.
	* java/lang/ThreadLocal.java,
	* java/lang/ThreadLocalMap.java:
	Rename notFound back to sentinel to avoid
	potential issues with use of the old name.
	Cleanup formatting.
	* java/nio/Buffer.java,
	* java/nio/ByteBuffer.java,
	* java/nio/ByteBufferImpl.java,
	* java/nio/CharBuffer.java,
	* java/nio/CharViewBufferImpl.java,
	* java/nio/DirectByteBufferImpl.java,
	* java/nio/DoubleBuffer.java,
	* java/nio/DoubleBufferImpl.java,
	* java/nio/FloatBuffer.java,
	* java/nio/FloatBufferImpl.java,
	* java/nio/IntBuffer.java,
	* java/nio/LongBuffer.java,
	* java/nio/LongBufferImpl.java,
	* java/nio/MappedByteBuffer.java,
	* java/nio/ShortBuffer.java,
	* java/nio/ShortBufferImpl.java,
	* java/nio/ShortViewBufferImpl.java:
	Cleanup formatting.

The two Classpath ChangeLogs should now be identical, so I guess this
may just have got missed due to the entries after it that were committed
to solve gcj ANTLR issues.
-- 
Andrew :)

Red Hat OpenJDK/IcedTea Software Engineer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]