Re: yacy and classpath, an experiment

2006-10-07 Thread Robert Schuster
> Very cool to see progress here. > Doing such a page in English would help to put more people in the loop. I will have a look at this. cya Robert signature.asc Description: OpenPGP digital signature

JNode 0.2.4 released

2006-10-07 Thread Martin Husted Hartvig
The JNode team is proud to announce the release of the version 0.2.4 of the JNode.org operating system. JNode.org is an open source java OS(Operating System) written fully in java (with a very small assembler nano-kernel). This release features the first possibility of basic development uder

Re: float printing in Formatter

2006-10-07 Thread Tom Tromey
> "Twisti" == Christian Thalinger <[EMAIL PROTECTED]> writes: Twisti> A few days back I tried to implement float printing in Twisti> Formatter. When looking at the existing int/long code, I saw Twisti> that toString() functions are used to print the value to a Twisti> buffer. That seems to b

Re: VMPlainDatagramSocketImpl still needed?

2006-10-07 Thread Tom Tromey
> "Robert" == Robert Schuster <[EMAIL PROTECTED]> writes: Robert> Casey said that he found Robert> gnu.java.nio.VMPlainDatagramSocketImpl to be obsolete. I Robert> quick glance at gnu.java.nio.PlainDatagramSocketImpl revealed Robert> that it does not use this class any more. In general I thi

Re: float printing in Formatter

2006-10-07 Thread Andrew Haley
Tom Tromey writes: > > "Twisti" == Christian Thalinger <[EMAIL PROTECTED]> writes: > > Twisti> A few days back I tried to implement float printing in > Twisti> Formatter. When looking at the existing int/long code, I saw > Twisti> that toString() functions are used to print the value to