Author: ehuelsmann Date: Tue Jan 31 12:32:48 2006 New Revision: 16
Modified: public_html/index.shtml Log: Update website.
Modified: public_html/index.shtml ============================================================================== --- public_html/index.shtml (original) +++ public_html/index.shtml Tue Jan 31 12:32:48 2006 @@ -39,7 +39,7 @@ <th>Minor steps</th> <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fdoc%2Fsb-bsd-sockets.txt&rev=0&sc=0">SBCL</a></th> <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fdoc%2Fcmucl-sockets.txt&rev=0&sc=0">CMUCL</a></th> - <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fdoc%2Fclisp-sockets.txt&rev=0&sc=0">ABCL</a></th> + <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fdoc%2Fabcl-socket.txt&rev=0&sc=0">ABCL</a></th> <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fdoc%2Fclisp-sockets.txt&rev=0&sc=0">clisp</a></th> <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fdoc%2Fallegro-socket.txt&rev=0&sc=0">Allegro</a></th> <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fdoc%2Flw-sockets.txt&rev=0&sc=0">LispWorks</a></th> @@ -48,26 +48,37 @@ </thead> <tbody> <tr style="border-width:2px;border-color:#000;"> - <td rowspan="2">Minimal active sockets support + <td rowspan="3">Minimal active sockets support at the same level as provided by <a href="http://cliki.net/trivial-sockets">trivial-sockets</a>.<br /> (Meaning streamed tcp traffic on connected sockets.)</td> <td>Investigate interfaces provided.</td> - <td class="WIP">WIP</td> <!-- SBCL --> - <td class="WIP">WIP</td> <!-- CMUCL --> - <td class="TODO">TODO</td> <!-- ABCL --> - <td class="WIP">WIP</td> <!-- clisp --> - <td class="TODO">TODO</td> <!-- Allegro --> + <td class="WIP" title="Work in progress">WIP</td> <!-- SBCL --> + <td class="WIP" title="Work in progress">WIP</td> <!-- CMUCL --> + <td class="WIP" title="Work in progress">WIP</td> <!-- ABCL --> + <td class="WIP" title="Work in progress">WIP</td> <!-- clisp --> + <td class="WIP" title="Work in progress">WIP</td> <!-- Allegro --> <td class="TODO">TODO</td> <!-- LispWorks --> <td class="TODO">TODO</td> <!-- OpenMCL --> </tr> + + <tr> + <td>Identify socket errors generated.</td> + <td class="WIP" title="Work in progress">WIP</td> + <td class="WIP" title="Work in progress">WIP</td> + <td class="TODO">TODO</td> + <td class="WIP" title="Work in progress">WIP</td> + <td class="TODO">TODO</td> + <td class="TODO">TODO</td> + <td class="TODO">TODO</td> + </tr> <tr> <td>Implement active socket support.</td> <td class="WIP" title="Work in progress">WIP</td> <td class="WIP">WIP</td> <td class="TODO">TODO</td> <td class="WIP">WIP</td> - <td class="TODO">TODO</td> + <td class="WIP" title="Work in progress">WIP</td> <td class="TODO">TODO</td> <td class="TODO">TODO</td> </tr>