Re: GCJ ------ file type not supported by system

2014-09-04 Thread Mark Wielaard
myself or doing away with it. If you want to do so, feel free. I can point you in the right direction. I was going to send a set of patches against the CVS repository that Mark Wielaard posted (http://web.cvs.savannah.gnu.org/viewvc/classpath/?root=classpath) I don't really see

Re: GCJ ------ file type not supported by system

2014-09-03 Thread Mark Wielaard
that into mainline would be welcome I think. Cheers, Mark

Re: API copyrightability

2014-05-10 Thread Mark Wielaard
On Sat, May 10, 2014 at 01:05:09PM +0200, Mark Wielaard wrote: As far as I understand the ruling the higher court just didn't like that the lower court just said the API as a whole wasn't copyrightable. They would have liked the lower court to say that the APIs as published was declared

[Fwd: [cp-testresults] Unable to run GUI application using cross-compiled jamvm for arm]

2013-03-27 Thread Mark Wielaard
classpath@gnu.org is probably more appropriate. I have forwarded the message there. ---BeginMessage--- Hello everyone, First of all I apologize for this direct message. I went through the website https://savannah.gnu.org/ and only found this address where I can post my query. I am sorry if I have

Re: [cp-patches] [RFC/PATCH] Check for gettext m4 macros in autogen.sh

2013-03-13 Thread Mark Wielaard
. These days for a new project one would probably use autoreconf provided by autoconf. But that didn't exist when we introduced our own autogen.sh script. Cheers, Mark

Re: Building GNU Classpath on Fedora 17

2013-03-11 Thread Mark Wielaard
On Mon, Mar 11, 2013 at 09:51:28AM +0200, Pekka Enberg wrote: GNU Classpath build fails as follows with stock Fedora 17 libtools: I don't see any issue doing the same on Fedora 18. I don't have an f17 setup to test against, sorry. Cheers, Mark

Re: [cp-patches] [RFC/PATCH] Add autogen-generated files to gitignore

2013-03-09 Thread Mark Wielaard
files. Might it make sense to ignore m4/libtool and m4/lt*m4? Or does libtool only ever generate these 5 files? Thanks, Mark

Re: [cp-patches] [RFC/PATCH] AnnotationInvocationHandler type parametrization

2013-03-09 Thread Mark Wielaard
officially count as one of the VM interface ones, just as a convenience class. So I think this is fine. Thanks, Mark

Re: [cp-patches] [RFC/PATCH] AnnotationInvocationHandler type parametrization

2013-03-09 Thread Mark Wielaard
On Sat, 2013-03-09 at 12:26 +0200, Pekka Enberg wrote: On Sat, Mar 09, 2013 at 11:36:13AM +0200, Pekka Enberg wrote: Type parametrize uses of generic types in AnnotationInvocationHandler. On Sat, Mar 9, 2013 at 12:09 PM, Mark Wielaard m...@klomp.org wrote: Generally we avoided generics

Re: [cp-patches] [patch] let gjavah accept -source 1.[567]

2013-01-10 Thread Mark Wielaard
On Mon, 2013-01-07 at 09:54 +0100, Mark Wielaard wrote: On Sun, 2013-01-06 at 18:00 +0100, Matthias Klose wrote: Am 19.12.2012 18:37, schrieb Mark Wielaard: If you really meant gjdoc I think it would be OK to try to accept it, but maybe with a warning message that it is untested? yes

Re: [cp-patches] [patch] let gjavah accept -source 1.[567]

2013-01-07 Thread Mark Wielaard
On Sun, 2013-01-06 at 18:00 +0100, Matthias Klose wrote: Am 19.12.2012 18:37, schrieb Mark Wielaard: If you really meant gjdoc I think it would be OK to try to accept it, but maybe with a warning message that it is untested? yes, I meant gjdoc. Here is an updated patch. Matthias

Re: [cp-patches] [patch] let gjavah accept -source 1.[567]

2012-12-19 Thread Mark Wielaard
) + !1.6.equals(option_source) + !1.7.equals(option_source)) { If you really meant gjdoc I think it would be OK to try to accept it, but maybe with a warning message that it is untested? Cheers, Mark

Re: [cp-patches] [4.8 Regression] gjavah throws an exception

2012-12-17 Thread Mark Wielaard
there really isn't such a thing as an inner class (just funnily named classes). Thanks, Mark

Re: [cp-patches] tagging classpath for GCC import

2012-12-04 Thread Mark Wielaard
. When the bug fixes are in please feel free to tag the tree again. Are any of these show stoppers for importing now? Thanks, Mark

Re: [cp-patches] tagging classpath for GCC import

2012-12-03 Thread Mark Wielaard
On Mon, 2012-12-03 at 02:15 +0100, Matthias Klose wrote: Am 02.12.2012 22:20, schrieb Mark Wielaard: It seems the git import from CVS lost the old tags. Does anybody know of a way to get them from the original CVS history into the git repository? I had a hard time getting any clue

Re: [cp-patches] tagging classpath for GCC import

2012-12-03 Thread Mark Wielaard
On Mon, 2012-12-03 at 09:29 +, Andrew Haley wrote: On 12/03/2012 09:05 AM, Mark Wielaard wrote: Ah, sorry. That must make it look like GNU Classpath is even less active than it is :{ It is good to keep the CVS repo around for some time, just for the historical information like branches

Re: [cp-patches] tagging classpath for GCC import

2012-12-03 Thread Mark Wielaard
On Mon, 2012-12-03 at 12:43 +0200, Pekka Enberg wrote: On Mon, Dec 3, 2012 at 12:04 PM, Mark Wielaard m...@klomp.org wrote: There is the classpath git tree at http://icedtea.classpath.org/mirror/git/classpath/classpath/ which does have all that. But it only has the CVS part of the history

[cp-patches] tagging classpath for GCC import

2012-12-02 Thread Mark Wielaard
tags. Does anybody know of a way to get them from the original CVS history into the git repository? Thanks, Mark

Re: [cp-patches] Fix libjava bootstrap failure around IUCLC

2012-03-26 Thread Mark Wielaard
On Mon, 2012-03-26 at 10:01 +0100, Andrew Haley wrote: On 03/25/2012 05:08 PM, Gerald Pfeifer wrote: 2012-03-25 Gerald Pfeifer ger...@pfeifer.com PR libgcj/52694 * java/io/natVMConsole.cc (IUCLC): Define, if undefined. Sure. WTF is IUCLC anyway? :-) (map) Input

Re: [cp-patches] Fix libjava bootstrap failure around IUCLC

2012-03-26 Thread Mark Wielaard
On Mon, 2012-03-26 at 13:47 +0300, Pekka Enberg wrote: On Mon, Mar 26, 2012 at 1:11 PM, Mark Wielaard m...@klomp.org wrote: On Mon, 2012-03-26 at 10:01 +0100, Andrew Haley wrote: On 03/25/2012 05:08 PM, Gerald Pfeifer wrote: 2012-03-25 Gerald Pfeifer ger...@pfeifer.com PR

Re: [cp-patches] Fix libjava bootstrap failure around IUCLC

2012-03-26 Thread Mark Wielaard
. Buildbot is on the TODO list :) Of course even with that we need slaves for some of the more obscure platforms. Cheers, Mark

