[kaffe] Re: many regressions failures on darwin6

2005-02-07 Thread Dalibor Topic
Riccardo  libero.it> writes:

> 
> Hello,
> 
> a new build on darwin6 shows many regression failures, namely 18:
> 
> ArrayForName.fail   MethodErrors.fail
> BufferedReaderTest.fail NullInvoke.fail
> CharArrayReaderTest.failProcessClassTest.fail
> DateFormatTest.fail StackDump.fail
> ExceptionInInitializerTest.fail TestSerialFields.fail
> GCTest.fail ThreadLocalTest.fail
> LineNumberReaderTest.fail   UDPTest.fail
> LostFrame.fail  WaitTest.fail
> MapTest.failttest.fail

Guilhem fixed most of them today, according to Michael's Tinderbox. Great! 

Thanks to Riccardo and Michael for reporting it, and to Guilhem for fixing the
issues.

cheers,
dalibor topic


___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] building kjc from sources

2005-02-07 Thread Arnaud Vandyck
Hi there,

We had a problem with the kaffe's debian package: kjc was not built from
sources. So I had not to provide kjc with kaffe.

Anyway, I started to package kjc from a separate source
(http://www.dms.at/kopi) but it fails to build from sources.

Attached is the build log. Thanks for any tips.

PS: Note that this kjc is the official release from dms.at, no patch has
been applied.

-- 
Arnaud Vandyck
http://fosdem.org/ Free and Open Source Developers' European Meeting
jabber: [EMAIL PROTECTED]  February 26-27 2005, Bruxelles, Belgium


kjc_2.1B-1_powerpc.build.gz
Description: Binary data
___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Re: many regressions failures on darwin6

2005-02-07 Thread Michael Franz
On Mon, 7 Feb 2005 04:29:33 + (UTC), Dalibor Topic
<[EMAIL PROTECTED]> wrote:
> Riccardo  libero.it> writes:
> 
> >
> > Hello,
> >
> > a new build on darwin6 shows many regression failures, namely 18:
> >
> > ArrayForName.fail   MethodErrors.fail
> > BufferedReaderTest.fail NullInvoke.fail
> > CharArrayReaderTest.failProcessClassTest.fail
> > DateFormatTest.fail StackDump.fail
> > ExceptionInInitializerTest.fail TestSerialFields.fail
> > GCTest.fail ThreadLocalTest.fail
> > LineNumberReaderTest.fail   UDPTest.fail
> > LostFrame.fail  WaitTest.fail
> > MapTest.failttest.fail
> 
> Guilhem fixed most of them today, according to Michael's Tinderbox. Great!

I am glad someone is looking at the logs!  Now, if I could only figure
out what is wrong with the JIT3.

> 
> Thanks to Riccardo and Michael for reporting it, and to Guilhem for fixing the
> issues.
> 
> cheers,
> dalibor topic

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] unhandled NullPointerException in gjdoc from CVS

2005-02-07 Thread Dalibor Topic
Kalle Olavi Niemitalo wrote:
The following happened with a Kaffe I checked out from cvs.kaffe.org
today and compiled with Debian gcc-3.3 1:3.3.5-4 on i386-pc-linux-gnu.
[EMAIL PROTECTED]:~/pikkuohjelmat/java/TESTIT$ echo $LANG
fi_FI.UTF-8
[EMAIL PROTECTED]:~/pikkuohjelmat/java/TESTIT$ cat javadoc.java
public class X {
public interface Y {
}
public interface Z {
}
}
[EMAIL PROTECTED]:~/pikkuohjelmat/java/TESTIT$ ls -l $(type -p javadoc)
lrwxrwxrwx  1 kalle kalle 46 2005-01-29 18:59 
/home/kalle/i386-pc-linux-gnu/bin/javadoc -> 
../../stow/kaffe/i386-pc-linux-gnu/bin/javadoc
[EMAIL PROTECTED]:~/pikkuohjelmat/java/TESTIT$ javadoc -locale fi_FI 
javadoc.java
Loading source file javadoc.java ...
java.lang.NullPointerException
   at gnu.classpath.tools.gjdoc.Main.getCollator (Main.java:1453)
   at gnu.classpath.tools.gjdoc.DocImpl.compareTo (DocImpl.java:58)
   at gnu.classpath.tools.gjdoc.ClassDocImpl.compareTo (ClassDocImpl.java:1056)
   at gnu.classpath.tools.gjdoc.ClassDocImpl.compareTo (ClassDocImpl.java:1036)
   at java.util.TreeMap.compare (TreeMap.java:734)
   at java.util.TreeMap.put (TreeMap.java:555)
   at java.util.TreeSet.add (TreeSet.java:176)
   at gnu.classpath.tools.gjdoc.PackageDocImpl.addClass (PackageDocImpl.java:51)
   at gnu.classpath.tools.gjdoc.Parser.classOpened (Parser.java:856)
   at gnu.classpath.tools.gjdoc.ClassComponent.process (Parser.java:563)
   at gnu.classpath.tools.gjdoc.Parser.parse (Parser.java:773)
   at gnu.classpath.tools.gjdoc.ClassComponent.process (Parser.java:568)
   at gnu.classpath.tools.gjdoc.Parser.parse (Parser.java:773)
   at gnu.classpath.tools.gjdoc.Parser.processSourceFile (Parser.java:733)
   at gnu.classpath.tools.gjdoc.RootDocImpl.build (RootDocImpl.java:244)
   at gnu.classpath.tools.gjdoc.Main.startDoclet (Main.java:567)
   at gnu.classpath.tools.gjdoc.Main.start (Main.java:880)
   at gnu.classpath.tools.gjdoc.Main.main (Main.java:720)
Thanks for the bug report, Kalle, and sorry for taking so long to reply. 
It turned out that this is a bug in GNU Classpath, and not in Kaffe. 
I've submitted a bug report there at 
http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=11886 .

cheers,
dalibor topic
___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] CVS kaffe (robilad): Resynced with gjdoc, fixed gjdoc's configure not to require java and javac

2005-02-07 Thread Kaffe CVS
PatchSet 5495 
Date: 2005/02/07 15:46:43
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Resynced with gjdoc, fixed gjdoc's configure not to require java and javac

