From d42e154e658b92eb965550ed9b346ac3b043a018 Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Sun, 25 Oct 2009 23:04:05 +0100 Subject: [PATCH] Moved TODO. --- README | 6 ++---- TODO | 4 ++++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 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 -- 1.7.10.4