[kaffe] CVS kaffe (robilad): resynced with gnu classpath: cleanup

Kaffe CVS cvs-commits at kaffe.org
Sun May 15 09:59:33 PDT 2005


PatchSet 6502 
Date: 2005/05/15 16:53:48
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
resynced with gnu classpath: cleanup

2005-05-15  Dalibor Topic  <robilad at kaffe.org>

        Resynced with GNU Classpath.

        2005-05-01  Mark Wielaard  <mark at klomp.org>

        * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c:
        (window_delete_cb): Don't use C++ style comments.

Members: 
	ChangeLog:1.4027->1.4028 
	libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c:1.17->1.18 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4027 kaffe/ChangeLog:1.4028
--- kaffe/ChangeLog:1.4027	Sun May 15 16:49:55 2005
+++ kaffe/ChangeLog	Sun May 15 16:53:48 2005
@@ -1,5 +1,14 @@
 2005-05-15  Dalibor Topic  <robilad at kaffe.org>
 
+	Resynced with GNU Classpath.
+
+	2005-05-01  Mark Wielaard  <mark at klomp.org>
+
+        * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c:
+        (window_delete_cb): Don't use C++ style comments.
+
+2005-05-15  Dalibor Topic  <robilad at kaffe.org>
+
 	* include/Makefile.am (NOINSTALL_JNI_DERIVED_HDRS):
  	Added gnu_classpath_VMStackWalker.h.
 
Index: kaffe/libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
diff -u kaffe/libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c:1.17 kaffe/libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c:1.18
--- kaffe/libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c:1.17	Sun May 15 13:06:46 2005
+++ kaffe/libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c	Sun May 15 16:53:53 2005
@@ -477,10 +477,10 @@
 			      (jobject) NULL, (jint) 0);
   gdk_threads_enter ();
 
-  // Prevents that the Window dissappears ("destroy"
-  // not being signalled). This is necessary because it
-  // should be up to a WindowListener implementation
-  // how the AWT Frame responds to close requests.
+  /* Prevents that the Window dissappears ("destroy"
+     not being signalled). This is necessary because it
+     should be up to a WindowListener implementation
+     how the AWT Frame responds to close requests. */
   return TRUE;
 }
 




More information about the kaffe mailing list