[usocket-cvs] r387 - usocket/trunk
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Sat Jul 26 22:00:18 UTC 2008
Author: ehuelsmann
Date: Sat Jul 26 18:00:18 2008
New Revision: 387
Modified:
usocket/trunk/TODO
Log:
Update TODO.
Modified: usocket/trunk/TODO
==============================================================================
--- usocket/trunk/TODO (original)
+++ usocket/trunk/TODO Sat Jul 26 18:00:18 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