autobuilders and redownloading all sources from classpath.org servers

2012-03-06 Thread Mark Wielaard
this host since it was using up ~15%+ of all traffic on the server. Thanks, Mark

Re: autobuilders and redownloading all sources from classpath.org servers

2012-03-06 Thread Mark Wielaard
the sources don't they? All I am hoping is that they don't do it multiple times a day, even when there have been no changes since the last run, as some of them seem to do now for the whole forest and/or download/drops. Thanks, Mark

Re: 0.99 Release

2012-02-01 Thread Mark Wielaard
locale improvements. Are there any objections to a release on the 8th of February? No objections here. We will have a pre-party in Brussels! Thanks, Mark

Re: Gnu Classpath on HP webOS : connexion problem between escher and X server / or loadling escher problem by Gnu classpath

2012-01-11 Thread Mark Wielaard
configuring with --disable-gtk-peer and --with-escher. Hope that helps, Mark

Free Java @ FOSDEM 2012 (CFP deadline end this year!)

2011-12-27 Thread Mark Wielaard
/CallForParticipation Please join us! --The Free Java DevRoom Organizing Committee Andrew Haley, Red Hat Dalibor Topic, Oracle Dr Andrew John Hughes, Red Hat Mark Wielaard, IcedTea Sylvestre Ledru, Debian Tom Marble, Informatique p.s. We had some nice media coverage last year... FLOSS Weekly 152

