Bettwr document the hidden internal sh.c #defines, and which folks
authorEric Andersen <andersen@codepoet.org>
Wed, 6 Dec 2000 23:47:38 +0000 (23:47 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 6 Dec 2000 23:47:38 +0000 (23:47 -0000)
might want to use...

lash.c
sh.c
shell/lash.c

diff --git a/lash.c b/lash.c
index f96720d4620d227755d1b8c6edf64ea7c7b8cf55..bb8a456b740796dc3b1163e7f67dce21bfdae73b 100644 (file)
--- a/lash.c
+++ b/lash.c
  *
  */
 
-
+//
+//This works pretty well now, and is not on by default.
+#define BB_FEATURE_SH_ENVIRONMENT
+//
+//Backtick support has some problems, use at your own risk!
 //#define BB_FEATURE_SH_BACKTICKS
+//
+//If, then, else, etc. support is really, really broken.  Don't even
+//bother to mess with this yet, since you will not be happy with it.
 //#define BB_FEATURE_SH_IF_EXPRESSIONS
-#define BB_FEATURE_SH_ENVIRONMENT
+//
+//For debugging/development on the shell only...
 //#define DEBUG_SHELL
 
 
diff --git a/sh.c b/sh.c
index f96720d4620d227755d1b8c6edf64ea7c7b8cf55..bb8a456b740796dc3b1163e7f67dce21bfdae73b 100644 (file)
--- a/sh.c
+++ b/sh.c
  *
  */
 
-
+//
+//This works pretty well now, and is not on by default.
+#define BB_FEATURE_SH_ENVIRONMENT
+//
+//Backtick support has some problems, use at your own risk!
 //#define BB_FEATURE_SH_BACKTICKS
+//
+//If, then, else, etc. support is really, really broken.  Don't even
+//bother to mess with this yet, since you will not be happy with it.
 //#define BB_FEATURE_SH_IF_EXPRESSIONS
-#define BB_FEATURE_SH_ENVIRONMENT
+//
+//For debugging/development on the shell only...
 //#define DEBUG_SHELL
 
 
index f96720d4620d227755d1b8c6edf64ea7c7b8cf55..bb8a456b740796dc3b1163e7f67dce21bfdae73b 100644 (file)
  *
  */
 
-
+//
+//This works pretty well now, and is not on by default.
+#define BB_FEATURE_SH_ENVIRONMENT
+//
+//Backtick support has some problems, use at your own risk!
 //#define BB_FEATURE_SH_BACKTICKS
+//
+//If, then, else, etc. support is really, really broken.  Don't even
+//bother to mess with this yet, since you will not be happy with it.
 //#define BB_FEATURE_SH_IF_EXPRESSIONS
-#define BB_FEATURE_SH_ENVIRONMENT
+//
+//For debugging/development on the shell only...
 //#define DEBUG_SHELL