[kaffe] CVS kaffe (guilhem): Fixlet for fastjar support

2006-01-21 Thread Kaffe CVS
PatchSet 7102 
Date: 2006/01/21 21:22:06
Author: guilhem
Branch: HEAD
Tag: (none) 
Log:
Fixlet for fastjar support

* configure.ac: Fixed the way to retrieve top_builddir.

* configure: Regenerated.

Members: 
ChangeLog:1.4622->1.4623 
configure:1.529->1.530 
configure.ac:1.207->1.208 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4622 kaffe/ChangeLog:1.4623
--- kaffe/ChangeLog:1.4622  Sat Jan 21 19:36:07 2006
+++ kaffe/ChangeLog Sat Jan 21 21:22:06 2006
@@ -1,3 +1,9 @@
+2006-01-21  Guilhem Lavaux  <[EMAIL PROTECTED]>
+
+   * configure.ac: Fixed the way to retrieve top_builddir.
+
+   * configure: Regenerated.
+
 2006-01-21  Dalibor Topic  <[EMAIL PROTECTED]>
 
* FAQ/FAQ.win32: Note for which versions of jikes the patches are.
Index: kaffe/configure
diff -u kaffe/configure:1.529 kaffe/configure:1.530
--- kaffe/configure:1.529   Sat Jan 21 19:15:36 2006
+++ kaffe/configure Sat Jan 21 21:22:10 2006
@@ -50549,11 +50549,12 @@
   ac_configure_args="$ac_configure_args --with-ecj=${JAVA_COMPILER}"
 fi
 
+kaffe_builddir=`pwd`
 ac_configure_args="$ac_configure_args --disable-core-jni"
 ac_configure_args="$ac_configure_args --disable-examples"
 ac_configure_args="$ac_configure_args --with-glibj-dir=${jrelibdir}"
 ac_configure_args="$ac_configure_args --with-native-libdir=${nativedir}"
-ac_configure_args="$ac_configure_args 
--with-fastjar=${ac_abs_top_builddir}/external/gcc/fastjar/fastjar"
+ac_configure_args="$ac_configure_args 
--with-fastjar=${kaffe_builddir}/external/gcc/fastjar/fastjar"
 real_srcdir=`cd $srcdir; pwd`
 vmdir=${real_srcdir}/libraries/javalib/vmspecific
 ac_configure_args="$ac_configure_args --with-vm-classes=${vmdir}"
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.207 kaffe/configure.ac:1.208
--- kaffe/configure.ac:1.207Sat Jan 21 19:15:42 2006
+++ kaffe/configure.ac  Sat Jan 21 21:22:17 2006
@@ -2424,11 +2424,12 @@
   ac_configure_args="$ac_configure_args --with-ecj=${JAVA_COMPILER}"
 fi
 
+kaffe_builddir=`pwd`
 ac_configure_args="$ac_configure_args --disable-core-jni"
 ac_configure_args="$ac_configure_args --disable-examples"
 ac_configure_args="$ac_configure_args --with-glibj-dir=${jrelibdir}"
 ac_configure_args="$ac_configure_args --with-native-libdir=${nativedir}"
-ac_configure_args="$ac_configure_args 
--with-fastjar=${ac_abs_top_builddir}/external/gcc/fastjar/fastjar"
+ac_configure_args="$ac_configure_args 
--with-fastjar=${kaffe_builddir}/external/gcc/fastjar/fastjar"
 real_srcdir=`cd $srcdir; pwd`
 vmdir=${real_srcdir}/libraries/javalib/vmspecific
 ac_configure_args="$ac_configure_args --with-vm-classes=${vmdir}"

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


[kaffe] CVS kaffe (guilhem): Use only fastjar now.

2006-01-21 Thread Kaffe CVS
PatchSet 7100 
Date: 2006/01/21 19:15:30
Author: guilhem
Branch: HEAD
Tag: (none) 
Log:
Use only fastjar now.

* configure.ac,
libraries/javalib/gmp-math/Makefile.am,
tools/javatools/javalib/Makefile.am: Use fastjar everywhere.

* libraries/javalib/external/classpath/lib/Makefile.am,
libraries/javalib/external/classpath/m4/acinclude.m4: Use fastjar
if available.

