From: Olof-Joachim Frahm Date: Sun, 25 Oct 2009 22:04:05 +0000 (+0100) Subject: Moved TODO. X-Git-Url: http://repo.macrolet.net/gitweb/?p=cl-inotify.git;a=commitdiff_plain;h=d42e154e658b92eb965550ed9b346ac3b043a018 Moved TODO. --- diff --git a/README b/README index c775c81..f63d46f 100644 --- a/README +++ b/README @@ -4,7 +4,5 @@ Interface to the linux inotify API. Rudimentary, but working. Implementations currently supported: SBCL -TODO: -- extend to other APIs? -- easier interface for (e)poll/select maybe using iolib -- fix implementation dependent stuff +Uses the binary-types library (ASDF enhanced from +http://github.com/Ferada/cl-notify or see http://www.cliki.net/Binary-types). diff --git a/TODO b/TODO new file mode 100644 index 0000000..7b71083 --- /dev/null +++ b/TODO @@ -0,0 +1,4 @@ +- extend to other APIs? +- easier interface for (e)poll/select maybe using iolib +- fix implementation dependent stuff +- encoding for pathnames