aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_doc.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: implement break and continueDenis Vlasenko2008-07-281-4/+9
| | | | | | | | | | | | function old new delta bltins 252 276 +24 builtin_continue - 12 +12 builtin_break - 12 +12 static.version_str 18 17 -1 run_list 1984 1948 -36 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 1/2 up/down: 48/-27) Total: 11 bytes
* documentation fixDenis Vlasenko2008-07-281-3/+3
|
* hush: fix "... pattern) cmd;; esac" caseDenis Vlasenko2008-07-141-1/+23
|
* hush: delete unused field in struct child.Denis Vlasenko2008-07-141-0/+77
| | | | | | reinstate needed check for invalid syntax. document command parsing in hush_doc.txt.
* hush: small fixes to docs/testsuiteDenis Vlasenko2008-02-101-2/+2
|
* hush: reinstate `cmd` handling for NOMMU (with fat big warning).Denis Vlasenko2008-02-101-0/+39
hush: fix a case where none of pipe members could be started because of fork failure hush: rename functions: xxx_real -> xxx hush: try to add a bit more of vfork-friendliness hush: add rudimentary design docs hush: add TODO (newly discovered bug with globbing)