summaryrefslogtreecommitdiff
path: root/wrapper/TODO
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-09-12 14:54:36 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:15 -0600
commit069d217aaa49e9dc285a264d2dce7eeb554a84e2 (patch)
tree7befe16917783cf7c87dd1bbbb3054ed3e62c5df /wrapper/TODO
parent3ddffd0e4e0fde82dc7f3b8b6233ba24b5b184ef (diff)
I'm getting tirede of working on this
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!
+