[Bug swing/24264] Unable to create JWindow without owner

2006-01-27 Thread roman at kennke dot org
-- roman at kennke dot org changed: What|Removed |Added Target Milestone|--- |0.21 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24264 _

[Bug classpath/25520] RMI serialization of non-native serializable members does not work

2006-01-27 Thread audriusa at bluewin dot ch
--- Comment #2 from audriusa at bluewin dot ch 2006-01-27 16:33 --- Created an attachment (id=10742) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10742&action=view) Proposed fix This patch fixes the RMI bug 25520 (the user class is not found by the RMI server). The user class is

Re: How to check out Cacao

2006-01-27 Thread Tom Tromey
> "Twisti" == Christian Thalinger <[EMAIL PROTECTED]> writes: Twisti> Ok, i've updated the wiki. Please check the changes as i'm not very Twisti> familiar with wikis. Looks pretty good to me. Thanks. Tom

Re: Missing doPrivileged() in VMProcess?

2006-01-27 Thread Gary Benson
Gary Benson wrote: > Each time you execute a file with Runtime.exec() a VMProcess is > created. The first time one of these is created it creates a thread > and calls its setDaemon() method which (eventually) checks > RuntimePermission("modifyThread"). > > I guess there should be a doPrivileged()

Re: Missing doPrivileged() in VMProcess?

2006-01-27 Thread Gary Benson
Andrew Haley wrote: > Gary Benson writes: > > Hi all, > > > > Each time you execute a file with Runtime.exec() a VMProcess > > is created. The first time one of these is created it creates > > a thread and calls its setDaemon() method which (eventually) > > checks RuntimePermission("modifyThread"

Re: Missing doPrivileged() in VMProcess?

2006-01-27 Thread Andrew Haley
Gary Benson writes: > Hi all, > > Each time you execute a file with Runtime.exec() a java.lang.VMProcess > is created. The first time one of these is created it creates a > thread and calls its setDaemon() method which (eventually) checks > RuntimePermission("modifyThread"). > > I guess

Re: Regex compatibility

2006-01-27 Thread Mark Wielaard
Hi Michael, On Thu, 2006-01-26 at 14:32 +, Michael Kay wrote: > I'm finding most things are working pretty well first time; the > discrepancies I'm seeing in my test suite results are primarily: > > * numeric precision and formatting > * URI handling > * collation support > * regular expressi

Missing doPrivileged() in VMProcess?

2006-01-27 Thread Gary Benson
Hi all, Each time you execute a file with Runtime.exec() a java.lang.VMProcess is created. The first time one of these is created it creates a thread and calls its setDaemon() method which (eventually) checks RuntimePermission("modifyThread"). I guess there should be a doPrivileged() in here som

Regex compatibility

2006-01-27 Thread Michael Kay
I'm new to the list so I'll explain what I'm doing first: I'm working on a port of the Saxon XSLT and XQuery processor to the .NET platform using IKVMC. (You may already be familiar with this as Saxon.NET, but I'm now looking at folding it into the core product). I'm finding most things are worki

Regex compatibility

2006-01-27 Thread Michael Kay
I'm new to the list so I'll explain what I'm doing first: I'm working on a port of the Saxon XSLT and XQuery processor to the .NET platform using IKVMC. (You may already be familiar with this as Saxon.NET, but I'm now looking at folding it into the core product). I'm finding most things are worki

[Bug classpath/25974] Float to string conversion

2006-01-27 Thread mike at saxonica dot com
--- Comment #5 from mike at saxonica dot com 2006-01-27 09:14 --- Thanks Jeroen, and sorry everyone for the noise - it's hard for a mere user to know where the JVM ends and the class library starts! As a follow-up, could anyone point me to source code for float-to-string and double-to-s

Re: Moving classpath mailinglists

2006-01-27 Thread Mark Wielaard
Hi Norman, On Fri, 2006-01-27 at 08:59 +0100, Norman Hendrich wrote: > it seems that the mailing list archives for classpath and -patches > are not updated anymore since moving the lists. > > http://lists.gnu.org/archive/html/classpath/ stops at 2006.01.24. > Is there another location to access t

Re: Moving classpath mailinglists

2006-01-27 Thread Norman Hendrich
Hello Mark, it seems that the mailing list archives for classpath and -patches are not updated anymore since moving the lists. http://lists.gnu.org/archive/html/classpath/ stops at 2006.01.24. Is there another location to access the archives? - Norman