aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorZack Winkles <winkie@linuxfromscratch.org>2004-05-04 00:01:14 +0000
committerZack Winkles <winkie@linuxfromscratch.org>2004-05-04 00:01:14 +0000
commit4f16f6b7186683db891b0271eaf38aeebb77e24a (patch)
treee732395365b1af75f91087b853e91d967dd789ea /TODO
parent89b4ffb401cfdf18bb5b96fdcc408dd8a53273b7 (diff)
Add readline to the TODO list
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3459 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1ac44fb42..6908a990e 100644
--- a/TODO
+++ b/TODO
@@ -7,3 +7,6 @@
- POSIX compliance patches (aka, removing the coreutils hack).
- Upgraded to a glibc that supports POSIX message queues.
- Pass --enable-const to ncurses.
+ - Readline in Ch.6, and add uses of it. For example, Bash accepts the
+ --with-external-readline (or something like that) argument, and E2fsprogs
+ can be more "interactive" when compiled w/ a patch against it.