Members: 
ChangeLog:1.3540->1.3541 
Makefile.in:1.199->1.200 
aclocal.m4:1.119->1.120 
configure:1.419->1.420 
config/Makefile.in:1.170->1.171 
include/Makefile.in:1.212->1.213 
kaffe/Makefile.in:1.140->1.141 
kaffe/jvmpi/Makefile.in:1.62->1.63 
kaffe/kaffe/Makefile.in:1.160->1.161 
kaffe/kaffeh/Makefile.in:1.140->1.141 
kaffe/kaffevm/Makefile.in:1.190->1.191 
kaffe/kaffevm/boehm-gc/Makefile.in:1.26->1.27 
kaffe/kaffevm/gcj/Makefile.in:1.120->1.121 
kaffe/kaffevm/intrp/Makefile.in:1.129->1.130 
kaffe/kaffevm/jit/Makefile.in:1.135->1.136 
kaffe/kaffevm/jit3/Makefile.in:1.106->1.107 
kaffe/kaffevm/jni/Makefile.in:1.32->1.33 
kaffe/kaffevm/kaffe-gc/Makefile.in:1.24->1.25 
kaffe/kaffevm/systems/Makefile.in:1.128->1.129 
kaffe/kaffevm/systems/beos-native/Makefile.in:1.120->1.121 
kaffe/kaffevm/systems/oskit-pthreads/Makefile.in:1.126->1.127 
kaffe/kaffevm/systems/unix-jthreads/Makefile.in:1.130->1.131 
kaffe/kaffevm/systems/unix-pthreads/Makefile.in:1.103->1.104 
kaffe/kaffevm/verifier/Makefile.in:1.31->1.32 
kaffe/man/Makefile.in:1.126->1.127 
kaffe/scripts/Makefile.in:1.163->1.164 
kaffe/scripts/javadoc.in:1.7->1.8 
kaffe/scripts/bat/Makefile.in:1.119->1.120 
kaffe/scripts/compat/Makefile.in:1.144->1.145 
kaffe/scripts/compat/javadoc.in:1.8->1.9 
kaffe/xprof/Makefile.in:1.94->1.95 
libraries/Makefile.in:1.123->1.124 
libraries/clib/Makefile.in:1.137->1.138 
libraries/clib/awt/Makefile.in:1.137->1.138 
libraries/clib/awt/X/Makefile.in:1.128->1.129 
libraries/clib/awt/classpath-gtk/Makefile.in:1.18->1.19 
libraries/clib/awt/classpath-gtk/gtk-peer/Makefile.in:1.24->1.25 
libraries/clib/awt/classpath-gtk/resource/Makefile.in:1.17->1.18 
libraries/clib/awt/nano-X/Makefile.in:1.1->1.2 
libraries/clib/awt/qt/Makefile.in:1.85->1.86 
libraries/clib/classpath/Makefile.in:1.10->1.11 
libraries/clib/io/Makefile.in:1.132->1.133 
libraries/clib/libxmlj/Makefile.in:1.37->1.38 
libraries/clib/management/Makefile.in:1.139->1.140 
libraries/clib/math/Makefile.in:1.134->1.135 
libraries/clib/native/Makefile.in:1.171->1.172 
libraries/clib/net/Makefile.in:1.143->1.144 
libraries/clib/nio/Makefile.in:1.61->1.62 
libraries/clib/security/Makefile.in:1.105->1.106 
libraries/clib/sound/Makefile.in:1.32->1.33 
libraries/clib/sound/alsa/Makefile.in:1.33->1.34 
libraries/clib/sound/common/Makefile.in:1.32->1.33 
libraries/clib/sound/esd/Makefile.in:1.33->1.34 
libraries/clib/zip/Makefile.in:1.136->1.137 
libraries/extensions/Makefile.in:1.115->1.116 
libraries/extensions/comm/Makefile.in:1.109->1.110 
libraries/extensions/comm/javalib/Makefile.in:1.109->1.110 
libraries/extensions/microsoft/Makefile.in:1.101->1.102 
libraries/extensions/microsoft/clib/Makefile.in:1.105->1.106 
libraries/extensions/microsoft/javalib/Makefile.in:1.102->1.103 
libraries/extensions/pjava/Makefile.in:1.109->1.110 
libraries/extensions/pjava/javalib/Makefile.in:1.109->1.110 
libraries/extensions/servlet/Makefile.in:1.109->1.110 
libraries/extensions/servlet/javalib/Makefile.in:1.109->1.110 
libraries/javalib/Makefile.in:1.391->1.392 
libraries/javalib/awt-implementations/Makefile.in:1.17->1.18 
libraries/javalib/awt-implementations/kaffe/Makefile.in:1.19->1.20 
libraries/javalib/gmp-math/Makefile.in:1.21->1.22 
m4/ac_prog_antlr.m4:1.2->1.3 
m4/ac_prog_java.m4:1.1->1.2(DEAD) 
m4/ac_prog_java_works.m4:1.1->1.2(DEAD) 
m4/ac_prog_javac.m4:1.1->1.2(DEAD) 
m4/ac_prog_javac_works.m4:1.1->1.2(DEAD) 
replace/Makefile.in:1.74->1.75 
test/Makefile.in:1.130->1.131 
test/internal/Makefile.in:1.96->1.97 
test/jni/Makefile.in:1.28->1.29 
test/regression/Makefile.in:1.202->1.203 
test/regression/compile_time/Makefile.in:1.60->1.61 
test/regression/compiler/Makefile.in:1.42->1.43 
test/regression/run_time/Makefile.in:1.59->1.60 
tools/Makefile.in:1.33->1.34 
tools/gjdoc/Makefile.in:1.33->1.34 
tools/gjdoc/javalib/Makefile.am:1.12->1.13 
tools/gjdoc/javalib/Makefile.in:1.43->1.44 
tools/gjdoc/javalib/dtd/dbcentx.mod:1.2->1.3 
tools/gjdoc/javalib/dtd/ent/iso-amsa.ent:1.2->1.3 
tools/gjdoc/javalib/dtd/ent/iso-amsb.ent:1.2->1.3 
tools/gjdoc/javalib/dtd/ent/iso-amsc.ent:1.2->1.3 
tools/gjdoc/javalib/dtd/ent/iso-am

