[llvm-commits] CVS: llvm-www/status/index.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 21 13:33:01 PDT 2003
Changes in directory llvm-www/status:
index.html updated: 1.4 -> 1.5
---
Log message:
Move most recent entry to the top of the list
---
Diffs of the changes: (+10 -29)
Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.4 llvm-www/status/index.html:1.5
--- llvm-www/status/index.html:1.4 Tue Oct 21 13:29:18 2003
+++ llvm-www/status/index.html Tue Oct 21 13:32:31 2003
@@ -21,6 +21,16 @@
<th class="status">Status</th>
<th class="notes" width="30%">Notes</th>
</tr>
+<!-- Apache -->
+<tr>
+ <td class="program"><a href="http://www.apache.org">Apache Web Server</a></td>
+ <td class="version">1.3.28</td>
+ <td class="date">21 Oct 2003</td>
+ <td class="status"><span class="success">WORKS</span></td>
+ <td>Spurious warnings about not finding libcrypt from gccld<p>
+ Bytecode files must be installed by hand.
+ </td>
+</tr>
<!-- coreutils -->
<tr>
<td class="program"><a href="http://www.gnu.org/software/coreutils/">coreutils</a></td>
@@ -221,35 +231,6 @@
<td class="status"><span class="failure">FAILS</span></td>
<td>miniruby: WARNING: cannot resolve `__builtin_frame_address'</td>
</tr>
-<!-- Apache -->
-<tr>
- <td class="program"><a href="http://www.apache.org">Apache Web Server</a></td>
- <td class="version">1.3.28</td>
- <td class="date">21 Oct 2003</td>
- <td class="status"><span class="success">WORKS</span></td>
- <td>Spurious warnings about not finding libcrypt from gccld<p>
- Bytecode files must be installed by hand.
- </td>
-</tr>
-
-<!-- -->
-<tr>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
-</tr>
-<!-- -->
-<tr>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
-</tr>
-
-
</table>
More information about the llvm-commits
mailing list