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

Misha Brukman brukman at cs.uiuc.edu
Thu Nov 20 23:43:01 PST 2003


Changes in directory llvm-www/status:

index.html updated: 1.31 -> 1.32

---
Log message:

Nano "just works", pine has a new bug blocking it from compilation.


---
Diffs of the changes:  (+11 -12)

Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.31 llvm-www/status/index.html:1.32
--- llvm-www/status/index.html:1.31	Thu Nov 20 15:07:55 2003
+++ llvm-www/status/index.html	Thu Nov 20 23:02:13 2003
@@ -45,6 +45,14 @@
   <th class="status">Status</th>
   <th class="notes" width="30%">Notes</th>
 </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">20 Nov 2003</td>
+  <td class="status"><span class="success">WORKS</span></td>
+  <td>It just works.</td>
+</tr>
 <!-- xboard -->
 <tr>
   <td class="program"><a
@@ -110,17 +118,8 @@
 ./build CC=llvm-gcc lrh
 </pre>
   lrh = Linux Red Hat, there are many such targets.
-  Compile fails: 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>
+  Compile fails: see <a href="/PR141">bug 141</a> and
+  <a href="/PR82">bug 82</a> for details.</td>
 </tr>
 <!-- grep -->
 <tr>
@@ -436,7 +435,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 21:07:55 $
+  Last modified: $Date: 2003/11/21 05:02:13 $
 </div>
 
 </body>





More information about the llvm-commits mailing list