[kaffe] Kaffe CVS: kaffe dalibor

2003-03-07 Thread Kaffe CVS

CVSROOT:/cvs/kaffe
Module name:kaffe
Changes by: dalibor 03/03/07 01:27:50

Modified files:
.  : ChangeLog 
libraries/clib/io: File.c 
libraries/javalib: Klasses.jar.bootstrap 
libraries/javalib/java/io: File.java 

Log message:
2003-03-07 Dalibor Topic [EMAIL PROTECTED]

* libraries/javalib/Klasses.jar.bootstrap:
regenerated.

2003-03-07 Mark J Roberts [EMAIL PROTECTED]

* libraries/clib/io/File.c:
(java_io_File_createNewFile0) added mode parameter. Use it instead
of a hardcoded mode.

* libraries/javalib/java/io/File.java
(createTempFile) create with mode 0600.
(createNewFile) create with mode 0666.
(createNewFile0) added mode parameter.


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Kaffe CVS: kaffe dalibor

2003-03-07 Thread Kaffe CVS

CVSROOT:/cvs/kaffe
Module name:kaffe
Changes by: dalibor 03/03/07 01:29:57

Modified files:
.  : ChangeLog 
config/m68k: common.h threads.h 
config/m68k/amigaos: md.h 

Log message:
2003-03-07 Tony Wyatt [EMAIL PROTECTED]

* configure/m68k/common.h:
The COMPARE_AND_EXCHANGE macro has been modified to make it
work. I have modified it to work in all three of the calls in
locks.c, without the assembler syntax errors that it originally
generated.

* configure/m68k/threads.h:
I have removed the definition of SP_OFFSET from this common
file. Since it is peculiar to each OS, it belongs in the next
level down in the source tree. Other OS versions that do not
define their own values for SP_OFFSET, will  now fail. Those that
do not define SP_OFFSET and are now broken are a-ux, nextstep3 and
openbsd2.

* config/m68k/amigaos/md.h:
I have added an #include of common.h which was omitted.
I have added the definition of SP_OFFSET.


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Simple program shows strange results

2003-03-07 Thread Ito Kazumitsu

In message Re: [kaffe] Simple program shows strange results
on 03/03/07, Ito Kazumitsu [EMAIL PROTECTED] writes:

 I also tried rebuilding kaffe after replacing kaffe/kaffevm/jit/machine.c
 by Revision 1.51 and without using --with-engine=intrp.
 
 The result was also sastisfactory.

I am sorry that I reported a wrong thing.

The result was NOT sastisfactory.  And kaffe/kaffevm/jit/machine.c
had nothing to do with my environment,  but kaffe/kaffevm/jit3
was used for building kaffe.


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Simple program shows strange results

2003-03-07 Thread Ito Kazumitsu

In message Re: [kaffe] Simple program shows strange results
on 03/03/07, Ito Kazumitsu [EMAIL PROTECTED] writes:

 I rebuilt CVS version of kaffe on a machine:
 
$ uname -a
Linux pub2.hitachi-cable.co.jp 2.0.38 #2 Sun Jan 2 11:44:53 JST 2000 i686 unknown
 
 using
 
 ./configure --with-engine=intrp --with-rt-jar=/usr/local/kaffe/jre/lib/rt.jar
 
 and got sastisfactory results.

I reconfirmed this fact.

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe