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

Misha Brukman brukman at cs.uiuc.edu
Wed Nov 12 17:22:01 PST 2003


Changes in directory llvm-www/status:

index.html updated: 1.9 -> 1.10

---
Log message:

GNU Chess still doesn't work, ED fails for a different reason (we've had this
before...)


---
Diffs of the changes:  (+30 -25)

Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.9 llvm-www/status/index.html:1.10
--- llvm-www/status/index.html:1.9	Wed Nov 12 16:51:33 2003
+++ llvm-www/status/index.html	Wed Nov 12 17:20:54 2003
@@ -21,6 +21,36 @@
   <th class="status">Status</th>
   <th class="notes" width="30%">Notes</th>
 </tr>
+<!-- ed -->
+<tr>
+  <td class="program"><a href="http://www.gnu.org/software/ed/">ed</a></td>
+  <td class="version">0.2</td>
+  <td class="date">12 Nov 2003</td>
+  <td class="status"><span class="failure">FAILS</span></td>
+  <td>Example session:
+<pre>
+% ./ed
+e /etc/hosts
+185
+,s/local/far/
+Segmentation fault
+</pre>
+  Ed is the <a
+href="http://www.gnu.org/fun/jokes/ed.msg.html">standard</a> Unix editor!</td>
+</tr>
+<!-- gnuchess -->
+<tr>
+  <td class="program"><a
+  href="http://www.gnu.org/software/chess/">gnuchess</a></td>
+  <td class="version">5.06</td>
+  <td class="date">12 Nov 2003</td>
+  <td class="status"><span class="failure">FAILS</span></td>
+  <td>Requires several libraries, run with:<br>
+<pre>lli -load=/lib/libpthread.so.0    \
+         -load=/usr/lib/libncurses.so  \
+         -load=/usr/lib/libreadline.so \
+         gnuchess.bc [gnuchess options]</pre></td>
+</tr>
 <!-- crafty -->
 <tr>
   <td class="program"><a href="http://www.limunltd.com/crafty/">crafty</a></td>
@@ -150,21 +180,6 @@
   <td class="status"><span class="success">WORKS</span></td>
   <td>passes its own regression test suite</td>
 </tr>
-<!-- ed -->
-<tr>
-  <td class="program"><a href="http://www.gnu.org/software/ed/">ed</a></td>
-  <td class="version">0.2</td>
-  <td class="date">15 Oct 2003</td>
-  <td class="status"><span class="failure">FAILS</span></td>
-  <td>Example session:
-<pre>
-% ./ed
-e /etc/hosts
-[ ed should print # of lines in file, but doesn't ]
-</pre>
-  Ed is the <a
-href="http://www.gnu.org/fun/jokes/ed.msg.html">standard</a> Unix editor!</td>
-</tr>
 <!-- mutt -->
 <tr>
   <td class="program"><a href="http://www.mutt.org/">mutt</a></td>
@@ -260,16 +275,6 @@
   <td class="date">29 Aug 2003</td>
   <td class="status"></td>
   <td>passes its own regression test suite</td>
-</tr>
-<!-- gnuchess -->
-<tr>
-  <td class="program"><a href="http://www.gnu.org/software/chess/">gnuchess</a></td>
-  <td class="version">5.06</td>
-  <td class="date"></td>
-  <td class="status"></td>
-  <td>requires the pthread library, run with:<br>
-<pre>lli -load=/lib/libpthread.so.0 gnuchess.bc [gnuchess options]</pre>
-      Does not seem to be playing nice with <b>xboard</b>.</td>
 </tr>
 <!-- nano -->
 <tr>





More information about the llvm-commits mailing list