Re: [kaffe] kaffe (1.0.7 and CVS) problem with jython

2002-09-30 Thread Jukka Santala
On Fri, 27 Sep 2002, Patrick Tullmann wrote: > Has anyone else out there tried jython and (CVS) Kaffe? The jython > web pages talk about a Kaffe that doesn't support > java.math.BigInteger, but I know that's there now (so I assume that > note is really old). TransVirtual's Kaffe Custom Edition d

Re: [kaffe] alias for US-ASCII (cvs diff patch included)

2002-09-30 Thread Dalibor Topic
Hi Vesa, --- Vesa Kaihlavirta <[EMAIL PROTECTED]> wrote: > Howdy, I've got a simple patch (from the output of > cvs diff -u) here > that adds US-ASCII to be an alias for ASCII in > java.io.ConverterAlias. > US-ASCII is the real name for the encoding, and all > the other VM's > accept it. than

[kaffe] KeyEvent -> JDK 1.4 patch (And longer explanation;)

2002-09-30 Thread Jukka Santala
This patch updates java.awt.event.KeyEvent to "sorta" JDK 1.4 spec. This mostly involves a bunch of new key type defines, and is neccessary because Swing for some reason now thinks Kaffe is Java2 compatible and so tries to use them with Kaffe. This implementation has been checked with reflection e