[kaffe] undefined reference to `pthread_...

2005-02-07 Thread Ito Kazumitsu
Hi,

Make on FreeBSD 5.3-RELEASE failed today:

../kaffevm/.libs/libkaffevm.so: undefined reference to 
`pthread_attr_getstacksize'
../kaffevm/.libs/libkaffevm.so: undefined reference to `pthread_create'

and so on.

FreeBSD's pthread requires the gcc flag -pthread for linking.

Seeing the output from make, I found -pthread set for gcc compiling
indivisual C programs, but not for the gcc -o .libs/kaffe-bin.

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Problems compiling Kaffe

2005-02-07 Thread Dalibor Topic
Fernando Lozano wrote:
Hi Sanghyeon Seo,
If Kaffe build really needs a Java compiler and Java VM, couldn't it use
gcj / gij and so I could build it using only free software?
  
jikes is a free software. What do you mean?
But Sun, IBM or Blackdown JVMs are not, and I have not fould how to use 
gij as the JVM for comiling Kaffe. Jikes is not a Java VM, but just a 
Java compiler.

Anyway it's strange that, to compile a Java VM, I need another Java VM.
Yeah. Thanks for your bug report, I've fixed that now.
And by the way, is kjc becoming unsupported?
Not really. It won't return as a jar file, as jar files are not much fun 
to shuffle around in source tarballs.

For 1.1.5, I think it would be easiest to simply make javac a wrapper 
around jikes (or some other supported external compiler).

Kjc will return at the very latest post 1.1.5 as a supported external 
compiler.

cheers,
dalibor topic
___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Problems compiling Kaffe

2005-02-07 Thread Stuart Ballard
On Mon, 07 Feb 2005 17:13:51 +0100, Dalibor Topic <[EMAIL PROTECTED]> wrote:
> For 1.1.5, I think it would be easiest to simply make javac a wrapper
> around jikes (or some other supported external compiler).

Consider ecj as the compiler to wrap. Main advantage is full support
of 1.5 language features *today* (and it doesn't require a 1.5 runtime
to work either, as I've got it working under IKVM as I mentioned in my
blog a while back).

Stuart.

-- 
http://sab39.dev.netreach.com/

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] MIPS/IRIX report (be prepared, be scared)

2005-02-07 Thread Riccardo
Hey,

I finally got an up-to-date environment on MIPS & IRIX running, I 
compile kaffe with gcc 3.4 now. ANd I have jikes 1.22

make checks reports an asotinishing

136 of 147 tests failed using jthread and interpreter.

the internal jitBasic passes
HelloWorldApp.class.save passes
but helloWorldApp.java not :)

some other tests that pass are TestFloatDOuble  and ExceptionTest, the 
rest is a desaster.

the reason of filure is the long-known:
more HelloWorldApp.fail 
Assertion failed: EX, file ../../../../kaffe/kaffe/kaffevm/kaffe-gc/gc-
mem.c, li
ne 382

Cheers,

Riccardo


___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] CVS kaffe (robilad): Small fixes for make dist and sloccount

2005-02-07 Thread Kaffe CVS
PatchSet 5496 
Date: 2005/02/07 17:49:04
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Small fixes for make dist and sloccount

2005-02-07  Dalibor Topic  <[EMAIL PROTECTED]>

* config/i386/dgux/jit-md.h: Fixed compilation error.

* test/Makefile.am (EXTRA_DIST): Added missing logo,
removed Transvirtual logo. Fixes make dist gain.

Members: 
ChangeLog:1.3541->1.3542 
config/i386/dgux/jit-md.h:1.3->1.4 
po/fr.po:1.10->1.11 
po/kaffe.pot:1.8->1.9 
po/zh_TW.po:1.13->1.14 
test/Makefile.am:1.6->1.7 
test/Makefile.in:1.131->1.132 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3541 kaffe/ChangeLog:1.3542
--- kaffe/ChangeLog:1.3541  Mon Feb  7 15:46:43 2005
+++ kaffe/ChangeLog Mon Feb  7 17:49:04 2005
@@ -1,5 +1,12 @@
 2005-02-07  Dalibor Topic  <[EMAIL PROTECTED]>
 
+   * config/i386/dgux/jit-md.h: Fixed compilation error.
+
+   * test/Makefile.am (EXTRA_DIST): Added missing logo, 
+   removed Transvirtual logo. Fixes make dist gain.
+
+2005-02-07  Dalibor Topic  <[EMAIL PROTECTED]>
+
* m4/ac_prog_antlr.m4: Simplified. No longer needs
java or javac. 
 
Index: kaffe/config/i386/dgux/jit-md.h
diff -u kaffe/config/i386/dgux/jit-md.h:1.3 kaffe/config/i386/dgux/jit-md.h:1.4
--- kaffe/config/i386/dgux/jit-md.h:1.3 Sat Oct  4 22:55:24 2003
+++ kaffe/config/i386/dgux/jit-md.h Mon Feb  7 17:49:09 2005
@@ -39,7 +39,7 @@
"X" (__LINE__)  \
: "eax", "cc" );\
asm volatile (" \n  "\
-   addl %0,%%esp" : : "r" (4*(nargs+1)) : "cc")
+"  addl %0,%%esp" : : "r" (4*(nargs+1)) : "cc")
 
 /* Function prototype for signal handlers */
 #defineEXCEPTIONPROTO SIGNAL_ARGS(sig, ctx)
Index: kaffe/po/fr.po
diff -u kaffe/po/fr.po:1.10 kaffe/po/fr.po:1.11
--- kaffe/po/fr.po:1.10 Wed Feb  2 13:03:03 2005
+++ kaffe/po/fr.po  Mon Feb  7 17:49:10 2005
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: Kaffe Virtual Machine 1.1.x-cvs\n"
 "Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
-"POT-Creation-Date: 2005-02-02 17:59+0800\n"
+"POT-Creation-Date: 2005-02-07 18:18+0100\n"
 "PO-Revision-Date: 2004-06-03 22:00+0200\n"
 "Last-Translator: Guilhem Lavaux <[EMAIL PROTECTED]>\n"
 "Language-Team: French \n"
@@ -15,105 +15,105 @@
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: kaffe/kaffe/main.c:418 kaffe/kaffe/main.c:496 kaffe/kaffe/main.c:552
-#: kaffe/kaffe/main.c:579 kaffe/kaffe/main.c:604 kaffe/kaffe/main.c:626
+#: kaffe/kaffe/main.c:419 kaffe/kaffe/main.c:497 kaffe/kaffe/main.c:560
+#: kaffe/kaffe/main.c:587 kaffe/kaffe/main.c:612 kaffe/kaffe/main.c:634
 #, c-format
 msgid "Error: out of memory.\n"
 msgstr "Erreur: pas assez de mémoire.\n"
 
-#: kaffe/kaffe/main.c:641
+#: kaffe/kaffe/main.c:649
 #, c-format
 msgid "Error: No stack size found for -ss option.\n"
 msgstr ""
 "Erreur: La taille de la pile n'a pas été trouvé après l'argument -ss.\n"
 
-#: kaffe/kaffe/main.c:649
+#: kaffe/kaffe/main.c:657
 #, c-format
 msgid "Warning: Attempt to set stack size smaller than %d - ignored.\n"
 msgstr ""
 "Avertissement: Vous ne pouvez pas spécifer une taille de pile plus petite "
 "que %d - valeur ignorée.\n"
 
-#: kaffe/kaffe/main.c:660
+#: kaffe/kaffe/main.c:668
 #, c-format
 msgid "Error: No heap size found for -mx option.\n"
 msgstr "Erreur: Pas de taille de tas trouvée après l'argument -mx.\n"
 
-#: kaffe/kaffe/main.c:673
+#: kaffe/kaffe/main.c:681
 #, c-format
 msgid "Error: No heap size found for -ms option.\n"
 msgstr "Erreur: Pas de taille du tas trouvée après l'argument -ms.\n"
 
-#: kaffe/kaffe/main.c:685
+#: kaffe/kaffe/main.c:693
 #, c-format
 msgid "Error: No heap size found for -as option.\n"
 msgstr "Erreur: Pas de taille de tas trouvée après l'argument -as.\n"
 
-#: kaffe/kaffe/main.c:741
+#: kaffe/kaffe/main.c:749
 #, c-format
 msgid "Error: -Xxprof_syms option requires a file name.\n"
 msgstr "Erreur: L'argument -Xxprof_syms nécessite un nom de fichier.\n"
 
-#: kaffe/kaffe/main.c:747
+#: kaffe/kaffe/main.c:755
 #, c-format
 msgid "Unable to create profiler symbol file %s.\n"
 msgstr ""
 "Impossible de créer le fichier %s devant contenir les symboles de "
 "profilage.\n"
 
-#: kaffe/kaffe/main.c:756
+#: kaffe/kaffe/main.c:764
 #, c-format
 msgid "Error: -Xxprof_gmon option requires a file name.\n"
 msgstr "Erreur: L'argument -Xxprof_gmon nécessite un nom de fichier.\n"
 
-#: kaffe/kaffe/main.c:762
+#: kaffe/kaffe/main.c:770
 #, c-format
 msgid "Unable to create gmon file %s.\n"
 msgstr "Impossible de créer le fichier gmon nommé %s.\n"
 
-#: kaffe/kaffe/main.c:776
+#: kaffe/kaffe/main.c:784
 #, c-format
 msgid "Error: -Xxdebug_file option requires a file name.\n"
 msgstr "Erreur: L'option -Xxdebug_file requiert un nom de fichier.\n"
 
-#: kaffe/kaffe/main.c:790
+#: kaffe/kaffe/main.c:

[kaffe] CVS kaffe (robilad): Updated THIRDPARTY

2005-02-07 Thread Kaffe CVS
PatchSet 5497 
Date: 2005/02/07 17:53:48
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Updated THIRDPARTY

2005-02-07  Dalibor Topic  <[EMAIL PROTECTED]>

* THIRDPARTY: Updated to reflect removal of java & javac
configure detection macros.

Members: 
ChangeLog:1.3542->1.3543 
THIRDPARTY:1.30->1.31 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3542 kaffe/ChangeLog:1.3543
--- kaffe/ChangeLog:1.3542  Mon Feb  7 17:49:04 2005
+++ kaffe/ChangeLog Mon Feb  7 17:53:48 2005
@@ -1,5 +1,10 @@
 2005-02-07  Dalibor Topic  <[EMAIL PROTECTED]>
 
+   * THIRDPARTY: Updated to reflect removal of java & javac 
+   configure detection macros.
+
+2005-02-07  Dalibor Topic  <[EMAIL PROTECTED]>
+
* config/i386/dgux/jit-md.h: Fixed compilation error.
 
* test/Makefile.am (EXTRA_DIST): Added missing logo, 
Index: kaffe/THIRDPARTY
diff -u kaffe/THIRDPARTY:1.30 kaffe/THIRDPARTY:1.31
--- kaffe/THIRDPARTY:1.30   Thu Jan 20 19:39:12 2005
+++ kaffe/THIRDPARTYMon Feb  7 17:53:54 2005
@@ -476,12 +476,11 @@
 the GPL from your modified version.
 
 * m4/ax_cflags_gcc_option.m4, m4/ax_cflags_warn_all.m4, m4/acx_pthread.m4,
-  m4/compile_value.m4, m4/ac_prog_java.m4, m4/ac_prog_java_works.m4,
-  m4/ac_prog_javac.m4, m4/ac_prog_javac_works.m4
+  m4/compile_value.m4
 
 Autoconf macros to check for accepted warning and compiler options, pthreads 
-and compile time values, a Java runtime and a Java compiler. Taken from the 
-Autoconf Macro Archive at http://ac-archive.sourceforge.net/.
+and compile time values. Taken from the Autoconf Macro Archive at 
+http://ac-archive.sourceforge.net/.
 
 Licensed under the GNU General Public License with a special exception:
 

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] CVS kaffe (robilad): Removed extension jars from CVS and distruted source tarball

2005-02-07 Thread Kaffe CVS
PatchSet 5498 
Date: 2005/02/07 18:47:12
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Removed extension jars from CVS and distruted source tarball

2005-02-07  Dalibor Topic  <[EMAIL PROTECTED]>

* libraries/extensions/comm/javalib/Makefile.am,
libraries/extensions/microsoft/javalib/Makefile.am,
libraries/extensions/pjava/javalib/Makefile.am,
libraries/extensions/servlet/javalib/Makefile.am:
(EXTRA_DIST) Removed the compiled jar files from
distributed source tarball.

Reported by:  David Walluck <[EMAIL PROTECTED]>

* libraries/extensions/comm/javalib/comm.jar,
libraries/extensions/microsoft/javalib/microsoft.jar,
libraries/extensions/pjava/javalib/pjava.jar,
libraries/extensions/servlet/javalib/servlet.jar:
Removed JAR files from CVS.

Members: 
ChangeLog:1.3543->1.3544 
libraries/extensions/comm/javalib/Makefile.am:1.2->1.3 
libraries/extensions/comm/javalib/Makefile.in:1.110->1.111 
libraries/extensions/comm/javalib/comm.jar:1.1->1.2(DEAD) 
libraries/extensions/microsoft/javalib/Makefile.am:1.3->1.4 
libraries/extensions/microsoft/javalib/Makefile.in:1.103->1.104 
libraries/extensions/microsoft/javalib/microsoft.jar:1.1->1.2(DEAD) 
libraries/extensions/pjava/javalib/Makefile.am:1.2->1.3 
libraries/extensions/pjava/javalib/Makefile.in:1.110->1.111 
libraries/extensions/pjava/javalib/pjava.jar:1.1->1.2(DEAD) 
libraries/extensions/servlet/javalib/Makefile.am:1.2->1.3 
libraries/extensions/servlet/javalib/Makefile.in:1.110->1.111 
libraries/extensions/servlet/javalib/servlet.jar:1.2->1.3(DEAD) 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3543 kaffe/ChangeLog:1.3544
--- kaffe/ChangeLog:1.3543  Mon Feb  7 17:53:48 2005
+++ kaffe/ChangeLog Mon Feb  7 18:47:12 2005
@@ -1,5 +1,22 @@
 2005-02-07  Dalibor Topic  <[EMAIL PROTECTED]>
 
+   * libraries/extensions/comm/javalib/Makefile.am,
+   libraries/extensions/microsoft/javalib/Makefile.am,
+   libraries/extensions/pjava/javalib/Makefile.am,
+   libraries/extensions/servlet/javalib/Makefile.am:
+   (EXTRA_DIST) Removed the compiled jar files from
+   distributed source tarball.
+
+   Reported by:  David Walluck <[EMAIL PROTECTED]>
+
+   * libraries/extensions/comm/javalib/comm.jar,
+   libraries/extensions/microsoft/javalib/microsoft.jar,
+   libraries/extensions/pjava/javalib/pjava.jar,
+   libraries/extensions/servlet/javalib/servlet.jar:
+   Removed JAR files from CVS.
+
+2005-02-07  Dalibor Topic  <[EMAIL PROTECTED]>
+
* THIRDPARTY: Updated to reflect removal of java & javac 
configure detection macros.
 
Index: kaffe/libraries/extensions/comm/javalib/Makefile.am
diff -u kaffe/libraries/extensions/comm/javalib/Makefile.am:1.2 
kaffe/libraries/extensions/comm/javalib/Makefile.am:1.3
--- kaffe/libraries/extensions/comm/javalib/Makefile.am:1.2 Tue Apr  2 
03:14:59 2002
+++ kaffe/libraries/extensions/comm/javalib/Makefile.am Mon Feb  7 18:47:21 2005
@@ -34,7 +34,7 @@
 
 ## Do not delete the previous blank line; update-class-list depends on it
 
-EXTRA_DIST = $(jrelib_DATA) $(comm_jar_SRCS)
+EXTRA_DIST = $(comm_jar_SRCS)
 
 LIBDIR = lib
 
Index: kaffe/libraries/extensions/comm/javalib/Makefile.in
diff -u kaffe/libraries/extensions/comm/javalib/Makefile.in:1.110 
kaffe/libraries/extensions/comm/javalib/Makefile.in:1.111
--- kaffe/libraries/extensions/comm/javalib/Makefile.in:1.110   Mon Feb  7 
15:47:26 2005
+++ kaffe/libraries/extensions/comm/javalib/Makefile.in Mon Feb  7 18:47:21 2005
@@ -381,7 +381,7 @@
javax/comm/SerialPortEventListener.java \
javax/comm/UnsupportedCommOperationException.java
 
-EXTRA_DIST = $(jrelib_DATA) $(comm_jar_SRCS)
+EXTRA_DIST = $(comm_jar_SRCS)
 LIBDIR = lib
 rebuildLib = $(top_builddir)/libraries/javalib/rebuildLib
 Klasses_jar = $(top_srcdir)/libraries/javalib/Klasses.jar
===
Checking out kaffe/libraries/extensions/comm/javalib/comm.jar
RCS:  /home/cvs/kaffe/kaffe/libraries/extensions/comm/javalib/Attic/comm.jar,v
VERS: 1.1
***
Binary files - and /dev/null differ
Index: kaffe/libraries/extensions/microsoft/javalib/Makefile.am
diff -u kaffe/libraries/extensions/microsoft/javalib/Makefile.am:1.3 
kaffe/libraries/extensions/microsoft/javalib/Makefile.am:1.4
--- kaffe/libraries/extensions/microsoft/javalib/Makefile.am:1.3Tue Apr 
 2 03:15:00 2002
+++ kaffe/libraries/extensions/microsoft/javalib/Makefile.amMon Feb  7 
18:47:22 2005
@@ -24,7 +24,7 @@
 
 ## Do not delete the previous blank line; update-class-list depends on it
 
-EXTRA_DIST = $(jrelib_DATA) $(microsoft_jar_SRCS)
+EXTRA_DIST = $(microsoft_jar_SRCS)
 
 LIBDIR = lib
 
Index: kaffe/libraries/extensions/microsoft/javalib/Makefile.in
diff -u kaffe/libraries/extensions/microsoft/javalib/Makefile.in:1

[kaffe] CVS kaffe (robilad): AWT test cleanup

2005-02-07 Thread Kaffe CVS
PatchSet 5499 
Date: 2005/02/07 19:46:19
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
AWT test cleanup

2005-02-07  Dalibor Topic  <[EMAIL PROTECTED]>

* test/awt/Calc/Calc.java,
test/awt/Calc/Calc.sh,
test/awt/TextEdit/README,
test/awt/TextEdit/TextEdit.jar,
test/awt/TextEdit/TextEdit.sh,
test/awt/TextEdit/copyright.txt,
test/awt/Unico/README,
test/awt/Unico/Unico.class,
test/awt/Unico/readme.txt,
test/awt/Unico/unico.jar,
test/awt/Unico/unico.sh:
Removed tests without included source code.

* test/awt/WidgetsDemo/DemoImageDict.java: Removed unused file.

* test/Makefile.am (EXTRA_DIST) Removed deleted files.

Members: 
ChangeLog:1.3544->1.3545 
test/Makefile.am:1.7->1.8 
test/Makefile.in:1.132->1.133 
test/awt/Calc/Calc.java:1.1->1.2(DEAD) 
test/awt/Calc/Calc.sh:1.1->1.2(DEAD) 
test/awt/TextEdit/README:1.1->1.2(DEAD) 
test/awt/TextEdit/TextEdit.jar:1.1->1.2(DEAD) 
test/awt/TextEdit/TextEdit.sh:1.1->1.2(DEAD) 
test/awt/TextEdit/copyright.txt:1.1->1.2(DEAD) 
test/awt/Unico/README:1.1->1.2(DEAD) 
test/awt/Unico/Unico.class:1.1->1.2(DEAD) 
test/awt/Unico/readme.txt:1.1->1.2(DEAD) 
test/awt/Unico/unico.jar:1.1->1.2(DEAD) 
test/awt/Unico/unico.sh:1.1->1.2(DEAD) 
test/awt/WidgetsDemo/DemoImageDict.java:1.1->1.2(DEAD) 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3544 kaffe/ChangeLog:1.3545
--- kaffe/ChangeLog:1.3544  Mon Feb  7 18:47:12 2005
+++ kaffe/ChangeLog Mon Feb  7 19:46:19 2005
@@ -1,5 +1,24 @@
 2005-02-07  Dalibor Topic  <[EMAIL PROTECTED]>
 
+   * test/awt/Calc/Calc.java,
+   test/awt/Calc/Calc.sh,
+   test/awt/TextEdit/README,
+   test/awt/TextEdit/TextEdit.jar,
+   test/awt/TextEdit/TextEdit.sh,
+   test/awt/TextEdit/copyright.txt,
+   test/awt/Unico/README,
+   test/awt/Unico/Unico.class,
+   test/awt/Unico/readme.txt,
+   test/awt/Unico/unico.jar,
+   test/awt/Unico/unico.sh:
+   Removed tests without included source code.
+
+   * test/awt/WidgetsDemo/DemoImageDict.java: Removed unused file.
+
+   * test/Makefile.am (EXTRA_DIST) Removed deleted files.
+
+2005-02-07  Dalibor Topic  <[EMAIL PROTECTED]>
+
* libraries/extensions/comm/javalib/Makefile.am,
libraries/extensions/microsoft/javalib/Makefile.am,
libraries/extensions/pjava/javalib/Makefile.am,
Index: kaffe/test/Makefile.am
diff -u kaffe/test/Makefile.am:1.7 kaffe/test/Makefile.am:1.8
--- kaffe/test/Makefile.am:1.7  Mon Feb  7 17:49:10 2005
+++ kaffe/test/Makefile.am  Mon Feb  7 19:46:23 2005
@@ -15,18 +15,6 @@
 DIST_SUBDIRS = internal regression jni
 
 EXTRA_DIST = \
-   awt/Calc/Calc.java \
-   awt/Calc/Calc.sh \
-   awt/TextEdit/README \
-   awt/TextEdit/TextEdit.jar \
-   awt/TextEdit/TextEdit.sh \
-   awt/TextEdit/copyright.txt \
-   awt/Unico/README \
-   awt/Unico/Unico.class \
-   awt/Unico/readme.txt \
-   awt/Unico/unico.jar \
-   awt/Unico/unico.sh \
-   awt/WidgetsDemo/DemoImageDict.java \
awt/WidgetsDemo/README \
awt/WidgetsDemo/WidgetsDemo.java \
awt/WidgetsDemo/WidgetsDemo.sh \
Index: kaffe/test/Makefile.in
diff -u kaffe/test/Makefile.in:1.132 kaffe/test/Makefile.in:1.133
--- kaffe/test/Makefile.in:1.132Mon Feb  7 17:49:10 2005
+++ kaffe/test/Makefile.in  Mon Feb  7 19:46:23 2005
@@ -358,18 +358,6 @@
 SUBDIRS = $(INTERNAL_TEST) regression jni
 DIST_SUBDIRS = internal regression jni
 EXTRA_DIST = \
-   awt/Calc/Calc.java \
-   awt/Calc/Calc.sh \
-   awt/TextEdit/README \
-   awt/TextEdit/TextEdit.jar \
-   awt/TextEdit/TextEdit.sh \
-   awt/TextEdit/copyright.txt \
-   awt/Unico/README \
-   awt/Unico/Unico.class \
-   awt/Unico/readme.txt \
-   awt/Unico/unico.jar \
-   awt/Unico/unico.sh \
-   awt/WidgetsDemo/DemoImageDict.java \
awt/WidgetsDemo/README \
awt/WidgetsDemo/WidgetsDemo.java \
awt/WidgetsDemo/WidgetsDemo.sh \
@@ -543,7 +531,7 @@
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 distdir: $(DISTFILES)
-   $(mkdir_p) $(distdir)/awt/Calc $(distdir)/awt/TextEdit 
$(distdir)/awt/Unico $(distdir)/awt/WidgetsDemo
+   $(mkdir_p) $(distdir)/awt/WidgetsDemo
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
===
Checking out kaffe/test/awt/Calc/Calc.java
RCS:  /home/cvs/kaffe/kaffe/test/awt/Calc/Attic/Calc.java,v
VERS: 1.1
***
--- kaffe/test/awt/Calc/Calc.java   Mon Feb  7 19:52:09 2005
+++ /dev/null   Sun Aug  4 19:57:58 2002
@@ -1,357 +0,0 @@
-//***
-// Java script of Calculator
-// << Calc.java >>
-//==

[kaffe] CVS kaffe (robilad): Fixed make distcheck

2005-02-07 Thread Kaffe CVS
PatchSet 5500 
Date: 2005/02/08 00:14:59
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Fixed make distcheck

2005-02-08  Dalibor Topic  <[EMAIL PROTECTED]>

Fixed make distcheck. Removed remaining jar files from tarball.

N.B. We should ship kaffe-1.1.5-rt.jar separately for people that
can't build it on their boxes (ps2linux). Not shipping the
prebuilt jar files reduces the size of the tarball by about
7M, down to 9M.

* Makefile.am (dist-hook): Removed support for precompiled rt.jar.

* configure.ac: Adapted accordingly.

* libraries/javalib/awt-implementations/kaffe/Makefile.am,
libraries/javalib/gmp-math/Makefile.am (EXTRA_DIST): Don't
put the compiled JAR file into the distribution tarball.
(clean-local): Remove compiled classes and JAR files.

* test/internal/Makefile.am,
test/regression/Makefile.am,
test/regression/compiler/Makefile.am:
(CLEANFILES): Added missing files.

Members: 
ChangeLog:1.3545->1.3546 
Makefile.am:1.87->1.88 
Makefile.in:1.200->1.201 
configure:1.420->1.421 
configure.ac:1.110->1.111 
libraries/javalib/awt-implementations/kaffe/Makefile.am:1.3->1.4 
libraries/javalib/awt-implementations/kaffe/Makefile.in:1.20->1.21 
libraries/javalib/gmp-math/Makefile.am:1.2->1.3 
libraries/javalib/gmp-math/Makefile.in:1.22->1.23 
test/internal/Makefile.am:1.17->1.18 
test/internal/Makefile.in:1.97->1.98 
test/regression/Makefile.am:1.92->1.93 
test/regression/Makefile.in:1.203->1.204 
test/regression/compiler/Makefile.am:1.2->1.3 
test/regression/compiler/Makefile.in:1.43->1.44 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3545 kaffe/ChangeLog:1.3546
--- kaffe/ChangeLog:1.3545  Mon Feb  7 19:46:19 2005
+++ kaffe/ChangeLog Tue Feb  8 00:14:59 2005
@@ -1,3 +1,26 @@
+2005-02-08  Dalibor Topic  <[EMAIL PROTECTED]>
+
+   Fixed make distcheck. Removed remaining jar files from tarball.
+
+   N.B. We should ship kaffe-1.1.5-rt.jar separately for people that
+   can't build it on their boxes (ps2linux). Not shipping the 
+   prebuilt jar files reduces the size of the tarball by about 
+   7M, down to 9M.
+
+   * Makefile.am (dist-hook): Removed support for precompiled rt.jar.
+   
+   * configure.ac: Adapted accordingly.
+
+   * libraries/javalib/awt-implementations/kaffe/Makefile.am,
+   libraries/javalib/gmp-math/Makefile.am (EXTRA_DIST): Don't
+   put the compiled JAR file into the distribution tarball.
+   (clean-local): Remove compiled classes and JAR files.
+
+   * test/internal/Makefile.am,
+   test/regression/Makefile.am,
+   test/regression/compiler/Makefile.am:
+   (CLEANFILES): Added missing files.
+
 2005-02-07  Dalibor Topic  <[EMAIL PROTECTED]>
 
* test/awt/Calc/Calc.java,
Index: kaffe/Makefile.am
diff -u kaffe/Makefile.am:1.87 kaffe/Makefile.am:1.88
--- kaffe/Makefile.am:1.87  Thu Jan 27 01:07:24 2005
+++ kaffe/Makefile.am   Tue Feb  8 00:15:01 2005
@@ -178,16 +178,6 @@
  done; \
fi
 
-# Build rt-precompiled.jar and add it to dist
-dist-hook:
-   rm -rf build-dist
-   mkdir build-dist
-   (cd build-dist && \
-../$(distdir)/configure 
--with-extensions=comm,microsoft,pjava,servlet,sound && \
-make && \
-cp libraries/javalib/rt.jar 
../$(distdir)/libraries/javalib/rt-precompiled.jar \
-   )
-
 # Build HTML docs (requires maven and maven-sddocbook-plugin)
 docs-docbook-html:
maven sdocbook:generate-html
Index: kaffe/Makefile.in
diff -u kaffe/Makefile.in:1.200 kaffe/Makefile.in:1.201
--- kaffe/Makefile.in:1.200 Mon Feb  7 15:46:46 2005
+++ kaffe/Makefile.in   Tue Feb  8 00:15:01 2005
@@ -769,9 +769,6 @@
  || exit 1; \
  fi; \
done
-   $(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$(top_distdir)" distdir="$(distdir)" \
- dist-hook
-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
@@ -955,8 +952,8 @@
 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
check-am check-local clean clean-generic clean-libtool \
clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
-   dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
-   distclean distclean-generic distclean-hdr distclean-libtool \
+   dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
+   distclean-generic distclean-hdr distclean-libtool \
distclean-recursive distclean-tags distcleancheck distdir \
distuninstallcheck dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-exec \
@@ -999,16 +996,6 @@
(cd $$

[kaffe] CVS kaffe (robilad): Updated TODO file

2005-02-07 Thread Kaffe CVS
PatchSet 5501 
Date: 2005/02/08 00:24:05
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Updated TODO file

Members: 
ChangeLog:1.3546->1.3547 
TODO:1.4->1.5 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3546 kaffe/ChangeLog:1.3547
--- kaffe/ChangeLog:1.3546  Tue Feb  8 00:14:59 2005
+++ kaffe/ChangeLog Tue Feb  8 00:24:05 2005
@@ -1,5 +1,9 @@
 2005-02-08  Dalibor Topic  <[EMAIL PROTECTED]>
 
+   * TODO: Updated.
+
+2005-02-08  Dalibor Topic  <[EMAIL PROTECTED]>
+
Fixed make distcheck. Removed remaining jar files from tarball.
 
N.B. We should ship kaffe-1.1.5-rt.jar separately for people that
Index: kaffe/TODO
diff -u kaffe/TODO:1.4 kaffe/TODO:1.5
--- kaffe/TODO:1.4  Thu Jan  6 16:18:58 2005
+++ kaffe/TODO  Tue Feb  8 00:24:08 2005
@@ -9,8 +9,10 @@
  * Make gc backend runtime selectable
 
 * Nasty bugs:
- * Figure out deadlock issues with System.gc() on smp(finalexc, ClassGC,
-   GCTest all fail on smp).
+ * Fix FreeBSD -posix CFLAGS breakage
+ * Hope for someone to regenerate the Classpath locale data soon enough
+   to include collator information necessary fot gjdoc.
+ * Make javac wrap jikes with appropriate bootclasspath setting for now.
 
 * Missing features
  * Implement support for extension override mechanism, and allow overriding
@@ -18,17 +20,12 @@
 
 * Merging work:
   * From GNU Classpath:
-java.util.zip, java.lang.ref, java.lang.reflect, java.lang
+java.util.zip, java.lang.reflect, java.lang
   * gcjwebplugin
   * verifier from gcj (rob gonzalez)
 
 * Build system: (dalibor)
   * Explicit support to use an installed javac/jikes/gcjx/kjc for bootstrap
-  * Build java libs first, then run kaffeh on them to generate the
-  native headers, and then build the rest of kaffe. That should get rid of 
-  Klasses.jar.bootstrap.
-  * Make make dist and make distclean work without hickups.
-  * Fix GNU Make dependencies.
   * Non-recursive build, single Makefile.am for kaffe.
 
 * Pending patches (dalibor)

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] CVS kaffe (robilad): Updated WHATSNEW

2005-02-07 Thread Kaffe CVS
PatchSet 5502 
Date: 2005/02/08 00:35:18
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Updated WHATSNEW

Members: 
ChangeLog:1.3547->1.3548 
WHATSNEW:1.36->1.37 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3547 kaffe/ChangeLog:1.3548
--- kaffe/ChangeLog:1.3547  Tue Feb  8 00:24:05 2005
+++ kaffe/ChangeLog Tue Feb  8 00:35:18 2005
@@ -1,5 +1,9 @@
 2005-02-08  Dalibor Topic  <[EMAIL PROTECTED]>
 
+   * WHATSNEW: Updated.
+
+2005-02-08  Dalibor Topic  <[EMAIL PROTECTED]>
+
* TODO: Updated.
 
 2005-02-08  Dalibor Topic  <[EMAIL PROTECTED]>
Index: kaffe/WHATSNEW
diff -u kaffe/WHATSNEW:1.36 kaffe/WHATSNEW:1.37
--- kaffe/WHATSNEW:1.36 Mon Dec 27 17:26:58 2004
+++ kaffe/WHATSNEW  Tue Feb  8 00:35:20 2005
@@ -17,12 +17,11 @@
 * Added GNU EmbbededWindow extension from GNU Classpath.
   * gcjwebplugin is known to work with the extension.
 * New experimental Boehm-Weiser garbage collector.
-* DNSJava merged in.
-* Jessie merged in.
-* JZLib merged in.
+* DNSJava, Jessie, JZLib and gjdoc merged in.
 * GNU Classpath's implementation of Swing has been merged.
 * Tested in Ch environment.
 * Implemented weak references in the VM.
+* New Nano X AWT backend.
 
 What's New in Kaffe 1.1.3
 --

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Re: many regressions failures on darwin6

2005-02-07 Thread Riccardo
Hey,

> Guilhem fixed most of them today, according to Michael's Tinderbox. 
> Great! 
>
> Thanks to Riccardo and Michael for reporting it, and to Guilhem for 
> fixing the issues.


s/most/all/

Yesterday I had 0 failures!

I hope nothing broke in the meanwhile :) I didn't check today, I was 
busy with mips.

-R


___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] CVS kaffe (robilad): Updated WHATSNEW

2005-02-07 Thread Kaffe CVS
PatchSet 5503 
Date: 2005/02/08 00:43:07
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Updated WHATSNEW

Members: 
WHATSNEW:1.37->1.38 

Index: kaffe/WHATSNEW
diff -u kaffe/WHATSNEW:1.37 kaffe/WHATSNEW:1.38
--- kaffe/WHATSNEW:1.37 Tue Feb  8 00:35:20 2005
+++ kaffe/WHATSNEW  Tue Feb  8 00:43:07 2005
@@ -4,24 +4,26 @@
 What's New in Kaffe 1.1.5
 --
 
+* Resynced with latest GNU Classpath.
+* GNU Classpath's implementation of Swing has been merged.
+* Added GNU EmbbededWindow extension from GNU Classpath.
+  * gcjwebplugin is known to work with the extension.
 * Better stack pointer / stack size handling.
 * JNI direct invocation fixes.
-* Added some internationalization support to kaffe's
-executable (fr, zh_TW).
-* Fixes for NetBSD, OpenBSD.
-* Resynced with latest GNU Classpath, GNU JAXP.
-* Compiler warning fixes.
 * Verifier moved to its own directory.
 * JNI upgrades to 1.2
-* KJC fixes.
-* Added GNU EmbbededWindow extension from GNU Classpath.
-  * gcjwebplugin is known to work with the extension.
 * New experimental Boehm-Weiser garbage collector.
-* DNSJava, Jessie, JZLib and gjdoc merged in.
-* GNU Classpath's implementation of Swing has been merged.
-* Tested in Ch environment.
+* Merged in JIT3 for powerpc from JanosVM.
 * Implemented weak references in the VM.
 * New Nano X AWT backend.
+* KJC temporarily replaced by jikes.
+* DNSJava, Jessie, JZLib and gjdoc merged in.
+* Added some internationalization support to kaffe's
+executable (fr, zh_TW).
+* Compiler warning fixes.
+* Tested in Ch environment.
+* Fixes for NetBSD, OpenBSD, FreeBSD, Darwin.
+* New ports to FreeBSD on x86-64 and Darwin on x86.
 
 What's New in Kaffe 1.1.3
 --

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] CVS kaffe (jserv): Add some successes and entry to Nano-X AWT backend.

2005-02-07 Thread Kaffe CVS
PatchSet 5504 
Date: 2005/02/08 06:41:24
Author: jserv
Branch: HEAD
Tag: (none) 
Log:
Add some successes and entry to Nano-X AWT backend.

2005-02-08  Jim Huang  <[EMAIL PROTECTED]>

* WHATSNEW: Add some successes.

* FAQ/FAQ.awt: Add entry to Nano-X AWT backend.

Members: 
ChangeLog:1.3548->1.3549 
WHATSNEW:1.38->1.39 
FAQ/FAQ.awt:1.12->1.13 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3548 kaffe/ChangeLog:1.3549
--- kaffe/ChangeLog:1.3548  Tue Feb  8 00:35:18 2005
+++ kaffe/ChangeLog Tue Feb  8 06:41:24 2005
@@ -1,3 +1,9 @@
+2005-02-08  Jim Huang  <[EMAIL PROTECTED]>
+
+   * WHATSNEW: Add some successes.
+   
+   * FAQ/FAQ.awt: Add entry to Nano-X AWT backend.
+
 2005-02-08  Dalibor Topic  <[EMAIL PROTECTED]>
 
* WHATSNEW: Updated.
Index: kaffe/WHATSNEW
diff -u kaffe/WHATSNEW:1.38 kaffe/WHATSNEW:1.39
--- kaffe/WHATSNEW:1.38 Tue Feb  8 00:43:07 2005
+++ kaffe/WHATSNEW  Tue Feb  8 06:41:29 2005
@@ -5,9 +5,14 @@
 --
 
 * Resynced with latest GNU Classpath.
-* GNU Classpath's implementation of Swing has been merged.
 * Added GNU EmbbededWindow extension from GNU Classpath.
   * gcjwebplugin is known to work with the extension.
+* New AWT implementations representation.
+  * GNU Classpath's implementation of AWT/Swing has 
+been merged.
+  * New Nano-X AWT backend.
+  * Dynamic switch among existing AWT implementations 
+via command line options.
 * Better stack pointer / stack size handling.
 * JNI direct invocation fixes.
 * Verifier moved to its own directory.
@@ -15,15 +20,16 @@
 * New experimental Boehm-Weiser garbage collector.
 * Merged in JIT3 for powerpc from JanosVM.
 * Implemented weak references in the VM.
-* New Nano X AWT backend.
 * KJC temporarily replaced by jikes.
 * DNSJava, Jessie, JZLib and gjdoc merged in.
 * Added some internationalization support to kaffe's
-executable (fr, zh_TW).
+  executable (fr, zh_TW).
 * Compiler warning fixes.
 * Tested in Ch environment.
 * Fixes for NetBSD, OpenBSD, FreeBSD, Darwin.
 * New ports to FreeBSD on x86-64 and Darwin on x86.
+* Some successes: Resin2, JSDL, SwingWT, gcjwebplugin, 
+  ME4SE, MicroEmulator, VNCj, LwVCL, DirectFB kawt.
 
 What's New in Kaffe 1.1.3
 --
Index: kaffe/FAQ/FAQ.awt
diff -u kaffe/FAQ/FAQ.awt:1.12 kaffe/FAQ/FAQ.awt:1.13
--- kaffe/FAQ/FAQ.awt:1.12  Fri Feb  4 15:20:08 2005
+++ kaffe/FAQ/FAQ.awt   Tue Feb  8 06:41:29 2005
@@ -124,6 +124,26 @@
 
   More information on Qt is available from http://www.trolltech.com.
 
+* --with-kaffe-nanox-awt
+
+  a Nano-X based AWT backend. It uses famous Nano-X library provided
+  by Nano-X Window System (formly known as MicroWindows, the project 
+  has been renamed to The Nano-X Window System, due to conflicts with 
+  the Windows trademark registered by Microsoft.)
+
+  The latest version of Nano-X we developed with is 0.9.0, and it 
+  should be API-compatible with earlier versions.
+
+  The initial Nano-X based AWT backend was written by Exor International 
+  Inc. and Sinby Corporatin in 2001, and we have reviewed their design
+  and implementation to merge in.
+
+  To enable Nano-X based AWT backend, you should also pass the extra
+  two options to configure script, --with-nanox-includes and 
+  --with-nanox-library, to specify the the corresponding Nano-X.
+
+  See http://www.microwindows.org/ for informations on Nano-X.
+
 Troubleshooting
 ---
 
@@ -229,11 +249,6 @@
 
 See this post for more information:
 http://www.kaffe.org/pipermail/kaffe/2002-December/028462.html .
-
-* nano-X
-
-Available at
-http://www.sinby.com/en/developer/VirtualMachine/nano-X.html .
 
 If you are interested in merging them in, contact the Kaffe Mailing
 List on [EMAIL PROTECTED]

___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] (no subject)

2005-02-07 Thread asutosh gopinath
Hi,

Is it possible to download latest kaffe source without using CVS 
in tar.gz form? Is any url available for this?

Thanks
asutosh

-- 
___
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10


___
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe