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]

update wwwdocs to mention pch-branch



The pch-branch is starting to get interesting, so I've added it to
cvs.html.  I also put the metacharacters in branch names in italics to
avoid any confusion.

-- 
Geoff Keating <geoffk@redhat.com>

====================
Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.65
diff -p -c -r1.65 cvs.html
*** cvs.html	26 Feb 2002 07:22:00 -0000	1.65
--- cvs.html	29 Apr 2002 18:50:17 -0000
*************** you may want to check out include:</p>
*** 118,124 ****
  
  <ul>
    <li>gcc_latest_snapshot</li>
!   <li>gcc_ss_yyyymmdd</li>
    <li>gcc-3_1-branch</li>
    <li>gcc_3_0_4_release</li>
    <li>gcc_3_0_3_release</li>
--- 118,124 ----
  
  <ul>
    <li>gcc_latest_snapshot</li>
!   <li>gcc_ss_<i>yyyymmdd</i></li>
    <li>gcc-3_1-branch</li>
    <li>gcc_3_0_4_release</li>
    <li>gcc_3_0_3_release</li>
*************** you may want to check out include:</p>
*** 139,145 ****
    <li>egcs_1_0_2_release</li>
    <li>egcs_1_0_1_release</li>
    <li>egcs_1_0_release</li>
!   <li>egcs_ss_yyyymmdd	For snapshots prior to 19990913</li>
    <li>gnu-win32-b20-branch</li>
    <li>dfa-branch.  This branch contains the insn scheduler with an automaton
        based pipeline hazard recognizer.  </li>
--- 139,145 ----
    <li>egcs_1_0_2_release</li>
    <li>egcs_1_0_1_release</li>
    <li>egcs_1_0_release</li>
!   <li>egcs_ss_<i>yyyymmdd</i>	For snapshots prior to 19990913</li>
    <li>gnu-win32-b20-branch</li>
    <li>dfa-branch.  This branch contains the insn scheduler with an automaton
        based pipeline hazard recognizer.  </li>
*************** you may want to check out include:</p>
*** 149,154 ****
--- 149,157 ----
    version for x86-64 development and is maintained by Jan Hubicka
    &lt;<a href="mailto:jh@suse.cz";>jh@suse.cz</a>&gt; and Andreas
    Jaeger &lt;<a href="mailto:aj@suse.de";>aj@suse.de</a>&gt;.</li>
+   <li>pch-branch.  This branch contains work-in-progress towards a
+   precompiled header implementation, including lots of garbage
+   collector changes.</li>
  </ul>
  
  
====================


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