Re: Using -revision instead of 0:0:0 hack

2004-11-10 Thread Michael Koch
Am Dienstag, 9. November 2004 23:55 schrieb Grzegorz B. Prokopski: Hi all, I attached a patch that illustrates how we use the -revision switch of libtool to say we don't provide a stable binary interface, instead of hardcoded 0:0:0, as it's done currently in gnu cp. Short story is:

Re: Using -revision instead of 0:0:0 hack

2004-11-10 Thread Tom Tromey
== Grzegorz B Prokopski [EMAIL PROTECTED] writes: I attached a patch that illustrates how we use the -revision switch of libtool to say we don't provide a stable binary interface, instead of hardcoded 0:0:0, as it's done currently in gnu cp. My first reaction was to think that maybe we'd

GNU Classpath 0.12, ..., 1.0

2004-11-10 Thread Mark Wielaard
Hi all, I wanted to do a new release last weekend. But that weekend there was a lot of new code merged from libgcj, build fixes, new bean code, image code, classloader updates, file name normalization updates, new X.509 certificate (path checking) code and signed jar entries support... That

Re: GNU Classpath 0.12, ..., 1.0

2004-11-10 Thread Stuart Ballard
[forgot to CC the list on this first time around] Mark Wielaard wrote: To focus more on working towards a 1.0 I want to start to make monthly releases. 0.13 start of December, 0.14 start of January and 0.15 start of February. The 0.13 release will be the cut-off date for new packages/classes (we

java.lang.System changes

2004-11-10 Thread Steven Augart
Classpath's java.lang.System was changed yesterday so that initializing that class now depends upon VMClassLoader.getSystemClassLoader() being able to return a working class loader. Unfortunately, Jikes RVM's system class loader is based upon Classpath's java.lang.URLClassLoader.

Re: java.lang.System changes

2004-11-10 Thread Archie Cobbs
Steven Augart wrote: Classpath's java.lang.System was changed yesterday so that initializing that class now depends upon VMClassLoader.getSystemClassLoader() being able to return a working class loader. Unfortunately, Jikes RVM's system class loader is based upon Classpath's

Re: GNU Classpath 0.12, ..., 1.0

2004-11-10 Thread Grzegorz B. Prokopski
On Wed, 2004-11-10 at 16:15, Mark Wielaard wrote: We do now have a few small regressions however. There is something wrong with zip/jar archives on the classpath (this might or might not be a GNU Classpath issue, we changed the VM interface subtly so maybe it is a runtime issue). Opening a

Re: java.lang.System changes

2004-11-10 Thread Steven Augart
Archie Cobbs wrote: Steven Augart wrote: Classpath's java.lang.System was changed yesterday so that initializing that class now depends upon VMClassLoader.getSystemClassLoader() being able to return a working class loader. Unfortunately, Jikes RVM's system class loader is based upon Classpath's

Re: GNU Classpath 0.12, ..., 1.0

2004-11-10 Thread Grzegorz B. Prokopski
On Wed, 2004-11-10 at 23:00, Grzegorz B. Prokopski wrote: On Wed, 2004-11-10 at 16:15, Mark Wielaard wrote: We do now have a few small regressions however. There is something wrong with zip/jar archives on the classpath (this might or might not be a GNU Classpath issue, we changed the VM