Call for participation: Free Java @ FOSDEM 2012

2011-12-11 Thread Mark Wielaard
://wiki.debian.org/Java/DevJam/2012/Fosdem/CallForParticipation Please join us! --The Free Java DevRoom Organizing Committee Andrew Haley, Red Hat Dalibor Topic, Oracle Dr Andrew John Hughes, Red Hat Mark Wielaard, IcedTea Sylvestre Ledru, Debian Tom Marble, Informatique p.s. We had

Moving the builder, planet and icedtea-backup servers

2011-12-08 Thread Mark Wielaard
builder.classpath.org. These are harmless, except that your commit will not be tested by the autobuilders. So please be extra careful what you commit in the next couple of days. Apologies for the inconvenience, Mark

Re: classpath configure update?

2011-11-28 Thread Mark Wielaard
a patch against configure.ac then please just post it to java-patc...@gcc.gnu.org and/or classpath-patc...@gnu.org and we take it from there. For changes that only apply to libjava/gcj there is a libjava/classpath/ChangeLog.gcj to track those. Thanks, Mark

Re: [cp-patches] [RFC/PATCH] Fix NPE in HashMap.put()

2011-10-24 Thread Mark Wielaard
. V r = e.value; Are you sure that is right? What about a key which isn't null but has a hashCode() of zero? Thanks, Mark

Re: [cp-patches] [RFC/PATCH] Fix NPE in HashMap.put()

2011-10-24 Thread Mark Wielaard
On Mon, 2011-10-24 at 10:24 +0200, Mark Wielaard wrote: On Mon, 2011-10-24 at 10:11 +0300, Pekka Enberg wrote: Looking at the code, it's obviously broken for HashMap.put() with a null key. Urgh yes. @@ -345,7 +345,10 @@ public class HashMapK, V extends AbstractMapK, V while

Re: [cp-patches] [RFC/PATCH] Fix NPE in HashMap.put()

2011-10-24 Thread Mark Wielaard
On Mon, 2011-10-24 at 10:34 +0200, Mark Wielaard wrote: On Mon, 2011-10-24 at 10:24 +0200, Mark Wielaard wrote: On Mon, 2011-10-24 at 10:11 +0300, Pekka Enberg wrote: @@ -345,7 +345,10 @@ public class HashMapK, V extends AbstractMapK, V while (e != null

Experimental GNU Classpath and Mauve mercurial and git mirrors

2011-10-10 Thread Mark Wielaard
only be correct by approximation. Cheers, Mark P.S. For people wanting to try this at home. Both savannah and sourceware let you rsync the complete raw CVS repository: rsync://sourceware.org/mauve-cvs/ rsync://cvs.savannah.gnu.org/sources/classpath/ You need to have: - git cvsimport (git

Re: [problem] GNU Classpath build problems on Fedora 15

2011-09-29 Thread Mark Wielaard
and/or autogen.sh checks. Cheers, Mark

Re: [problem] GNU Classpath build problems on Fedora 15

2011-09-29 Thread Mark Wielaard
On Thu, 2011-09-29 at 13:19 +0300, Pekka Enberg wrote: On Thu, Sep 29, 2011 at 12:52 PM, Mark Wielaard m...@klomp.org wrote: I don't have my F15 setup handy, but I think this is missing iconv/gettext m4 macros. Try installing gettext-devel which should provide /usr/share/aclocal/lib

Re: Using ASM for invokedynamic bytecode generation

2011-09-11 Thread Mark Wielaard
On Fri, Sep 09, 2011 at 02:35:12PM +0300, Pekka Enberg wrote: Hi Mark, On Thu, Sep 8, 2011 at 10:33 PM, Mark Wielaard m...@klomp.org wrote: I don't know much about what is needed for invoke dynamic byte code generation. Note that java/lang/reflect/Proxy.java for example also can generate

Re: Using ASM for invokedynamic bytecode generation

2011-09-08 Thread Mark Wielaard
for invoke dynamic byte code generation. Note that java/lang/reflect/Proxy.java for example also can generate byte code, but just does it by hand. Is such an approach possible? Thanks, Mark

Re: [cp-patches] [PATCH] Fix clock_gettime() support check for Darwin

2011-07-05 Thread Mark Wielaard
) _POSIX_MONOTONIC_CLOCK 0 Cheers, Mark

