summaryrefslogtreecommitdiff
path: root/wrapper/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper/TODO')
-rw-r--r--wrapper/TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/wrapper/TODO b/wrapper/TODO
new file mode 100644
index 0000000..577c252
--- /dev/null
+++ b/wrapper/TODO
@@ -0,0 +1,14 @@
+#! /bin/more
+
+plugin-load.h:
+ The function `load_plugins' must loop through sub-directories in the
+ directory `libexecdir'. They way it does this is an ugly kludge, and
+ should be rewritten.
+ The way it does it requires dissproportionatly many system libraries,
+ all increasing the odds that it won't run on another system. This isn't
+ as much of a concern if it was using them, but they can't all be
+ nescessary: <string.h> <unistd.h> <dirent.h> <sys/stat.h> <error.h>
+
+~ Luke Shumaker
+Happy Hacking!
+