Re: Is gcj dead?

View: New views
4 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: Is gcj dead?

by Dave Korn-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yuri wrote:
> Last news in http://gcc.gnu.org/java/ are dated March 2007.
> Also I submitted few PRs a month ago and there is no response at all.
>
> Yuri

  Yuri makes a good point.  Here's an update.

htdocs/java/ChangeLog:

        * index.html: Mention recent windows updates.

  Ok?

    cheers,
      DaveK


(Yuri, you might get a bit more attention if you post to the java@ list rather
than the main one.  GCJ is by no means dead, but it's understaffed as
open-source projects often are, so sometimes it can be a while before anyone
is free to respond.)


Index: htdocs/java/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.173
diff -p -u -r1.173 index.html
--- htdocs/java/index.html 30 Mar 2007 20:56:50 -0000 1.173
+++ htdocs/java/index.html 16 Oct 2009 11:26:24 -0000
@@ -37,6 +37,11 @@ href="http://www.gnu.org/software/gdb/">
 <!-- News entries start here -->
 
 <dl class="news">
+<dt>September 22, 2009</dt>
+<dd>GCJ support on Windows (Cygwin and MinGW) targets has been enhanced
+with a number of bugfixes, and the option to build libgcj in DLL form
+for dynamic runtime linking.</dd>
+
 <dt>March 30, 2007</dt>
 <dd>Keith Seitz and Kyle Galloway have made considerable progress on
 GCJ's implementation of the JDWP.  It is now possible to use eclipse

Re: Is gcj dead?

by Bugzilla from gerald@pfeifer.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 16 Oct 2009, Dave Korn wrote:
>   Yuri makes a good point.  Here's an update.
>
> htdocs/java/ChangeLog:
>
> * index.html: Mention recent windows updates.
>
>   Ok?

I am wondering whether that shouldn't go to our main page, and a
reference from the older java/news to that one added?  It's not
that we have too many news items on our main page, either.

Gerald

Re: Is gcj dead?

by Dave Korn-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Gerald Pfeifer wrote:

> On Fri, 16 Oct 2009, Dave Korn wrote:
>>   Yuri makes a good point.  Here's an update.
>>
>> htdocs/java/ChangeLog:
>>
>> * index.html: Mention recent windows updates.
>>
>>   Ok?
>
> I am wondering whether that shouldn't go to our main page, and a
> reference from the older java/news to that one added?  It's not
> that we have too many news items on our main page, either.

  Well, it's not as substantial a change as the kind of things listed there.
I plan to submit a longer entry for 4.5/changes.html, later in stage 3.

    cheers,
      DaveK

Re: Is gcj dead?

by Andrew Haley :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dave Korn wrote:

> Yuri wrote:
>> Last news in http://gcc.gnu.org/java/ are dated March 2007.
>> Also I submitted few PRs a month ago and there is no response at all.
>>
>> Yuri
>
>   Yuri makes a good point.  Here's an update.
>
> htdocs/java/ChangeLog:
>
> * index.html: Mention recent windows updates.
>
>   Ok?

Sure.

Andrew.