Re: [PROBLEM] Building GNU Classpath on Darwin

2011-07-05 Thread Mark Wielaard
if that helps or not. Cheers, Mark

Re: [cp-patches] [PATCH] Bump up HashMap default initial capacity

2011-02-22 Thread Mark Wielaard
DEFAULT_CAPACITY = 11; + static final int DEFAULT_CAPACITY = 16; Just say this is currently set to 16. Since obviously the spec changed a bit over time. The actual change seems OK. Thanks, Mark

Re: [cp-patches] [PATCH] Fix HashMap.put() to check for hashCode equality before equals()

2011-02-22 Thread Mark Wielaard
, that is how it is I guess. We had something similar in the initialization order of eclipse, where they depended on equals being called in a particular direction. sigh. Thanks, Mark

Re: [RFC/PATCH] Invokedynamic API stubs

2011-02-09 Thread Mark Wielaard
. Probably to the main icedtea server. And as Robert just pointed out John Rose has been keeping a GPL derived version of the spec/javadoc here: http://cr.openjdk.java.net/~jrose/pres/indy-javadoc-mlvm/ Cheers, Mark

Re: [RFC/PATCH] Invokedynamic API stubs

2011-02-08 Thread Mark Wielaard
as stubs (the NotImplementedException I mentioned) and there is work actively taking place. Then there's always the (slim) possibility someone else can work on it :-) That was my original thinking as well. Does the included patch look better to you? Mark, what do you think about this? I

Re: [RFC/PATCH] Invokedynamic API stubs

2011-02-04 Thread Mark Wielaard
of background material online: http://cr.openjdk.java.net/~jrose/pres/ Cheers, Mark

Re: classpath

2011-01-21 Thread Mark Wielaard
on the gtk-list: http://mail.gnome.org/archives/gtk-list/2004-January/msg2.html Do other gtk+ using programs work correctly on your platform? Cheers, Mark

Free Java @ FOSDEM 2011 - Talk Schedule

2011-01-17 Thread Mark Wielaard
Mark your calendars! Free Java @ Fosdem will be in less than 3 weeks. Saturday 5, Sunday 6 February 2011, Fosdem, Brussels, Belgium. Room AW1.125. We got a very good selection of very diverse talks, all around core java implementation issues, integration, community and the future of Free Java

Re: Error while cross compiling classpath-0.93 with ltib toolchain.

2011-01-12 Thread Mark Wielaard
On Tue, 2011-01-11 at 23:14 +0530, ashwin athram wrote: I am getting following error while compiling the classpath: checking for X... libraries /home/shiv/lpc3250/new_ltib/ltib/rootfs/usr/lib/, headers /home/shiv/lpc3250/new_ltib/ltib/rootfs/usr/include/ checking for dnet_ntoa in -ldnet... no

Free Java @ FOSDEM 2011 - CFP extended to 17 December!

2010-12-09 Thread Mark Wielaard
OpenJDK Developer. Andrew John Hughes IcedTea Maintainer, GNU Classpath Maintainer, OpenJDK GCJ Developer Christian Thalinger OpenJDK developer, former CACAO Maintainer Mark Wielaard GNU Classpath Maintainer, GCJ, IcedTea OpenJDK contributor. Tom Marble Java Libre hacker, Former OpenJDK

Re: Future blog

2010-12-08 Thread Mark Wielaard
is useful and in a good shape. Moving it all to Mercurial just so it's easier for someone else to create a forked lower-quality copy that accepts unreviewed patches is not a good motivation IMHO. That would not be the motivation. Getting rid of the pain that is CVS would be. Thanks, Mark

Future blog

2010-12-07 Thread Mark Wielaard
, and so aren't doing very well helping new hackers like Pekka and Ivan to get their work integrated. Opinions? Suggestions? Flames? Thanks, Mark