* Makefile.in,
configure,
config/Makefile.in,
external/Makefile.in,
external/gcc/Makefile.in,
external/gcc/zlib/Makefile.in,
include/Makefile.in,
kaffe/Makefile.in,
kaffe/jvmpi/Makefile.in,
kaffe/kaffe/Makefile.in,
kaffe/kaffeh/Makefile.in,
kaffe/kaffevm/Makefile.in,
kaffe/kaffevm/boehm-gc/Makefile.in,
kaffe/kaffevm/gcj/Makefile.in,
kaffe/kaffevm/intrp/Makefile.in,
kaffe/kaffevm/jit/Makefile.in,
kaffe/kaffevm/jit3/Makefile.in,
kaffe/kaffevm/jni/Makefile.in,
kaffe/kaffevm/kaffe-gc/Makefile.in,
kaffe/kaffevm/systems/Makefile.in,
kaffe/kaffevm/systems/beos-native/Makefile.in,
kaffe/kaffevm/systems/drops-l4threads/Makefile.in,
kaffe/kaffevm/systems/oskit-pthreads/Makefile.in,
kaffe/kaffevm/systems/unix-jthreads/Makefile.in,
kaffe/kaffevm/systems/unix-pthreads/Makefile.in,
kaffe/kaffevm/verifier/Makefile.in,
kaffe/man/Makefile.in,
kaffe/scripts/Makefile.in,
kaffe/scripts/bat/Makefile.in,
kaffe/scripts/compat/Makefile.in,
kaffe/xprof/Makefile.in,
libraries/Makefile.in,
libraries/clib/Makefile.in,
libraries/clib/awt/Makefile.in,
libraries/clib/awt/X/Makefile.in,
libraries/clib/awt/nano-X/Makefile.in,
libraries/clib/awt/qt/Makefile.in,
libraries/clib/io/Makefile.in,
libraries/clib/management/Makefile.in,
libraries/clib/math/Makefile.in,
libraries/clib/native/Makefile.in,
libraries/clib/net/Makefile.in,
libraries/clib/nio/Makefile.in,
libraries/clib/security/Makefile.in,
libraries/clib/sound/Makefile.in,
libraries/clib/sound/alsa/Makefile.in,
libraries/clib/sound/common/Makefile.in,
libraries/clib/sound/esd/Makefile.in,
libraries/clib/target/Makefile.in,
libraries/clib/target/Linux/Makefile.in,
libraries/clib/target/generic/Makefile.in,
libraries/clib/zip/Makefile.in,
libraries/extensions/Makefile.in,
libraries/extensions/comm/Makefile.in,
libraries/extensions/comm/javalib/Makefile.in,
libraries/extensions/microsoft/Makefile.in,
libraries/extensions/microsoft/clib/Makefile.in,
libraries/extensions/microsoft/javalib/Makefile.in,
libraries/extensions/pjava/Makefile.in,
libraries/extensions/pjava/javalib/Makefile.in,
libraries/extensions/servlet/Makefile.in,
libraries/extensions/servlet/javalib/Makefile.in,
libraries/javalib/Makefile.in,
libraries/javalib/awt-implementations/Makefile.in,
libraries/javalib/awt-implementations/kaffe/Makefile.in,
libraries/javalib/external/classpath/Makefile.in,
libraries/javalib/external/classpath/config.guess,
libraries/javalib/external/classpath/configure,
libraries/javalib/external/classpath/ltmain.sh,
libraries/javalib/external/classpath/doc/Makefile.in,
libraries/javalib/external/classpath/doc/api/Makefile.in,
libraries/javalib/external/classpath/examples/Makefile.in,
libraries/javalib/external/classpath/external/Makefile.in,
libraries/javalib/external/classpath/external/sax/Makefile.in,
libraries/javalib/external/classpath/external/w3c_dom/Makefile.in,
libraries/javalib/external/classpath/include/Makefile.in,
libraries/javalib/external/classpath/lib/Makefile.in,
libraries/javalib/external/classpath/native/Makefile.in,
libraries/javalib/external/classpath/native/fdlibm/Makefile.in,
libraries/javalib/external/classpath/native/jawt/Makefile.in,
libraries/javalib/external/classpath/native/jni/Makefile.in,
libraries/javalib/external/classpath/native/jni/classpath/Makefile.in,
libraries/javalib/external/classpath/native/jni/gtk-peer/Makefile.in,
libraries/javalib/external/classpath/native/jni/java-io/Makefile.in,
libraries/javalib/external/classpath/native/jni/java-lang/Makefile.in,
libraries/javalib/external/classpath/native/jni/java-net/Makefile.in,
libraries/javalib/external/classpath/native/jni/java-nio/Makefile.in,
libraries/javalib/external/classpath/native/jni/java-util/Makefile.in,
libraries/javalib/external/classpath/native/jni/midi-alsa/Makefile.in,
libraries/javalib/external/classpath/native/jni/midi-dssi/Makefile.in,
libraries/javalib/external/classpath/n

[kaffe] CVS kaffe (robilad): added version info for jikes patches for win32

2006-01-21 Thread Kaffe CVS
PatchSet 7101 
Date: 2006/01/21 19:36:07
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
added version info for jikes patches for win32

2006-01-21  Dalibor Topic  <[EMAIL PROTECTED]>

* FAQ/FAQ.win32: Note for which versions of jikes the patches are.

