Age | Commit message (Expand) | Author |
2007-06-13 | *: BB_BANNER -> bb_banner (it is not a const or #define)! | Denis Vlasenko |
2007-06-13 | hush: fix read builtin to not read ahead past eol and to not use | Denis Vlasenko |
2007-06-08 | make busybox --install work even if /proc/self/exe doesn't exist | Denis Vlasenko |
2007-05-30 | hush: trivial buglet found by randomconfig testing | Denis Vlasenko |
2007-05-30 | whitespace fixes | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-05-26 | xpipe: introduce (saves ~170 bytes) | Denis Vlasenko |
2007-05-25 | hush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl-C bugs. +50 bytes of code. | Denis Vlasenko |
2007-05-25 | hush: avoid duplicating HUSH_VERSION | Denis Vlasenko |
2007-05-25 | hush: micro-optimization in new variable code | Denis Vlasenko |
2007-05-25 | hush: we can't do without variable->value member, saving 25 bytes of code | Denis Vlasenko |
2007-05-25 | hush: rework variable storage and environment handling. | Denis Vlasenko |
2007-05-24 | hush: fix segfaulting syntax error in interactive hush | Denis Vlasenko |
2007-05-24 | hush: fix handling of unmatched ${name (without closing '}') - | Denis Vlasenko |
2007-05-23 | hush: make syntax error messages a bit more useful | Denis Vlasenko |
2007-05-23 | hush: fix job control with eval /bin/external_prog | Denis Vlasenko |
2007-05-23 | hush: fix a bit different instance of "No EOL" bug, | Denis Vlasenko |
2007-05-21 | hush: add 3 CONFIG_xxx, allowing for smaller and less capable hush. | Denis Vlasenko |
2007-05-21 | hush: using smallints where we can. save ~20 bytes in code and | Denis Vlasenko |
2007-05-20 | hush: fix shift + $0 bug; add testcase | Denis Vlasenko |
2007-05-20 | hush: trivial size optimization | Denis Vlasenko |
2007-05-20 | hush: make process substitution configurable; add a testcase | Denis Vlasenko |
2007-05-17 | hush: do "struct globals" trick. hush.o data+bss = 0 bytes now. | Denis Vlasenko |
2007-05-17 | hush: consolidated variable expansion for assignments and "normal" one. | Denis Vlasenko |
2007-05-17 | more compile fixes from randomconfig run | Denis Vlasenko |
2007-05-16 | hush: take care of several easy FIXMEs. -228 bytes. | Denis Vlasenko |
2007-05-16 | hush: another microscopic typo fix | Denis Vlasenko |
2007-05-16 | hush: fix English in comment | Denis Vlasenko |
2007-05-16 | hush: simplify read builtin; fix set_local_var (misplaced 'goto skip;') | Denis Vlasenko |
2007-05-16 | hush: fix expansion of quoted $VAR, $* and $@ | Denis Vlasenko |
2007-05-16 | hush: fix incorrect processing of echo "'$var'". | Denis Vlasenko |
2007-05-14 | hush: more fixes to variable expansion, more testcases | Denis Vlasenko |
2007-05-14 | hush: move towards more correct variable expansion | Denis Vlasenko |
2007-05-13 | hush: fix '{ false; echo $?; }' bug. | Denis Vlasenko |
2007-05-11 | hush: fix bug in interactive shell introduced yesterday | Denis Vlasenko |
2007-05-10 | hush: fix "unterminated last line loops forever" bug | Denis Vlasenko |
2007-05-10 | hush: fix recent breakage (VAR=VAL stopped working) | Denis Vlasenko |
2007-05-06 | hush: fix double-free in "echo TEST &" | Denis Vlasenko |
2007-05-05 | hush: stop generating extra empty pipes in parse stage. | Denis Vlasenko |
2007-05-05 | hush: preparatory patch for removing extra empty pipes generation | Denis Vlasenko |
2007-05-04 | hush: fix "while true; do true; done" + ctrl-z | Denis Vlasenko |
2007-05-04 | hush: add parse tree debug print | Denis Vlasenko |
2007-05-03 | hush: fix "true | exit 3; echo $?" bug | Denis Vlasenko |
2007-05-02 | hush: remove env builtin (it is buggy). Add comments | Denis Vlasenko |
2007-05-02 | hush: simplify debugging prints a little bit | Denis Vlasenko |
2007-05-02 | hush: add debugging for tracing execution, | Denis Vlasenko |
2007-05-02 | hush: fix incorrect exitcodes without job control | Denis Vlasenko |
2007-04-28 | hush: make job control and interactiveness configurable, part 2 | Denis Vlasenko |
2007-04-28 | hush: make job control and interactiveness configurable, part 1 | Denis Vlasenko |
2007-04-28 | hush: make hush properly detect EOF on stdin (even interactive one - | Denis Vlasenko |