Savannah accident

2010-11-30 Thread Mark Wielaard
Hi all, If you have been wondering about the GNU Classpath services on savannah note that they are having trouble. This means CVS and the classpath project page are currently down. For more information see http://savannah.gnu.org/ Savannah is currently down - details to follow.

Re: Savannah accident

2010-11-30 Thread Mark Wielaard
On Tue, 2010-11-30 at 19:35 +, Dr Andrew John Hughes wrote: That explains why I couldn't cvs update yesterday. I wonder why I didn't get this message too? Maybe I just missed it. The message is up on http://savannah.gnu.org/ you might have missed it if you didn't look there after your CVS

CFP Free Java @ FOSDEM 2011 - ends this week

2010-11-29 Thread Mark Wielaard
/CallForParticipation Respectfully, Andrew Haley GCJ Maintainer, GNU Classpath, IcedTea OpenJDK Developer. Andrew John Hughes IcedTea Maintainer, GNU Classpath Maintainer, OpenJDK GCJ Developer Christian Thalinger OpenJDK developer, former CACAO Maintainer Mark Wielaard GNU Classpath Maintainer

Re: [cp-patches] Fwd: Re[2]: [PATCH v2] Use CLOCK_MONOTONIC for System.nanoTime

2010-11-24 Thread Mark Wielaard
On Tue, 2010-11-23 at 21:54 +0200, Pekka Enberg wrote: I sent a follow-up patch to fix those. I don't have GNU copyright assignment papers signed. Is that a problem? If so, I'm happy to do the paperwork if someone points me to the right direction. I'll send you the forms. Thanks a lot for

Re: [cp-patches] [PATCH v2] Use CLOCK_MONOTONIC for System.nanoTime

2010-11-04 Thread Mark Wielaard
his first patch and both myself and Mark agree it's trivial enough to go in with an assignment from Roland. However, any further patches from Roland would need an assignment. If you can confirm this is the correct origin of the patch, I'll commit it. Yes, the patch I sent is taken from

Re: Free Java @ FOSDEM 2011 DevRoom Proposal

2010-10-27 Thread Mark Wielaard
On Mon, 2010-10-11 at 14:08 +0200, Mark Wielaard wrote: Hi Libre Java Hackers, We are trying to organize a meeting for all free java hackers at Fosdem in Brussels, Belgium on Saturday 5 and Sunday 6 February 2011) http://fosdem.org/2011/ We have applied for a developer room, but we don't

Free Java @ FOSDEM 2011 DevRoom Proposal

2010-10-11 Thread Mark Wielaard
, former CACAO Maintainer - Mark Wielaard m...@klomp.org GNU Classpath Maintainer, GCJ, IcedTea OpenJDK contributor. - Tom Marble tmar...@info9.net Java Libre hacker, Former OpenJDK Ambassador

[commit-cp] classpath ChangeLog doc/cp-tools.texinfo

2010-06-05 Thread Mark Wielaard
CVSROOT:/sources/classpath Module name:classpath Changes by: Mark Wielaard mark10/06/05 20:18:00 Modified files: . : ChangeLog doc: cp-tools.texinfo Log message: * doc/cp-tools.texinfo: Move copying information

Re: [PATCH] classpath/StrictMath: Correct the description of atan()

2009-12-31 Thread Mark Wielaard
a couple of months ago: 2009-10-21 Richard Guenther rguent...@suse.de PR cp-tools/39177 * tools/gnu/classpath/tools/jar/Creator.java (writeCommandLineEntries): Do not use uninitialized manifest. Happy new year, Mark

New mpc on builder (Was: [cp-testresults] FAIL: gcc build on Mon Dec 14 10:06:45 UTC 2009)

2009-12-14 Thread Mark Wielaard
have installed both the libraries and the header files. They may be located in separate packages. Which wasn't available for Debian etch (4.0 - yes, I know, builder should really be upgraded...). Installed now by hand in /usr/local. Sorry for the inconvenience. Cheers, Mark

Re: [cp-patches] FYI: bump needed auto* versions

2009-08-17 Thread Mark Wielaard
;; esac The rest is fine I think, using a lower version isn't really fatal (is it?) Cheers, Mark

[Fwd: [Savannah-announce] Savannah outage]

