[kaffe] CVS kaffe (guilhem): Few fixes
Kaffe CVS
cvs-commits at kaffe.org
Thu Jun 17 11:10:03 PDT 2004
PatchSet 4850
Date: 2004/06/17 17:20:58
Author: guilhem
Branch: HEAD
Tag: (none)
Log:
Few fixes
* libraries/javalib/essential.files: Added
java/lang/ref/SoftReference.java.
* config/m68k/openbsd2/md.h: Fixed sigcontext struct.
Members:
ChangeLog:1.2417->1.2418
config/m68k/openbsd2/md.h:1.6->1.7
libraries/javalib/essential.files:1.46->1.47
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2417 kaffe/ChangeLog:1.2418
--- kaffe/ChangeLog:1.2417 Wed Jun 16 20:28:30 2004
+++ kaffe/ChangeLog Thu Jun 17 17:20:58 2004
@@ -1,4 +1,11 @@
-2003-06-16 Dalibor Topic <robilad at kaffe.org>
+2004-06-17 Guilhem Lavaux <guilhem at kaffe.org>
+
+ * libraries/javalib/essential.files: Added
+ java/lang/ref/SoftReference.java.
+
+ * config/m68k/openbsd2/md.h: Fixed sigcontext struct.
+
+2004-06-16 Dalibor Topic <robilad at kaffe.org>
* libraries/javalib/java/text/BreakIterator.java,
libraries/javalib/java/text/Collator.java,
@@ -29,7 +36,7 @@
(formatInternal) Added "arguments == null ||" to the checking
of the availability of the argument.
-2003-06-15 Dalibor Topic <robilad at kaffe.org>
+2004-06-15 Dalibor Topic <robilad at kaffe.org>
* libraries/javalib/java/util/ResourceBundle.java:
Replaced by implementation from GNU Classpath.
@@ -123,7 +130,7 @@
(main2): The application class loader is now directly managed by the
core VM.
-2003-06-15 Dalibor Topic <robilad at kaffe.org>
+2004-06-15 Dalibor Topic <robilad at kaffe.org>
* libraries/javalib/java/nio/Buffer.java,
libraries/javalib/java/nio/ByteBuffer.java,
@@ -5184,7 +5191,7 @@
* kaffe/kaffevm/intrp/checks.h:
Fixed some checks to print out right results.
-2003-03-27 Riccardo Mottola <zuse at libero.it>
+2004-03-27 Riccardo Mottola <zuse at libero.it>
* kaffe/kaffeh/support.c:
Fixed warnings due to passing arguments of
Index: kaffe/config/m68k/openbsd2/md.h
diff -u kaffe/config/m68k/openbsd2/md.h:1.6 kaffe/config/m68k/openbsd2/md.h:1.7
--- kaffe/config/m68k/openbsd2/md.h:1.6 Mon Jun 7 19:14:22 2004
+++ kaffe/config/m68k/openbsd2/md.h Thu Jun 17 17:21:00 2004
@@ -39,6 +39,7 @@
#define SIGNAL_CONTEXT_POINTER(scp) struct sigcontext *scp
#define GET_SIGNAL_CONTEXT_POINTER(scp) (scp)
#define SIGNAL_PC(scp) ((uintp)(scp)->sc_pc)
+#define STACK_STRUCT struct sigaltstack
#include "kaffe-unix-stack.h"
Index: kaffe/libraries/javalib/essential.files
diff -u kaffe/libraries/javalib/essential.files:1.46 kaffe/libraries/javalib/essential.files:1.47
--- kaffe/libraries/javalib/essential.files:1.46 Mon May 31 21:15:30 2004
+++ kaffe/libraries/javalib/essential.files Thu Jun 17 17:21:00 2004
@@ -217,6 +217,7 @@
java/lang/ref/Reference.java
java/lang/ref/ReferenceQueue.java
java/lang/ref/WeakReference.java
+java/lang/ref/SoftReference.java
java/lang/reflect/Proxy.java
java/lang/reflect/InvocationHandler.java
java/net/ContentHandler.java
More information about the kaffe
mailing list