[cp-patches] FYI: Arrays.sort() fix for 31646

2007-04-23 Thread Jeroen Frijters
Hi, Committed. Mark, please consider applying to 0.95 as well. Regards, Jeroen 2007-04-23 Jeroen Frijters [EMAIL PROTECTED] PR classpath/31646: * java/util/Arrays.java (qsort): Corrected initial median calculation. Index: Arrays.java

[cp-patches] Re: FYI: Arrays.sort() fix for 31646

2007-04-23 Thread Mark Wielaard
Hi jeroen, On Mon, 2007-04-23 at 12:22 +0200, Jeroen Frijters wrote: Committed. Mark, please consider applying to 0.95 as well. Done, thanks. 2007-04-23 Jeroen Frijters [EMAIL PROTECTED] PR classpath/31646: * java/util/Arrays.java (qsort): Corrected initial median

[cp-patches] FYI: Add 0.95 new NEWS stuff

2007-04-23 Thread Mark Wielaard
hi, This is a summary fo new additions for the 0.95 release: 2007-04-23 Mark Wielaard [EMAIL PROTECTED] * NEWS: Add new 0.95 features. Committed to trunk and release branch. Cheers, Mark Index: NEWS === RCS file:

Re: [cp-patches] FYI: fix for hacked up autotools toolchains

2007-04-23 Thread Andreas Tobler
hi ya, Dalibor Topic wrote: the following patch adds support for passing additional flags to autoreconf by using an environment variable, LOCAL_ACLOCAL_AMFLAGS. s/LOCAL_ACLOCAL_AMFLAGS/LOCAL_AUTORECONF_FLAGS Gruss Andreas

Re: [cp-patches] FYI: fix for hacked up autotools toolchains

2007-04-23 Thread Tom Tromey
Dalibor == Dalibor Topic [EMAIL PROTECTED] writes: Dalibor 2007-04-22 Dalibor Topic [EMAIL PROTECTED] Dalibor * Makefile.am (ACLOCAL_AMFLAGS): Add contents of env var Dalibor LOCAL_ACLOCAL_AMFLAGS to allow for systems where the user Dalibor has a mix of system

Re: [cp-patches] FYI: fix for hacked up autotools toolchains

2007-04-23 Thread Dalibor Topic
Andreas Tobler wrote: hi ya, Dalibor Topic wrote: the following patch adds support for passing additional flags to autoreconf by using an environment variable, LOCAL_ACLOCAL_AMFLAGS. s/LOCAL_ACLOCAL_AMFLAGS/LOCAL_AUTORECONF_FLAGS thanks, I've fixed that in the change log. cheers,

Re: [cp-patches] FYI: fix for hacked up autotools toolchains

2007-04-23 Thread Dalibor Topic
Tom Tromey wrote: Dalibor == Dalibor Topic [EMAIL PROTECTED] writes: Dalibor 2007-04-22 Dalibor Topic [EMAIL PROTECTED] Dalibor * Makefile.am (ACLOCAL_AMFLAGS): Add contents of env var Dalibor LOCAL_ACLOCAL_AMFLAGS to allow for systems where the user Dalibor has a

[cp-testresults] FAIL: regressions for mauve-jamvm on Mon Apr 23 09:20:09 UTC 2007

2007-04-23 Thread cpdev
Baseline from: Sat Apr 21 21:42:12 UTC 2007 Regressions: FAIL: java.lang.Thread.sleep Improvements: PASS: gnu.javax.crypto.key.srp6.TestOfSRPKeyGeneration PASS: gnu.javax.crypto.sasl.srp.TestOfSRPPrimitives Totals: PASS: 2923 XPASS: 0 FAIL: 189 XFAIL: 0

[cp-testresults] FAIL: regressions for mauve-gij on Mon Apr 23 10:12:11 UTC 2007

2007-04-23 Thread cpdev
Baseline from: Mon Apr 23 02:37:04 UTC 2007 Regressions: FAIL: java.lang.Thread.sleep Totals: PASS: 2879 XPASS: 0 FAIL: 249 XFAIL: 0 ___ Classpath-testresults mailing list Classpath-testresults@gnu.org

GNU Classpath 0.95 Take Five released

2007-04-23 Thread Mark Wielaard
We are proud to announce the release of GNU Classpath 0.95 Take Five GNU Classpath, essential libraries for java, is a project to create free core class libraries for use with runtimes, compilers and tools for the java programming language. The GNU Classpath developer snapshot releases are not

Re: GNU Classpath 0.95 Take Five released

2007-04-23 Thread Mario Torre
Il giorno lun, 23/04/2007 alle 14.16 +0200, Mark Wielaard ha scritto: We are proud to announce the release of GNU Classpath 0.95 Take Five Welcome! Cheers everybody! Mario -- Lima Software - http://www.limasoftware.net/ GNU Classpath Developer - http://www.classpath.org/ Jabber: [EMAIL

