From dddc28c532cbc876810ec84afe076273190c15f0 Mon Sep 17 00:00:00 2001 From: Anton Vodonosov Date: Tue, 24 May 2011 20:58:03 +0300 Subject: [PATCH] Extended the IOLib related todo.txt item with a note about Windows support absence in IOLib --- todo.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/todo.txt b/todo.txt index 3e3b6e9..69bc94a 100644 --- a/todo.txt +++ b/todo.txt @@ -23,6 +23,9 @@ - Fix LispBIO. - Extract the low-level SSL code into a separate library that supports both OpenSSL and GnuTLS (maybe into two thin FFI libraries). -- Implement SSL in iolib adding an API system that only defines stubs that +- Implement SSL in IOLib adding an API system that only defines stubs that signal an error, and adding implementation systems using the before - mentioned thin FFI wrapper libraries. \ No newline at end of file + mentioned thin FFI wrapper libraries. IOLib doesn't support windows, + therefore with this plan we will either need to drop Windows support + (at tleast for the IOLib based asynch subset of features), or + implement Windows support in IOLib. \ No newline at end of file