Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-13 | hush: fix NOMMU bug (analogous to preceding commit for MMU) | Denis Vlasenko | |
2008-10-13 | testcase for the last fix | Denis Vlasenko | |
2008-10-09 | hush: fix environment and memory leaks, add tests for them | Denis Vlasenko | |
function old new delta add_malloced_string_to_strings - 110 +110 run_list 1999 2086 +87 free_strings_and_unsetenv - 87 +87 hush_version_str - 18 +18 pseudo_exec_argv 139 146 +7 static.version_str 17 - -17 free_pipe 237 210 -27 done_word 790 642 -148 ------------------------------------------------------------------------------ (add/remove: 3/1 grow/shrink: 2/2 up/down: 309/-192) Total: 117 bytes | |||
2008-08-04 | hush: fix mishandling of a'b'c=fff as assignments. They are not. | Denis Vlasenko | |
function old new delta parse_stream 1920 2004 +84 done_word 715 752 +37 parse_and_run_stream 328 333 +5 builtin_exec 25 29 +4 pseudo_exec_argv 138 139 +1 run_list 2006 1999 -7 is_assignment 215 134 -81 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 5/2 up/down: 131/-88) Total: 43 bytes | |||
2008-07-31 | hush: support $_NUMBERS variable names | Denis Vlasenko | |
2008-07-31 | hush: fix "case ... in <newline> word)..." | Denis Vlasenko | |
2008-07-29 | hush: small fix for repeated continue and fix for wrong loop depth count | Denis Vlasenko | |
after Ctrl-C; with testcase for first one | |||
2008-07-29 | hush: fix break'ing out of {} and () groups; with testcase | Denis Vlasenko | |
function old new delta builtin_break 93 129 +36 builtin_continue 21 47 +26 run_list 1973 1976 +3 | |||
2008-07-29 | hush: add #defines to switch off break/continue if loops are not supported | Denis Vlasenko | |
*: remove a few inline keywords no code changes | |||
2008-07-28 | hush: fix "while false; ..." exitcode; add testsuites | Denis Vlasenko | |
2008-07-28 | hush: support "break N" and "continue N" | Denis Vlasenko | |
fix non-detection of builtins and applets in "v=break; ...; $v; ..." case add testsuite entries for the above function old new delta builtin_break 12 93 +81 run_list 1948 1971 +23 builtin_continue 12 21 +9 pseudo_exec_argv 132 138 +6 builtin_exec 23 25 +2 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 5/0 up/down: 121/0) Total: 121 bytes | |||
2008-07-28 | hush: finish and enable optional case...esac support. Code size cost: | Denis Vlasenko | |
function old new delta run_list 1891 2075 +184 parse_stream 1764 1847 +83 expand_strvec_to_string - 83 +83 done_word 647 715 +68 static.reserved_list 144 168 +24 static.reserved_match - 12 +12 done_pipe 95 105 +10 builtin_exit 48 46 -2 builtin_eval 127 54 -73 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 5/2 up/down: 464/-75) Total: 389 bytes | |||
2008-07-06 | hush: support "for if in do done then; do echo $if; done" case | Denis Vlasenko | |
function old new delta done_pipe 83 95 +12 parse_stream 1758 1764 +6 done_word 674 647 -27 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 18/-27) Total: -9 bytes | |||
2008-07-05 | hush: support "for v; do ... done" syntax (implied 'in "$@"') | Denis Vlasenko | |
2008-07-05 | hush: fix a case where "$@" must expand to no word at all | Denis Vlasenko | |
2008-06-18 | cosmetics in hush testsuites | Denis Vlasenko | |
2008-06-18 | fix globbing in unquoted $* and $@ | Denis Vlasenko | |
2008-06-18 | hush: add testsuite for "no globbing in redirection" rule. | Denis Vlasenko | |
simplify redirection habdling | |||
2008-06-18 | hush: expand quote3.tests and move from hush-bugs to hush-parsing | Denis Vlasenko | |
2008-06-17 | hush: fix $$ handling | Denis Vlasenko | |
2008-06-17 | hush: fix "for a in; do echo 'I should never run'; done" bug | Denis Vlasenko | |
2008-06-17 | move glob_and_assign.tests from hush-bugs to hush-glob | Denis Vlasenko | |
2008-06-17 | hush: continue fixing quoting and subst: fix glob_and_assign.tests. | Denis Vlasenko | |
2008-06-16 | hush: delete hush-bugs/glob_and_vars.tests for real | Denis Vlasenko | |
2008-06-16 | hush: fix hush-bugs/glob_and_vars.tests testcase: | Denis Vlasenko | |
globbing is now done _after_ variable/`cmd` substitution function old new delta expand_strvec_to_strvec 7 353 +346 expand_variables 1348 1383 +35 add_string_to_strings - 28 +28 globhack 114 - -114 done_word 778 579 -199 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 2/1 up/down: 409/-313) Total: 96 bytes | |||
2008-06-14 | hush: fix a bug where we were requiring semicolon here: (cmd;) | Denis Vlasenko | |
also fix a bug where after error prompt is not shown. function old new delta parse_stream 1612 1638 +26 parse_and_run_stream 361 375 +14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 40/0) Total: 40 bytes | |||
2008-06-14 | hush: add support for ':'; create testsuite entries | Denis Vlasenko | |
text data bss dec hex filename 809569 612 7044 817225 c7849 busybox_old 809528 612 7044 817184 c7820 busybox_unstripped | |||
2008-06-14 | hush: support "! cmd | cmd" negation | Denis Vlasenko | |
function old new delta done_word 749 791 +42 run_list 1821 1859 +38 checkjobs 334 351 +17 done_pipe 61 74 +13 static.reserved_list 132 144 +12 initialize_context 53 45 -8 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 5/1 up/down: 122/-8) Total: 114 bytes | |||
2008-06-12 | hush: fix for nested $()s with escapes + testsuite | Denis Vlasenko | |
2008-06-10 | hush: more backtick and quoting fixes... | Denis Vlasenko | |
2008-06-10 | hush: fix escaping of \[*?; add testsuites for these and for globbing | Denis Vlasenko | |
2008-06-10 | hush: fix yet another fallout | Denis Vlasenko | |
hush: move fixed testsuites out of hush-bugs/* | |||
2008-06-10 | hush: fix some fallout from prev commits, add testsuite | Denis Vlasenko | |
2008-06-08 | hush: add yet another bug to testsuite :( | Denis Vlasenko | |
2008-03-02 | msh: create testsuite (based on hush one) | Denis Vlasenko | |
hush: add TODO (doesn't know ":" command) | |||
2008-02-10 | hush: small fixes to docs/testsuite | Denis Vlasenko | |
2008-02-10 | hush: reinstate `cmd` handling for NOMMU (with fat big warning). | Denis Vlasenko | |
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) | |||
2007-12-25 | add expected output | Mike Frysinger | |
2007-11-23 | hush: fix $ expansion in redirections, add testcase for that | Denis Vlasenko | |
2007-11-23 | hush: plug memory leak | Denis Vlasenko | |
2007-06-13 | hush: fix read builtin to not read ahead past eol and to not use | Denis Vlasenko | |
insane amounts of stack. Testsuite updated. | |||
2007-05-25 | hush: rework variable storage and environment handling. | Denis Vlasenko | |
More that -100 bytes of code + memory leak plugged. Added a testcase for it. | |||
2007-05-24 | hush: improve 2 testsuite tests | Denis Vlasenko | |
2007-05-24 | hush: add 2 tests for correct syntax error reporting | Denis Vlasenko | |
2007-05-23 | hush: make syntax error messages a bit more useful | Denis Vlasenko | |
2007-05-23 | hush: prepare testsuite for new, fixed error message format | Denis Vlasenko | |
2007-05-23 | hush: fix job control with eval /bin/external_prog | Denis Vlasenko | |
hush: fix parsing of unterminated "str with no EOL hush: improved make_string() (smaller, faster, needs less RAM) hush: renamed several functions | |||
2007-05-23 | hush: fix a bit different instance of "No EOL" bug, | Denis Vlasenko | |
add testsuite for that. Expand another testsuite. | |||
2007-05-23 | fix execute bit on hush-misc/shift.tests | Denis Vlasenko | |
2007-05-21 | shells: update README and testsuite. environment memory leak | Denis Vlasenko | |
needs to be fixed - and documented! |