Re: [cp-patches] Revise threading description in vmintegration.texinfo

2006-08-19 Thread Ian Rogers
Hi, I'm resending this updated patch with a hope that someone will commit it now that I've got all the FSF paper work through. Thanks, Ian Rogers Ian Rogers wrote: Hi, this patch revises the discussion of threading in the VM integration guide, as well as fixing a link to the Jikes RVM. A

Re: [cp-patches] FYI: CSS Scanner

2006-08-19 Thread Tom Tromey
Roman Look out for a line with 'BUG' in the scanner Roman output. Oh, duh, there it is. Sorry :( Tom

[cp-patches] RFA: ColorConvertOp

2006-08-19 Thread Francis Kung
Hey, Attached is a patch to fix the ColorConvertOp class, as well as fixlets to the ComponentColorModel (get rid of that null pointer exception in the constructor!) and the gnu.java.awt.color.PyccConverter (throw UnsupportedOperationExceptions instead of returning null; it would end up causing a

[cp-patches] Re: [JAVA] /bin/sh portability issues in classpath/lib/Makefile.in

2006-08-19 Thread Tom Tromey
Roger == Roger Sayle [EMAIL PROTECTED] writes: Roger This is the second installment in a series of fixes to allow libjava Roger to be built using Solaris' /bin/sh. This time the use of the idiom Roger if ! [ -e subdir ] ; then ... makes the native shell unhappy, and is Roger replaced in the

Re: [cp-patches] FYI: CSS Scanner

2006-08-19 Thread Tom Tromey
Tom == Tom Tromey [EMAIL PROTECTED] writes: Roman Look out for a line with 'BUG' in the scanner Roman output. Tom Oh, duh, there it is. Sorry :( Ok, this patch fixes the bug for me. I'm checking it in. I see a few other instances of this problem in the code. In general this lookahead

Re: [cp-patches] FYI: CSS Scanner

2006-08-19 Thread Tom Tromey
Roman == Roman Kennke [EMAIL PROTECTED] writes: Roman The reason why I check in a half complete thing is a problem in the Roman stream handling. At the end of the stream I get a \ followed by Roman the normal -1, which looks very suspicious, because \ is definitly Roman not in the file.

[cp-patches] Patch: FYI: remove debugging prints

2006-08-19 Thread Tom Tromey
I'm checking this in to Classpath, svn head libgcj, and the 4.1 branch of libgcj. Phil Muldoon noticed that java.util.prefs was printing stuff to the console while operating. This is an ancient leftover -- that we've never seen this before seems to indicate that prefs is very rarely used. Tom

[cp-patches] Re: [JAVA] /bin/sh portability issues in scripts/check_jni_methods.sh

2006-08-19 Thread Tom Tromey
Roger == Roger Sayle [EMAIL PROTECTED] writes: Roger This patch, or more likely request for help, is the fourth and final Roger in the series to enable mainline GCC to be bootstrapped with the native Roger /bin/sh on Solaris/x86. Roger Now for the admission. This final patch, to Roger

Re: [cp-patches] FYI: CSS Scanner

2006-08-19 Thread Roman Kennke
Hi Tom, Tom Tromey schrieb: Roman == Roman Kennke [EMAIL PROTECTED] writes: Roman The reason why I check in a half complete thing is a problem in the Roman stream handling. At the end of the stream I get a \ followed by Roman the normal -1, which looks very suspicious, because \ is

Bringing License arguments to Sun

2006-08-19 Thread theUser BL
At http://forums.java.net/jive/thread.jspa?threadID=17634tstart=0 Sun's Chief Open Source Officer Simon Phipps alias webmink http://forums.java.net/jive/profile.jspa?userID=70 wrotes, that he have still not decided, which OpenSource license will be used for Suns Java. He wrote: To be clear,

slow mailinglists

2006-08-19 Thread mark
Hi, Seems the mailinglists are really slow atm. I am trying to figure out why. It seems it is something between gnu.org and developer.classpath.org holding up things. So don't be surprized if your messages take a while to arrive. Cheers, Mark

slow mailinglists

2006-08-19 Thread mark
Hi, Seems the mailinglists are really slow atm. I am trying to figure out why. It seems it is something between gnu.org and developer.classpath.org holding up things. So don't be surprized if your messages take a while to arrive. Cheers, Mark

Re: Q: userland threads and system calls

2006-08-19 Thread Ian Rogers
Hi Casey, there were a series of e-mails on green threads a while ago: http://developer.classpath.org/pipermail/classpath/2006-March/000712.html For the Jikes RVM we assume that most system and library calls are fine, but we special case a few in the syswrap.C file:

Re: slow mailinglists

2006-08-19 Thread Mark Wielaard
On Sat, 2006-08-19 at 19:01 +, [EMAIL PROTECTED] wrote: Seems the mailinglists are really slow atm. I am trying to figure out why. It seems it is something between gnu.org and developer.classpath.org holding up things. So don't be surprized if your messages take a while to arrive. Fixed.