[commit-cp] classpath ChangeLog doc/www.gnu.org/newsitems.t...

2007-04-23 Thread Mark Wielaard
/announce: 20070423.wml Log message: * doc/www.gnu.org/newsitems.txt: Add 0.95. * doc/www.gnu.org/downloads/downloads.wml: Likewise. * doc/www.gnu.org/announce/20070423.wml: New file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath

David Gilbert's Software will be part of OpenOffice.org

2007-04-23 Thread theUser BL
Do you know who David Gilbert is? Right, he have created a lot og classes for GNU Classpath like something for Free Swing and so on. Also he is part of the people at planet.classpath.org and writes also in his blog a lot of its program JFreeChart http://jroller.com/page/dgilbert But he have

RE: David Gilbert's Software will be part of OpenOffice.org

2007-04-23 Thread theUser BL
Have seen that on the OpenOffice.org-side http://www.openoffice.org/ is also linked to an arcticle under In the media http://www.pcadvisor.co.uk/news/index.cfm?newsid=9050 where this is annonced. Greatings theuserbl _ Sie suchen

RE: David Gilbert's Software will be part of OpenOffice.org

2007-04-23 Thread theUser BL
And a next link with a big article with screenshots about it: http://blogs.sun.com/GullFOSS/entry/report_designer_will_extend_the _ Sie suchen E-Mails, Dokumente oder Fotos? Die neue MSN Suche Toolbar mit Windows-Desktopsuche

Compilation Time

2007-04-23 Thread Martin Schlienger
Hi everybody, I am new to GNU Classpath and I am currently working on a project that aims at changing the ClassLoader to introduce distant class loading at bootstrap and reduce the (local) glibj.zip at its minimum. Each time we change the ClassLoader.java class, compilation lasts quite a long

Compilation Time

2007-04-23 Thread Martin Schlienger
Hi everybody, I am new to GNU Classpath and I am currently working on a project that aims at changing the ClassLoader to introduce distant class loading at bootstrap and reduce the (local) glibj.zip at its minimum. Each time we change the ClassLoader.java class, compilation lasts quite a long

Re: Compilation Time

2007-04-23 Thread Tom Tromey
Martin == Martin Schlienger [EMAIL PROTECTED] writes: Martin Each time we change the ClassLoader.java class, compilation Martin lasts quite a long and I am not really convinced that Martin everything need to be recompiled. I am quite a beginner with Martin Makefile but it seems that no real

Re: David Gilbert's Software will be part of OpenOffice.org

2007-04-23 Thread David Gilbert
Hi theUser BL, Thanks for the post. theUser BL wrote: Do you know who David Gilbert is? I do, it's me. Right, he have created a lot og classes for GNU Classpath like something for Free Swing and so on. Also he is part of the people at planet.classpath.org and writes also in his blog a lot

Re: Compilation Time

2007-04-23 Thread Mark Wielaard
On Mon, 2007-04-23 at 09:33 -0600, Tom Tromey wrote: Martin == Martin Schlienger [EMAIL PROTECTED] writes: Martin Each time we change the ClassLoader.java class, compilation Martin lasts quite a long and I am not really convinced that Martin everything need to be recompiled. I am quite a

couldn't able to install GNU classpath: java.lang.OutOfMemoryError

2007-04-23 Thread srinivasa raju rudraraju
Hello All, I have been trying to install JikesRVM as part of my project work(on fedora core 6), which in turn requires installing GNU classpath. As it is specified in installation guide(for installing classpath), I could able to execute ./configure , but when it comes to executing gmake, its

couldn't able to install GNU classpath: java.lang.OutOfMemoryError

2007-04-23 Thread srinivasa raju rudraraju
Hello All, I have been trying to install JikesRVM as part of my project work(on fedora core 6), which in turn requires installing GNU classpath. As it is specified in installation guide(for installing classpath), I could able to execute ./configure , but when it comes to executing gmake, its

Re: couldn't able to install GNU classpath: java.lang.OutOfMemoryError

2007-04-23 Thread Andrew John Hughes
On Monday 23 April 2007 21:05, srinivasa raju rudraraju wrote: Hello All, I have been trying to install JikesRVM as part of my project work(on fedora core 6), which in turn requires installing GNU classpath. As it is specified in installation guide(for installing classpath), I could able to

couldn't able to install classpath: java.lang.OutOfMemoryError

2007-04-23 Thread rsr
Hello All, I have been trying to install JikesRVM as part of my project work(on fedora core 6), which in turn requires installing GNU classpath. As it is specified in installation guide(for installing classpath), I could able to execute ./configure , but when it comes to executing gmake, its