[llvm-commits] CVS: llvm-www/status/index.html
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Nov 17 01:03:01 PST 2003
Changes in directory llvm-www/status:
index.html updated: 1.15 -> 1.16
---
Log message:
We're really making progress on ed.
---
Diffs of the changes: (+13 -16)
Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.15 llvm-www/status/index.html:1.16
--- llvm-www/status/index.html:1.15 Fri Nov 14 12:38:01 2003
+++ llvm-www/status/index.html Mon Nov 17 01:02:36 2003
@@ -46,6 +46,18 @@
<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">17 Nov 2003</td>
+ <td class="status"><span class="failure">FAILS</span></td>
+ <td>With CBE, LLC: passes its own regression test suite.
+ With JIT: 'H' command prints garbage. With all backends:
+ "<a href="http://www.gnu.org/fun/jokes/ed.msg.html">Ed is the standard text
+ editor.</a>" - Unix Seventh Edition manual, Bell Telephone Laboratories,
+ 1979.</td>
+</tr>
<!-- xemacs -->
<tr>
<td class="program"><a href="http://www.xemacs.org">xemacs</a></td>
@@ -132,21 +144,6 @@
<pre>lli -load=/usr/lib/libncurses.so mutt.bc</pre>
Sometimes suspend and resume act funny.</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">12 Nov 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>
<!-- gnuchess -->
<tr>
<td class="program"><a
@@ -402,7 +399,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/14 18:38:01 $
+ Last modified: $Date: 2003/11/17 07:02:36 $
</div>
</body>
More information about the llvm-commits
mailing list