[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: Timer fix

Kaffe CVS cvs-commits at kaffe.org
Tue Mar 1 17:51:32 PST 2005


PatchSet 5609 
Date: 2005/03/02 01:46:05
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Resynced with GNU Classpath: Timer fix

2005-03-02  Dalibor Topic  <robilad at kaffe.org>

        Resynced with GNU Classpath.

        2005-02-24  Audrius Meskauskas  <audriusa at bluewin.ch>

        * javax/swing/Timer.java (Waker.run): firing the first action
        event.

Members: 
	ChangeLog:1.3654->1.3655 
	libraries/javalib/javax/swing/Timer.java:1.6->1.7 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3654 kaffe/ChangeLog:1.3655
--- kaffe/ChangeLog:1.3654	Thu Feb 24 15:06:39 2005
+++ kaffe/ChangeLog	Wed Mar  2 01:46:05 2005
@@ -1,3 +1,12 @@
+2005-03-02  Dalibor Topic  <robilad at kaffe.org>
+
+	Resynced with GNU Classpath.
+
+	2005-02-24  Audrius Meskauskas  <audriusa at bluewin.ch>
+
+        * javax/swing/Timer.java (Waker.run): firing the first action
+        event.
+
 2005-02-24  Dalibor Topic  <robilad at kaffe.org>
 
 	* configure.ac (LIBDEBUG): Removed now useless classpath debug option.
Index: kaffe/libraries/javalib/javax/swing/Timer.java
diff -u kaffe/libraries/javalib/javax/swing/Timer.java:1.6 kaffe/libraries/javalib/javax/swing/Timer.java:1.7
--- kaffe/libraries/javalib/javax/swing/Timer.java:1.6	Tue Jan 18 15:44:41 2005
+++ kaffe/libraries/javalib/javax/swing/Timer.java	Wed Mar  2 01:46:12 2005
@@ -151,6 +151,8 @@
       try
         {
 	  sleep(initialDelay);
+	  
+	  queueEvent();
 
 	  while (running)
 	    {




More information about the kaffe mailing list