[usocket-cvs] r82 - public_html
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Sun Feb 12 13:39:24 UTC 2006
Author: ehuelsmann
Date: Sun Feb 12 07:39:23 2006
New Revision: 82
Modified:
public_html/index.shtml
Log:
Update website.
Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml (original)
+++ public_html/index.shtml Sun Feb 12 07:39:23 2006
@@ -20,6 +20,9 @@
possible, while keeping the abstraction and portability layer as thin
as possible. </p>
+<p>If your lisp isn't mentioned in the table below, please feel free to
+submit a request for it at the mailing list mentioned below.</p>
+
<h2>Community</h2>
<p>This project has recently started. There isn't much of a community
@@ -135,11 +138,11 @@
<td class="PASS">PASS</td>
<td class="PASS">PASS</td>
<td class="PASS">PASS</td>
- <td class="UNTESTED" title="Untested">?</td>
+ <td class="FAIL">FAIL</td>
</tr>
<tr>
- <td rowspan="2">Add functions to retrieve socket properties.<br />
- Such as local and remote IP address and port.</td>
+ <td rowspan="2">Add functions to retrieve socket properties:<br />
+ Local and remote IP address and port.</td>
<td>Investigate interfaces provided</td>
<td class="TODO">TODO</td>
<td class="TODO">TODO</td>
@@ -172,7 +175,7 @@
<td class="TODO">TODO</td>
</tr>
<tr>
- <td>Implement more uncommon api calls such as send, sendto and read
+ <td>Implement more uncommon api calls such as send and recv
for tcp streams.</td>
<td class="TODO">TODO</td>
<td class="TODO">TODO</td>
More information about the usocket-cvs
mailing list