aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-05 05:33:00 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-05 05:33:00 +0000
commit926e0e34656dde7de79fb32a2181f26f92279c0e (patch)
treed7e4c67fc57047c29490e3922b80c79f835eb30c
parentafeb6834597dba7c2546f36f5de61f218fbd5b4b (diff)
downloadbusybox-926e0e34656dde7de79fb32a2181f26f92279c0e.tar.gz
More TODO items. Fix a dependancy bug on busybox.def.h
-Erik
-rw-r--r--TODO9
-rw-r--r--busybox.def.h2
2 files changed, 9 insertions, 2 deletions
diff --git a/TODO b/TODO
index 9634cefd1..4778436d4 100644
--- a/TODO
+++ b/TODO
@@ -16,7 +16,7 @@ around to it some time. If you have any good ideas, please let me know.
-----------
-Bugs that need fixing:
+Bugs that need fixing before the 0.44 release goes out the door:
- mkfs.minix rev 1.7 completely broke the parser. Fix it.
- 'grep foo$ file' doesn't work
@@ -43,6 +43,9 @@ Bugs that need fixing:
- implement 'ls -R'.
- "cp -a sourcedir/*" (note: no dest) - produces an odd error message about
the last file in the dir, rather than saying "missing destination file".
+ - "math" should also take input from stdin
+ - "more" doesn't accept " " to scroll by one page when BB_FEATURE_USE_TERMIOS
+ is not on.
-----------
@@ -137,6 +140,10 @@ I'll add this to the TODO list,
------------------------------------------------------------------
+An interesting email listing some apps that use /proc. BusyBox
+tries to avoid /proc as mush as is possible, so this stuff is
+interesting (to me at least):
+
Date: Fri, 25 Feb 2000 08:23:12 +0000 (GMT)
From: Riley Williams <rhw@MemAlpha.CX>
diff --git a/busybox.def.h b/busybox.def.h
index 01d7d87cc..3b7c8bf26 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -263,7 +263,7 @@
#define BB_NFSMOUNT
#endif
//
-#if defined BB_FEATURE_STANDALONE_SHELL
+#if defined BB_FEATURE_SH_COMMAND_EDITING
#ifndef BB_FEATURE_USE_TERMIOS
#define BB_FEATURE_USE_TERMIOS
#endif