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

Misha Brukman brukman at cs.uiuc.edu
Fri Nov 14 12:25:01 PST 2003


Changes in directory llvm-www/status:

index.html updated: 1.13 -> 1.14

---
Log message:

* xemacs doesn't work: bug #113
* ed went back to not printing # of lines in file...


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

Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.13 llvm-www/status/index.html:1.14
--- llvm-www/status/index.html:1.13	Fri Nov 14 11:51:56 2003
+++ llvm-www/status/index.html	Fri Nov 14 12:23:59 2003
@@ -45,6 +45,15 @@
   <th class="status">Status</th>
   <th class="notes" width="30%">Notes</th>
 </tr>
+
+<!-- xemacs -->
+<tr>
+  <td class="program"><a href="http://www.xemacs.org">xemacs</a></td>
+  <td class="version">21.5.14</td>
+  <td class="date">14 Nov 2003</td>
+  <td class="status"><span class="failure">FAILS</span></td>
+  <td>See <a href="http://llvm.cs.uiuc.edu/PR113">bug #113</a> for details.</td>
+</tr>
 <!-- emacs -->
 <tr>
   <td class="program"><a
@@ -116,9 +125,7 @@
 <pre>
 % ./ed
 e /etc/hosts
-185
-,s/local/far/
-Segmentation fault
+[ 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>
@@ -369,7 +376,7 @@
 realloc: called with unallocated block argument
 last command: (null)
 </pre></li>
-<li><a href="http://www.xemacs.org">xemacs-21.5.14</a> - integral constant out
+<li> - integral constant out
 of range, test case in CVS (CFE) (29 Aug 2003)</li>
 </ul>
 
@@ -382,7 +389,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 17:51:56 $
+  Last modified: $Date: 2003/11/14 18:23:59 $
 </div>
 
 </body>





More information about the llvm-commits mailing list