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]

Committed, search.html: Drop checkbox and link for /testresultsarea.


The /testresults area is going or gone, so there's no use
searching it.  Committed.  Hmm, apparently the search DB has
failed updating since 2003-08-01 because files in the DB are now
over 2G.  Ow.  And nobody noticed.  A replacement is long
overdue.

Index: search.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/search.html,v
retrieving revision 1.71
diff -p -c -r1.71 search.html
*** search.html	1 Sep 2003 10:36:01 -0000	1.71
--- search.html	10 Sep 2003 23:57:24 -0000
*************** all regular web pages.
*** 78,91 ****
  <br />
  <input type="checkbox" name="restrict"
  value="g/a|g/b|g/c|g/d|g/e|g/f|g/g|g/h|g/i|g/j|g/l|g/mi|g/n|g/p|g/r|g/s|g/ti|g/th|g/w" />
! "Main" <a href="index.html">GCC</a>&nbsp;
  <input type="checkbox" name="restrict" value="g/o" />
  <a href="onlinedocs/">
! Documentation
! </a>&nbsp;
! <input type="checkbox" name="restrict" value="g/te" />
! <a href="http://gcc.gnu.org/testresults/";>
! Test results</a>
  <br />
  <p>
  <font size="-1">
--- 78,87 ----
  <br />
  <input type="checkbox" name="restrict"
  value="g/a|g/b|g/c|g/d|g/e|g/f|g/g|g/h|g/i|g/j|g/l|g/mi|g/n|g/p|g/r|g/s|g/ti|g/th|g/w" />
! "Main" <a href="index.html">GCC</a>&nbsp;&nbsp;
  <input type="checkbox" name="restrict" value="g/o" />
  <a href="onlinedocs/">
! Documentation</a>
  <br />
  <p>
  <font size="-1">

brgds, H-P


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