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

Misha Brukman brukman at cs.uiuc.edu
Thu Nov 20 12:08:02 PST 2003


Changes in directory llvm-www/status:

index.html updated: 1.26 -> 1.27

---
Log message:

Glib has a new bug, while cgoban works out of the box.


---
Diffs of the changes:  (+22 -9)

Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.26 llvm-www/status/index.html:1.27
--- llvm-www/status/index.html:1.26	Thu Nov 20 11:03:58 2003
+++ llvm-www/status/index.html	Thu Nov 20 12:06:07 2003
@@ -45,6 +45,27 @@
   <th class="status">Status</th>
   <th class="notes" width="30%">Notes</th>
 </tr>
+<!-- cgoban -->
+<tr>
+  <td class="program"><a href="http://cgoban1.sf.net">cgoban</a></td>
+  <td class="version">1.9.14</td>
+  <td class="date">20 Nov 2003</td>
+  <td class="status"><span class="success">WORKS</span></td>
+  <td>Only played a local game, did not try connecting to network server.</td>
+</tr>
+<!-- glib -->
+<tr>
+  <td class="program"><a href="http://www.gtk.org">glib</a></td>
+  <td class="version">2.2.2</td>
+  <td class="date">20 Nov 2003</td>
+  <td class="status"><span class="failure">FAILS</span></td>
+  <td>Compilation exits with error:
+<pre>
+./gmarshal.list:25: error: unexpected character `
+', expected type name
+</pre>
+  </td>
+</tr>
 <!-- xemacs -->
 <tr>
   <td class="program"><a href="http://www.xemacs.org">xemacs</a></td>
@@ -140,14 +161,6 @@
   editor.</a>" - Unix Seventh Edition manual, Bell Telephone Laboratories,
   1979.</td>
 </tr>
-<!-- glib -->
-<tr>
-  <td class="program"><a href="http://www.gtk.org">glib</a></td>
-  <td class="version">2.2.2</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/PR113">bug #113</a></strike> for details.</td>
-</tr>
 <!-- tcsh -->
 <tr>
   <td class="program"><a href="http://www.tcsh.org">tcsh</a></td>
@@ -426,7 +439,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 17:03:58 $
+  Last modified: $Date: 2003/11/20 18:06:07 $
 </div>
 
 </body>





More information about the llvm-commits mailing list