[usocket-cvs] r388 - usocket/branches/0.4.x

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Sat Jul 26 22:00:47 UTC 2008


Author: ehuelsmann
Date: Sat Jul 26 18:00:47 2008
New Revision: 388

Modified:
   usocket/branches/0.4.x/TODO
Log:
Update TODO.


Modified: usocket/branches/0.4.x/TODO
==============================================================================
--- usocket/branches/0.4.x/TODO	(original)
+++ usocket/branches/0.4.x/TODO	Sat Jul 26 18:00:47 2008
@@ -1,18 +1,17 @@
-
-- Implement wait-for-input-internal for
-    * SBCL Win32
-    * LispWorks Win32
-
-- Implement errors for (the alien interface code of)
-    * SBCL Unix
-    * CMUCL Unix
-    * OpenMCL
-
-
-- Extend ABCL socket support with the 4 java errors in java.net.*
-  so that they can map to our usocket errors instead of mapping
-  all errors to unknown-error.
-
-- Add INET6 support.
-
-For more TODO items, see http://trac.common-lisp.net/usocket/report.
+
+- Implement wait-for-input-internal for
+    * SBCL Win32
+
+- Implement errors for (the alien interface code of)
+    * SBCL Unix
+    * CMUCL Unix
+    * OpenMCL
+
+
+- Extend ABCL socket support with the 4 java errors in java.net.*
+  so that they can map to our usocket errors instead of mapping
+  all errors to unknown-error.
+
+- Add INET6 support.
+
+For more TODO items, see http://trac.common-lisp.net/usocket/report.



More information about the usocket-cvs mailing list