2009-05-29 Thread Mark Wielaard
---BeginMessage--- Hi, Savannah experienced a filesystem corruption and is now halted. The FSF sysadmins (who have physical access to the hardware) are alerted and will investigate, and possibly restore from backup. To be safe, do not expect the service to be restored before 24h, although

[cp-patches] FYI: antlr detection fixlet

2009-03-29 Thread Mark Wielaard
Hi, If you don't have an antlr binary and also no antlr.jar installed configure should detect that instead of the build failing during the tools compilation. 2009-03-29 Mark Wielaard m...@klomp.org * m4/ac_prog_antlr.m4: Check whether ANTLR_JAR is empty. Committed, Mark --- m4

[cp-patches] FYI: FAQ link fixlet

2009-03-29 Thread Mark Wielaard
Hi, The link to the GNU Classpath Hacker Guide in the FAQ was wrong. This fixes it. 2009-03-29 Mark Wielaard m...@klomp.org * doc/www.gnu.org/faq/faq.wml: Fix link to cp-hacking.html. Committed and updated the classpath web root cvs dir. Cheers, Mark --- doc/www.gnu.org/faq/faq.wml

[commit-cp] classpath ChangeLog m4/ac_prog_antlr.m4

2009-03-29 Thread Mark Wielaard
CVSROOT:/sources/classpath Module name:classpath Changes by: Mark Wielaard mark09/03/29 19:44:50 Modified files: . : ChangeLog m4 : ac_prog_antlr.m4 Log message: * m4/ac_prog_antlr.m4: Check whether ANTLR_JAR is empty

[commit-cp] classpath ChangeLog doc/www.gnu.org/faq/faq.wml

2009-03-29 Thread Mark Wielaard
CVSROOT:/sources/classpath Module name:classpath Changes by: Mark Wielaard mark09/03/29 20:11:28 Modified files: . : ChangeLog doc/www.gnu.org/faq: faq.wml Log message: * doc/www.gnu.org/faq/faq.wml: Fix link to cp-hacking.html

Some slides from the Free Java Meeting at Fosdem

2009-02-13 Thread Mark Wielaard
/Java/DevJam/2009/Fosdem Original talk abstracts and bios of the speakers can be found at: http://fosdem.org/2009/schedule/devroom/freejava Thanks for a great event! your friendly ad hoc Fosdem meeting committee, Dalibor Topic, Andrew John Hughes, Andrew Haley, David Herron and Mark Wielaard

Re: [cp-patches] ThreadLocalMap.clear() leaves map in an inconsistent state

2009-02-04 Thread Mark Wielaard
Hi Robin, On Wed, 2009-02-04 at 16:20 +1100, Robin Garner wrote: Mark Wielaard wrote: On Fri, 2008-12-19 at 14:20 +1100, Robin Garner wrote: The clear() method of ThreadLocalMap leaves the map in an inconsistent state, causing errors during thread deletion in JikesRVM. Reported

Final Program Free Java Meeting at Fosdem - Brussels, Belgium on 7 and 8 February 2009

2009-01-26 Thread Mark Wielaard
Hi all, In less than 2 weeks our little big event will take place! The program for our libre java meeting at Fosdem has been finalized. There are posters with a summary of the talks to print out at: http://www.klomp.org/mark/classpath/fosdem09/poster_09.odg http://www.klomp.org/mark/classpath

[cp-patches] Make gjdoc read correct version.properties file

2009-01-22 Thread Mark Wielaard
Hi, gjdoc was still reading version.property from the root, but since it was imported in classpath we package it under the actual package dir. 2009-01-22 Mark Wielaard m...@klomp.org * tools/gnu/classpath/tools/gjdoc/Main.java (getGjdocVersion): Read versions.properties from package

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

2009-01-22 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark09/01/22 22:16:18 Modified files: . : ChangeLog tools/gnu/classpath/tools/gjdoc: Main.java Log message: * tools/gnu/classpath/tools/gjdoc/Main.java

Program Free Java Meeting at Fosdem - Brussels, Belgium on 7 and 8 February 2009

