-----------
-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
- 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.
-----------
------------------------------------------------------------------
+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>
#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