From 37da2899f40661e3e9631e497da8dc59b971cbd0 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 17:07:39 +0000 Subject: 20060303a --- appl/cmd/sh/doc/History | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 appl/cmd/sh/doc/History (limited to 'appl/cmd/sh/doc/History') diff --git a/appl/cmd/sh/doc/History b/appl/cmd/sh/doc/History new file mode 100644 index 00000000..5a9b4dca --- /dev/null +++ b/appl/cmd/sh/doc/History @@ -0,0 +1,14 @@ +14/11/96 started +12/12/96 first mostly working version +13/12/96 fixed bug in builtin_if +14/12/96 prompt fixed, dup fixed. +17/1/97 fiddled with shell script perm checking +16/2/97 converted to yacc grammar +18/2/97 got pipes and backquotes working, with only minor hacks... +2/4/00 revamped: + single process, single main module; added load builtin; added ${} operator; + added eval and std modules +17/4/00 added '=' and ':=' operators; removed builtin 'set' and 'local'. +11/6/00 added tuple assignment +2/3/01 added n-char lookahead in lexer; ':' no longer so special +15/2/01 store environment variables in standard quoted format. -- cgit v1.2.3