This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, wwwdocs] Update develop.html to show 4.2/4.3 branchpoint.


On Thu, 26 Oct 2006, Brooks Moses wrote:
>> Looking at the page, I also release that some of the past dates 
>> probably are not actually right; we apparently failed to update them. 
>> :-(
> For that matter, the first two "Stage N" entries, way up at the top of the
> timeline, say "(ended yyyy-mm-dd)", and then after that they start saying
> "(ends yyyy-mm-dd)".  I'm figuring that as soon as I commit this patch, I'll
> do up one to change all the past ones to "ended", and I suppose I could fix
> the dates at the same time.

That would be cool, thanks!

>  Any suggestions for the easiest way to find the right dates?

htdocs/index.html should contain updates for every switch of stages; 
finding one of those, and the referring to the status mail (by Mark)
which is also linked there should work.  (Trick #1)

The end of stage 3 is a bit easier, here we can just use the date when
the release branch was created.  http://gcc.gnu.org/viewcvs/branches/
comes handy here.   (Trick #2)


I used Trick #2 and 
  http://gcc.gnu.org/viewcvs/branches/gcc-3_1-branch/INSTALL/README?view=log
to identify the end of stage 3 of GCC 3.1, and I used
  http://gcc.gnu.org/ml/gcc/2002-06/msg01175.html
to identify the end of stage 1 of GCC 3.2.


If you could work on some of the other open dates, as you indicated, that 
would be really cool!

Thanks,
Gerald

Update dates for the ends of GCC 3.1 Stage 3 and GCC 3.2 Stage 1.

Index: develop.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/develop.html,v
retrieving revision 1.76
diff -u -3 -p -r1.76 develop.html
--- develop.html	27 Oct 2006 06:28:58 -0000	1.76
+++ develop.html	29 Oct 2006 20:48:00 -0000
@@ -264,13 +264,13 @@ stages of development, branch points, an
   GCC 3.1 Stage 2 (ended Dec 19 2001)      GCC 3.0.3 release (Dec 20 2001)
        |                                            \ 
        v                                             v 
-  GCC 3.1 Stage 3 (ends Feb 15 2002)       GCC 3.0.4 release (Feb 20 2002)
+  GCC 3.1 Stage 3 (ended Feb 26 2002)      GCC 3.0.4 release (Feb 20 2002)
        |
        +-- GCC 3.1 branch created ------+
        |                                 \
        |                                  v
        v                                   GCC 3.1 release (May 15 2002)
-  GCC 3.2 Stage 1 (ends Jun 15 2002)        \
+  GCC 3.2 Stage 1 (ended Jun 22 2002)       \
        |                                     v
        |                                   GCC 3.1.1 release (Jul 25 2002)
        |                                      \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]