[llvm-commits] CVS: llvm-www/status/index.html
Misha Brukman
brukman at cs.uiuc.edu
Wed Nov 19 20:03:02 PST 2003
Changes in directory llvm-www/status:
index.html updated: 1.21 -> 1.22
---
Log message:
Nano still works, pine failes due to a different bug now (and I think it did all
along, it was my incorrect understanding of the issue).
---
Diffs of the changes: (+19 -19)
Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.21 llvm-www/status/index.html:1.22
--- llvm-www/status/index.html:1.21 Wed Nov 19 19:04:30 2003
+++ llvm-www/status/index.html Wed Nov 19 20:01:58 2003
@@ -45,6 +45,24 @@
<th class="status">Status</th>
<th class="notes" width="30%">Notes</th>
</tr>
+<!-- pine -->
+<tr>
+ <td class="program"><a href="http://www.washington.edu/pine/">pine</a></td>
+ <td class="version">4.58</td>
+ <td class="date">19 Nov 2003</td>
+ <td class="status"><span class="failure">FAILS</span></td>
+ <td>See <a href="/PR141">bug #141</a> for details.</td>
+</tr>
+<!-- nano -->
+<tr>
+ <td class="program"><a href="http://www.gnu.org/software/nano/">nano</a></td>
+ <td class="version">1.2.1</td>
+ <td class="date">18 Nov 2003</td>
+ <td class="status"><span class="success">WORKS</span></td>
+ <td>requires libncurses, run with:<br>
+<pre>lli -load=/usr/lib/libncurses.so nano.bc [nano options]</pre>
+ </td>
+</tr>
<!-- grep -->
<tr>
<td class="program"><a href="http://www.gnu.org/software/grep/">grep</a></td>
@@ -133,14 +151,6 @@
<td>Inexplicably crashes in the JIT soon after start-up. Not yet
investigated.</td>
</tr>
-<!-- pine -->
-<tr>
- <td class="program"><a href="http://www.washington.edu/pine/">pine</a></td>
- <td class="version">4.58</td>
- <td class="date">13 Nov 2003</td>
- <td class="status"><span class="failure">FAILS</span></td>
- <td>See <strike><a href="http://llvm.cs.uiuc.edu/PR6">bug #6</a></strike> for details.</td>
-</tr>
<!-- gawk -->
<tr>
<td class="program"><a href="http://www.gnu.org/software/gawk/">gawk</a></td>
@@ -348,16 +358,6 @@
<td class="status"></td>
<td>passes its own regression test suite</td>
</tr>
-<!-- nano -->
-<tr>
- <td class="program"><a href="http://www.gnu.org/software/nano/">nano</a></td>
- <td class="version">1.2.1</td>
- <td class="date"></td>
- <td class="status"></td>
- <td>requires libncurses, run with:<br>
-<pre>lli -load=/usr/lib/libncurses.so nano.bc [nano options]</pre>
- </td>
-</tr>
<!-- xboard -->
<tr>
<td class="program"><a href="http://www.tim-mann.org/xboard.html">xboard</a></td>
@@ -422,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/20 01:04:30 $
+ Last modified: $Date: 2003/11/20 02:01:58 $
</div>
</body>
More information about the llvm-commits
mailing list