rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 938c5cb26a9e6990b49e81123e078ef955b111e9
parent bc9d91680eb03dc4eedcd4e3af7fbdfd7ed7c794
Author: tjg <tjg>
Date:   Thu, 11 Oct 2001 11:14:21 +0000

Initial revision

Diffstat:
AFutures | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/Futures b/Futures @@ -0,0 +1,18 @@ +Fix the ^A bug. + +Fix the parentheses bug. + +I18N. + +Offer more control over what rc prints about commands (e.g. a way to +allow EPIPE to generate an error). + +Faster; smaller; cheaper. + +Dynamically load readline and friends. + +Make --disable-def-interp the default. + +Allow builtin wait more than one argument. + +Expand shift builtin.