(no subject)

2002-03-22 Thread John Leuner
>From jleuner Fri Mar 22 19:21:31 2002 Return-path: <[EMAIL PROTECTED]> Envelope-to: jleuner@localhost Delivery-date: Fri, 22 Mar 2002 19:21:31 + Received: from bapli ([127.0.0.1] helo=localhost ident=jleuner) by bapli with esmtp (Exim 3.34 #1 (Debian)) id 16oUbS-0003k

Re: Why are these files in lib/standard.omit ?

2002-03-22 Thread Brian Jones
Stephen Crawley <[EMAIL PROTECTED]> writes: > The following files are currently in Classpath's lib/standard.omit > > ../java/awt/event/InputMethodEvent.java > ../java/awt/event/InputMethodListener.java > ../java/awt/event/InvocationEvent.java > > but this is causing compilation errors for depen

Re: Problems with Character

2002-03-22 Thread Eric Blake
I think the latest version of both files in Classpath should work. Could it possibly be a VM error in adding two chars, and casting the result back to a char? The data is encoded as signed offsets from the current character, but stored as unsigned chars in the String constants; so if your VM doe

Problems with Character

2002-03-22 Thread Patrik Reali
Hi! I'm experiencing some problems with java.lang.Character. The methods toUpperCase and toLowerCase return wrong results (most of the calls leave the values unchanged, a few return strange values). I went through the code, but there's not much they're just taking the result from some tables

Re: Locale initialization error

2002-03-22 Thread Patrik Reali
From: "Eric Blake" <[EMAIL PROTECTED]> > Patrik Reali wrote: > > > > Hi! > > > > I've run into a initialization problem when class java/util/Locale is > > initialized. > > > For these constructors, I tried adding a trusted constructor which does > no capitalization. I'm still running into a probl

Re: java.util.zip.GZIPConstants

2002-03-22 Thread John Leuner
> >Sascha, would you like to fix these? > > If you would like to, please feel free to go ahead. > > -- Sascha No, I insist, after you ... Seriously though, I'll try make time to do it next week, but feel free to change it before then. :-) John Leuner ___

Why are these files in lib/standard.omit ?

2002-03-22 Thread Stephen Crawley
The following files are currently in Classpath's lib/standard.omit ../java/awt/event/InputMethodEvent.java ../java/awt/event/InputMethodListener.java ../java/awt/event/InvocationEvent.java but this is causing compilation errors for dependent classes. When I take these 3 files out of the omit li