[llvm-commits] CVS: llvm-www/status/index.html

Misha Brukman brukman at cs.uiuc.edu
Tue Nov 18 17:41:01 PST 2003


Changes in directory llvm-www/status:

index.html updated: 1.18 -> 1.19

---
Log message:

CVS still doesn't work, but GREP does.


---
Diffs of the changes:  (+18 -19)

Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.18 llvm-www/status/index.html:1.19
--- llvm-www/status/index.html:1.18	Tue Nov 18 16:29:35 2003
+++ llvm-www/status/index.html	Tue Nov 18 17:39:58 2003
@@ -45,6 +45,23 @@
   <th class="status">Status</th>
   <th class="notes" width="30%">Notes</th>
 </tr>
+<!-- grep -->
+<tr>
+  <td class="program"><a href="http://www.gnu.org/software/grep/">grep</a></td>
+  <td class="version">2.5</td>
+  <td class="date"></td>
+  <td><span class="success">WORKS</span></td>
+  <td>Passes own regression tests.</td>
+</tr>
+<!-- cvs -->
+<tr>
+  <td class="program"><a href="http://www.cvshome.org/">cvs</a></td>
+  <td class="version">1.11.6</td>
+  <td class="date">18 Nov 2003</td>
+  <td class="status"><span class="failure">FAILS</span></td>
+  <td>Fails to login to remote anonymous repository or checkout. May have
+  something to do with all the "type conflict" warnings at compile-time.</td>
+</tr>
 <!-- xpdf -->
 <tr>
   <td class="program">xpdf</td>
@@ -243,15 +260,6 @@
 </pre>
   </td>
 </tr>
-<!-- CVS -->
-<tr>
-  <td class="program"><a href="http://www.cvshome.org/">CVS</a></td>
-  <td class="version">1.11.6</td>
-  <td class="date">30 Oct 2003</td>
-  <td class="status"><span class="failure">FAILS</span></td>
-  <td>Fails to login to remote anonymous repository or checkout. May have
-  something to do with all the "type conflict" warnings at compile-time.</td>
-</tr>
 <!-- GNU Go -->
 <tr>
   <td class="program"><a href="http://www.gnu.org/software/gnugo/devel.html">GNU Go</a></td>
@@ -323,15 +331,6 @@
   <td>apply this <a href="patches/siod-llvm.patch">Makefile patch</A> and then
   run <code><b>make linux_llvm</b></code></td>
 </tr>
-<!-- grep -->
-<tr>
-  <td class="program"><a href="http://www.gnu.org/software/grep/">grep</a></td>
-  <td class="version">2.5</td>
-  <td class="date"></td>
-  <td></td>
-  <td>compiles but with lots of warnings of the form:<br>
-      <tt>ReadArchiveBuffer: WARNING: Skipping unknown file: getu</tt></td>
-</tr>
 <!-- gzip -->
 <tr>
   <td class="program"><a href="http://www.gnu.org/software/gzip/">gzip</a></td>
@@ -423,7 +422,7 @@
   <address><a href="http://misha.brukman.net">Misha Brukman</a></address>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2003/11/18 22:29:35 $
+  Last modified: $Date: 2003/11/18 23:39:58 $
 </div>
 
 </body>





More information about the llvm-commits mailing list