Re: Code formatting (Was: [patch] Small fix for java.beans)

2003-10-25 Thread Michael Koch
On Sat, Oct 25, 2003 at 12:32:18AM +0200, Mark Wielaard wrote: Example: getToolkit().createWindow(this); NOT: getToolkit ().createWindow (this); From what I understood what Tom said to me our style would be to write:

GNU Classpath Workshop Agile2D presentation slides

2003-10-25 Thread Mark Wielaard
Hi, Sascha send me the slides of Jean Daniel his presentation during the GNU Classpath Workshop. Since both Sascha and Jean Daniel are on vacation at the moment I have temporarily put them online at: http://www.klomp.org/mark/classpath/Agile2D.pdf Read them if you want to know more about

VMInterface addition: Make native library names part of VMInterface

2003-10-25 Thread Dalibor Topic
Hi all, One of the things I keep stumbling over whenever I merge code from Classpath into Kaffe is the different native library names. Would it be possible to separate those out into their own VMInterface class and use references instead? I'd prefer something like

Re: VMInterface addition: Make native library names part of VMInterface

2003-10-25 Thread Bryce McKinlay
On Oct 26, 2003, at 6:43 AM, Dalibor Topic wrote: One of the things I keep stumbling over whenever I merge code from Classpath into Kaffe is the different native library names. Would it be possible to separate those out into their own VMInterface class and use references instead? I'd prefer