From ehuelsmann at common-lisp.net Sun Jan 6 21:42:37 2008 From: ehuelsmann at common-lisp.net (ehuelsmann at common-lisp.net) Date: Sun, 6 Jan 2008 16:42:37 -0500 (EST) Subject: [usocket-cvs] r300 - public_html Message-ID: <20080106214237.580CB490A2@common-lisp.net> Author: ehuelsmann Date: Sun Jan 6 16:42:35 2008 New Revision: 300 Modified: public_html/index.shtml Log: Update website. Modified: public_html/index.shtml ============================================================================== --- public_html/index.shtml (original) +++ public_html/index.shtml Sun Jan 6 16:42:35 2008 @@ -296,24 +296,24 @@ Investigate interfaces provided - WIP DONE DONE DONE DONE - WIP + DONE + (mostly) done DONE DONE TODO Implement wait-for-input api. - WIP DONE DONE DONE DONE - WIP + DONE + done DONE DONE DONE From ehuelsmann at common-lisp.net Sun Jan 13 21:21:52 2008 From: ehuelsmann at common-lisp.net (ehuelsmann at common-lisp.net) Date: Sun, 13 Jan 2008 16:21:52 -0500 (EST) Subject: [usocket-cvs] r301 - usocket/branches/0.3.x Message-ID: <20080113212152.0050868273@common-lisp.net> Author: ehuelsmann Date: Sun Jan 13 16:21:52 2008 New Revision: 301 Modified: usocket/branches/0.3.x/package.lisp Log: Merge r274 from trunk [Add missing condition-symbols to export list]. Modified: usocket/branches/0.3.x/package.lisp ============================================================================== --- usocket/branches/0.3.x/package.lisp (original) +++ usocket/branches/0.3.x/package.lisp Sun Jan 13 16:21:52 2008 @@ -41,7 +41,11 @@ #:ip/= #:socket-condition ; conditions + #:ns-condition #:socket-error ; errors + #:ns-error #:unknown-condition - #:unknown-error))) + #:ns-unknown-condition + #:unknown-error + #:ns-unknown-error)))