2009-01-13 Thread Mark Wielaard
room program -- Fosdem 2009, Brussels, Belgium ULB Campus Solbosh - room AW1.120 Saturday, 7 February: 12:15 - 13:45 - OpenJDK status and future (1.5 hours, 30 min/talk) Mark Reinhold Joe Darcy - The state of OpenJDK, OpenJDK6 - Project Jigsaw

Free Java Meeting at Fosdem - Brussels, Belgium on 7 and 8 February 2009

2009-01-05 Thread Mark Wielaard
, Andrew Haley, David Herron and Mark Wielaard

Re: gcjwebplugin in Classpath

2008-12-23 Thread Mark Wielaard
openjdk has sun.awt.EmbeddedFrame) pointing people at it as alternative is premature. Also it is pretty tied to the icedtea build and releases. It would be good if there was an actual standalone release of it. Cheers, Mark

Re: [cp-patches] ThreadLocalMap.clear() leaves map in an inconsistent state

2008-12-19 Thread Mark Wielaard
can never be null now the null check for oldEntries becomes redundant. Cheers, Mark

Re: mauve tests hanging on jamvm

2008-12-18 Thread Mark Wielaard
results files from the times that I forced the run to end early. But it looks like there are some regressions in there. Cheers, Mark

mauve tests hanging on jamvm

2008-12-15 Thread Mark Wielaard
Sorry for the lame bug report. I haven't had time to investigate much. But I want to make sure I don't forget about this issue. On builder.classpath.org we run mauve against jamvm cvs. Since a couple of days it gets stuck. Apparently always at the same point, since the log always shows: PASS:

Re: Free Java Meeting at Fosdem - Brussels, Belgium on 7 and 8 February 2009

2008-12-01 Thread Mark Wielaard
Hi all, On Mon, 2008-11-17 at 19:53 +0100, Mark Wielaard wrote: Since we always have so much fun meeting each other at Fosdem we have again applied for a Developer Room at Fosdem early next year. This year Fosdem will be taking place in Brussels, Belgium on Saturday 7 and Sunday 8 February

Possible bug in NIO DatagramChannel

2008-11-30 Thread Mark Gertsvolf
on the second socket. Select, however, operates on the first socket and it never acts on incoming packets. I an not familiar with the code well enough to propose a solution. Does anybody have a comment on the findings and a recommendation on how to fix this issue? Thanks, Mark.

Free Java Meeting at Fosdem - Brussels, Belgium on 7 and 8 February 2009

2008-11-17 Thread Mark Wielaard
will figure out something else. Hope to see you there, you friendly ad hoc Fosdem meeting committee, Dalibor Topic, Andrew John Hughes, Andrew Haley, David Herron and Mark Wielaard

Re: [GCJ] Performance of GUI applications on embedded systems

2008-11-09 Thread Mark Wielaard
not in the classpath CVS sources. Cheers, Mark

Re: [cp-patches] Performance improvement for FreetypeGlyphVector.java

2008-11-06 Thread Mark Wielaard
Hi Andrew, On Thu, 2008-11-06 at 11:47 +, Andrew Haley wrote: Andrew Haley wrote: Mark Wielaard wrote: cc1: warnings being treated as errors Ah, right. We should do that in the gcj build too. I've just noticed something. My patch uses a declaration (of pelements) after some

[commit-cp] classpath ChangeLog native/jni/gtk-peer/gnu_jav...

2008-11-06 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark08/11/06 11:33:19 Modified files: . : ChangeLog native/jni/gtk-peer: gnu_java_awt_peer_gtk_FreetypeGlyphVector.c Log message: * native/jni/gtk-peer

Re: problem while compiling classpath-0.92

2008-10-27 Thread Mark Wielaard
a debugger to see what it is doing. Also GNU Classpath 0.92 is pretty old. You might want to upgrade to 0.97.2 and try a different byte code compiler (gcj/ecj). Cheers, Mark

Re: problem while compiling classpath-0.92

2008-10-27 Thread Mark Wielaard
On Mon, 2008-10-27 at 17:48 +0800, yinjia jia wrote: thank you Mark ,do you mean that I should execute make --debug to debug the Makefile? No, attach a debugger to the jikes process to see what it is doing while it is running. Cheers, Mark

Re: org.w3c.dom.html2 package

2008-10-05 Thread Mark Wielaard
versions imported. Cheers, Mark