Members: 
ChangeLog:1.4621->1.4622 
FAQ/FAQ.win32:1.2->1.3 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4621 kaffe/ChangeLog:1.4622
--- kaffe/ChangeLog:1.4621  Sat Jan 21 19:15:30 2006
+++ kaffe/ChangeLog Sat Jan 21 19:36:07 2006
@@ -1,3 +1,7 @@
+2006-01-21  Dalibor Topic  <[EMAIL PROTECTED]>
+
+   * FAQ/FAQ.win32: Note for which versions of jikes the patches are.
+
 2006-01-21  Guilhem Lavaux  <[EMAIL PROTECTED]>
 
* configure.ac,
Index: kaffe/FAQ/FAQ.win32
diff -u kaffe/FAQ/FAQ.win32:1.2 kaffe/FAQ/FAQ.win32:1.3
--- kaffe/FAQ/FAQ.win32:1.2 Wed Sep 14 14:33:22 2005
+++ kaffe/FAQ/FAQ.win32 Sat Jan 21 19:36:12 2006
@@ -24,7 +24,8 @@
 
http://sourceforge.net/tracker/index.php?func=detail&aid=1202863&group_id=128803&atid=712760
 
http://sourceforge.net/tracker/index.php?func=detail&aid=1202185&group_id=128803&atid=712760
 
-for details.
+for details. The first patch is for jikes 1.22, the second one is 
+for jikes CVS head.
 
 There is a Kaffe port to mingw32, and it would be great if someone 
 volunteered to merge it into the main tree. For more information, see

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


Re: [kaffe] New bugzilla for kaffe

2006-01-21 Thread Guilhem Lavaux

Hi,

I have forgotten the essential ! :)

To access bugzilla directly:
http://www.kaffe.org/bugzilla/

Guilhem.

Guilhem Lavaux wrote:

Hi all,

I am pleased to announce that Kaffe.org has now a functional bugzilla 
online. Now all kaffe bugs shoud go into this bugzilla except if they 
are classpath's related bugs and in that case the bugs will go into 
classpath's bug tracker. There is a detailed notice in the front page of 
the bugzilla to explain it.


I have removed the bugs entry in the menu and replaced it by the 
bugzilla front page. For the moment the default assignement is such that
nearly all bugs goes to me first (except the build bugs that I assign by 
default to dalibor).


There is also a "move bug in/out" function in this bugzilla. I have yet 
to explore it to see how we could connect debian's bug database and ours.


Regards,

Guilhem.

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




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


[kaffe] New bugzilla for kaffe

2006-01-21 Thread Guilhem Lavaux

Hi all,

I am pleased to announce that Kaffe.org has now a functional bugzilla 
online. Now all kaffe bugs shoud go into this bugzilla except if they 
are classpath's related bugs and in that case the bugs will go into 
classpath's bug tracker. There is a detailed notice in the front page of 
the bugzilla to explain it.


I have removed the bugs entry in the menu and replaced it by the 
bugzilla front page. For the moment the default assignement is such that
nearly all bugs goes to me first (except the build bugs that I assign by 
default to dalibor).


There is also a "move bug in/out" function in this bugzilla. I have yet 
to explore it to see how we could connect debian's bug database and ours.


Regards,

Guilhem.

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


Re: Sorry for a spam mail sneaking through (Re: [kaffe] RE: We approved yours loan)

2006-01-21 Thread Dalibor Topic

Jim Pick wrote:

Dalibor Topic wrote:


I am not quite sure yet how this one could pass :/



We don't currently have anything like DomainKeys or SPF to prevent
people from forging/spoofing kaffe.org addresses.  Since they used
[EMAIL PROTECTED], and that's a list member, it didn't get moderated.



Thanks for the explanation, Jim.


When I get around to migrating things off of pogo.kaffe.org and onto
some separate Xen sessions, I'll play around and see what we can do to
fix this hole.  Fortunately, it hasn't been a really big problem so far.


Yeah, I think this was the first spam coming through in three years, or 
something like that. I am glad to know now that there are technical 
measures to fix it, though.


cheers,
dalibor topic


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


Re: Sorry for a spam mail sneaking through (Re: [kaffe] RE: We approved yours loan)

2006-01-21 Thread Jim Pick
Dalibor Topic wrote:
> I am not quite sure yet how this one could pass :/

We don't currently have anything like DomainKeys or SPF to prevent
people from forging/spoofing kaffe.org addresses.  Since they used
[EMAIL PROTECTED], and that's a list member, it didn't get moderated.

When I get around to migrating things off of pogo.kaffe.org and onto
some separate Xen sessions, I'll play around and see what we can do to
fix this hole.  Fortunately, it hasn't been a really big problem so far.

Cheers,

 - Jim

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


Sorry for a spam mail sneaking through (Re: [kaffe] RE: We approved yours loan)

2006-01-21 Thread Dalibor Topic

I am not quite sure yet how this one could pass :/

cheers,
dalibor topic

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