Re: [cp-patches] Change InstrumentationImpl contructor visibility

2006-10-07 Thread Tom Tromey
Elias == Elias Naur [EMAIL PROTECTED] writes: Elias This patch changes the constructor visibility of Elias gnu.java.lang.InstrumentationImpl from private to default Elias (package). Seems ok to me. I'm checking it in. Tom

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 be ok for

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 think if a VM

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 a Twisti

[commit-cp] classpath ChangeLog gnu/java/lang/Instrumentati...

2006-10-07 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 06/10/07 16:00:12 Modified files: . : ChangeLog gnu/java/lang : InstrumentationImpl.java Log message: 2006-10-07 Chistian Elias Naur [EMAIL PROTECTED]

[commit-cp] classpath ChangeLog

2006-10-07 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Tom Tromey tromey 06/10/07 16:38:05 Modified files: . : ChangeLog Log message: typo fix in ChangeLog CVSWeb URLs:

[commit-cp] classpath ChangeLog tools/gnu/classpath/tools/r...

2006-10-07 Thread Audrius Meskauskas
CVSROOT:/sources/classpath Module name:classpath Changes by: Audrius Meskauskas audriusa 06/10/07 18:39:51 Modified files: . : ChangeLog tools/gnu/classpath/tools/rmic: RMICException.java Log message: 2006-10-07 Audrius Meskauskas [EMAIL