Disabled wiki editing

2008-09-30 Thread Mark Wielaard
disabled editing of the pages except for admins. If you want to edit one of the pages please ping me and I add you to the admin list. Cheers, Mark

Re: Problem from Installation GNU Classpath 0.97.2

2008-09-25 Thread Mark Wielaard
is this? Cheers, Mark

Re: [cp-patches] FYI: PR32028 Check GJDoc version

2008-08-21 Thread Mark Wielaard
: error: Building documentation requires GJDoc 0.7.9, 0.8-pre found. Cheers, Mark

Re: [cp-patches] FYI: PR32028 Check GJDoc version

2008-08-21 Thread Mark Wielaard
Hi Andrew, On Thu, 2008-08-21 at 15:03 +0100, Andrew John Hughes wrote: 2008/8/21 Mark Wielaard [EMAIL PROTECTED]: On Thu, 2008-08-21 at 01:43 +0100, Andrew John Hughes wrote: 2008-08-21 Andrew John Hughes [EMAIL PROTECTED] PR classpath/32028: * m4/acinclude.m4

Re: FW: Help a noob?

2008-08-13 Thread Mark Wielaard
:-) For bootstrap purposes there is http://builder.classpath.org/dist/ which contains the results of the autobuilder including glibj.zip files with the generated classes. Cheers, Mark

RE: FW: Help a noob?

2008-08-13 Thread Mark Wielaard
? Would it be as difficult as I think it would? You could try Cacao, which works with both classpath and openjdk these days. It supports irix/mips. See http://cacaovm.org/ Cheers, Mark

New gmp/mpfr on builder (Was: [cp-testresults] FAIL: gcc build on Tue Jul 22 09:36:17 UTC 2008)

2008-07-22 Thread Mark Wielaard
sure that you have installed both the libraries and the header files. They may be located in separate packages. Which is a newer version than Debian stable had available. So, I took the source packages from Debian testing, rebuild and installed those on builder. Cheers, Mark $ dpkg -s libgmp3

Re: Other class libraries

2008-06-25 Thread Mark Wielaard
, Mark

Re: Other class libraries

2008-06-25 Thread Mark Wielaard
absurd, but that is what you are saying. I don't understand what you are saying here. Cheers, Mark

Re: [cp-patches] Compile native code with -fexceptions

2008-06-12 Thread Mark Wielaard
Hi Andrew, On Thu, 2008-06-12 at 14:49 +0100, Andrew Haley wrote: Mark Wielaard wrote: +dnl will always work. +EXTRA_CFLAGS='-fexceptions -fnon-call-exceptions' +AC_SUBST(EXTRA_CFLAGS) I am afraid you are more qualified in this subject than I am, but would any non-call

[cp-patches] FYI: Make tools gjdoc distcheck clean

2008-06-12 Thread Mark Wielaard
Hi, The new gjdoc addition didn't get through a full distcheck. The following patch fixes that by making sure that it can be build with builddir != srcdir, has all files included in the dist tar ball, and adds one missing file. 2008-06-13 Mark Wielaard [EMAIL PROTECTED] * tools

Re: [cp-patches] FYI: Make tools gjdoc distcheck clean

2008-06-12 Thread Mark Wielaard
Hi, On Fri, 2008-06-13 at 01:47 +0200, Mark Wielaard wrote: The new gjdoc addition didn't get through a full distcheck. The following patch fixes that by making sure that it can be build with builddir != srcdir, has all files included in the dist tar ball, and adds one missing file. 2008

Re: [cp-testresults] FAIL: classpath build with ecj on Thu Jun 12 07:35:39 UTC 2008

2008-06-12 Thread Mark Wielaard
to (hopefully) get things distchecking again. Cheers, Mark

[commit-cp] classpath ChangeLog tools/Makefile.am tools/res...

2008-06-12 Thread Mark Wielaard
CVSROOT:/cvsroot/classpath Module name:classpath Changes by: Mark Wielaard mark08/06/12 23:40:56 Modified files: . : ChangeLog tools : Makefile.am Added files: tools/resource/gnu/classpath/tools/gjdoc/htmldoclet: inherit.png

  1   2   3   4   5   6   7   8   9   10   >