gcc/libjava
Scott Gilbertson e27d6202c0 XCanvasPeer.java (attributes): New field.
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.

From-SVN: r102057
2005-07-15 16:07:18 +00:00
..
external configure.ac (USING_ECOS_PLATFORM): Remove and merge into... 2005-06-16 01:02:24 +00:00
gcj configure.ac (USING_ECOS_PLATFORM): Remove and merge into... 2005-06-16 01:02:24 +00:00
gnu XCanvasPeer.java (attributes): New field. 2005-07-15 16:07:18 +00:00
include Update FSF address 2005-06-30 03:22:09 +00:00
java Connection.java (unquote): New method. 2005-07-14 18:20:10 +00:00
javax Update FSF address 2005-06-30 03:22:09 +00:00
jni Update FSF address 2005-06-30 03:22:09 +00:00
libltdl Makefile.am (gtk_c_source_files): Remove jni/classpath/jcl.c, jni/classpath/jnilink.c, jni/classpath/primlib.c. 2005-03-17 00:59:33 +00:00
org/ietf/jgss Update FSF address 2005-06-30 03:22:09 +00:00
scripts Update FSF address 2005-06-30 03:22:09 +00:00
sysdep Update FSF address 2005-06-30 03:22:09 +00:00
testsuite re PR java/18119 (Private inner class is visible when it shouldn't be) 2005-07-07 15:43:59 +01:00
.cvsignore ignore autom4te.cache 2004-08-23 23:51:56 +00:00
COPYING COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes... 2000-12-18 09:12:19 +00:00
ChangeLog XCanvasPeer.java (attributes): New field. 2005-07-15 16:07:18 +00:00
ChangeLog-1998 Shuffle ChangeLog entries into new files ChangeLog-1998, 2005-05-04 18:29:28 +00:00
ChangeLog-1999 Shuffle ChangeLog entries into new files ChangeLog-1998, 2005-05-04 18:29:28 +00:00
ChangeLog-2000 Shuffle ChangeLog entries into new files ChangeLog-1998, 2005-05-04 18:29:28 +00:00
ChangeLog-2001 Shuffle ChangeLog entries into new files ChangeLog-1998, 2005-05-04 18:29:28 +00:00
ChangeLog-2002 Shuffle ChangeLog entries into new files ChangeLog-1998, 2005-05-04 18:29:28 +00:00
ChangeLog-2003 Shuffle ChangeLog entries into new files ChangeLog-1998, 2005-05-04 18:29:28 +00:00
ChangeLog-2004 Shuffle ChangeLog entries into new files ChangeLog-1998, 2005-05-04 18:29:28 +00:00
HACKING HACKING: Remove reference to special automake. 2004-08-30 20:45:10 +02:00
LIBGCJ_LICENSE Update FSF address 2005-06-30 03:22:09 +00:00
Makefile.am Makefile.am (SUBDIRS): Use append for conditional. 2005-06-22 01:30:12 +00:00
Makefile.in Makefile.am (SUBDIRS): Use append for conditional. 2005-06-22 01:30:12 +00:00
NEWS NEWS: Draft of libgcj NEWS for 4.0. 2005-02-19 00:47:33 +00:00
README README: Remove obsolete info. 2004-07-29 03:13:04 +01:00
THANKS README: Remove obsolete info. 2004-07-29 03:13:04 +01:00
acinclude.m4 Makefile.am: Run aclocal with -I ../config 2004-09-23 01:14:03 +00:00
aclocal.m4 re PR libgcj/19877 (sometimes reconfiguring leads to incorrect config.h) 2005-06-14 20:05:59 +00:00
addr2name.awk Jumbo patch: 2000-05-19 17:55:34 +00:00
boehm.cc * boehm.cc (_Jv_MarkObj): Handle case where field's type is NULL. 2005-06-24 22:14:03 +00:00
configure configure.ac (USING_ECOS_PLATFORM): Remove and merge into... 2005-06-16 01:02:24 +00:00
configure.ac configure.ac (USING_ECOS_PLATFORM): Remove and merge into... 2005-06-16 01:02:24 +00:00
configure.host * configure.host: Handle Solaris 10/x86. 2005-06-14 23:33:08 +00:00
darwin.cc Index: gcc/gcc/ChangeLog 2004-10-26 06:09:05 +00:00
defineclass.cc natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL. 2005-06-24 22:48:33 +00:00
exception.cc * exception.cc: Revert 05-17 gcc_unreachable change. 2005-05-19 18:28:35 -07:00
gij.cc [multiple changes] 2005-05-13 02:02:39 +01:00
interpret.cc verify.cc (class _Jv_BytecodeVerifier): Don't check for abstract classes or interfaces here... 2005-07-08 19:13:30 +00:00
jawt.c Update FSF address 2005-06-30 03:22:09 +00:00
jni.cc re PR libgcj/22036 (libjava/jni.cc compilation fix in cvs 2005-06-12) 2005-06-13 20:23:11 +00:00
libgcj-test.spec.in * libgcj.spec.in, libgcj-test.spec.in: Revert for now. 2002-03-31 18:24:59 +00:00
libgcj.pc.in 2003-07-09 Michael Koch <konqueror@gmx.de> 2003-07-09 07:11:13 +00:00
libgcj.spec.in configure.host (alpha*-*): Default to -mieee. 2003-02-13 02:51:26 +00:00
libtool-version * libtool-version: Updated. 2005-07-01 23:43:39 +00:00
link.cc re PR libgcj/21906 (hang when invoking abstract method) 2005-06-15 19:11:43 +00:00
mauve-libgcj mauve-libgcj: Remove implemented classes from the fail section. 2005-06-02 01:10:17 +02:00
no-threads.cc natFinalizerThread.cc: New file. 2001-10-10 22:25:43 +00:00
nogc.cc nogc.cc: Remove warnings. 2002-01-27 22:33:35 +00:00
pkg.m4 configure.in: Use pkg-config to check for GTK 2.2 and libart 2.1. 2004-01-30 22:01:11 +00:00
posix-threads.cc posix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTHER (regular... 2005-07-08 14:04:22 +00:00
posix.cc posix.cc: added #include<stdio.h> 2003-07-08 04:49:16 +00:00
prims.cc [multiple changes] 2005-05-13 02:02:39 +01:00
stacktrace.cc re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError) 2005-05-25 16:24:07 -07:00
verify.cc verify.cc (class _Jv_BytecodeVerifier): Don't check for abstract classes or interfaces here... 2005-07-08 19:13:30 +00:00
win32-threads.cc re PR libgcj/14751 ([win32] thread creation leaks system handle resources) 2004-09-11 19:13:51 +00:00
win32.cc configure.in [...] (SYSTEMSPEC): Remove -lwsock32. 2004-08-01 04:29:31 +00:00

README

This is libgcj: the runtime library for gcj, the GNU Compiler for Java. 
libgcj provides a partial implementation of the Java Class Libraries.

libgcj is free software.  See the file LIBGCJ_LICENSE for copying permission.


DOCUMENTATION
=============

All documentation, including detailed installation and usage instructions,
can be found on the gcj web pages at this URL:

		http://gcc.gnu.org/java/

BUGS
====

Please submit bug reports via this URL:

	http://gcc.gnu.org/bugzilla