| Commit message (Expand) | Author | Files | Lines |
2007-05-24 | hush: improve 2 testsuite tests | vda | 4 | -2/+17 |
2007-05-24 | hush: add 2 tests for correct syntax error reporting | vda | 2 | -0/+2 |
2007-05-24 | udhcp: socketpair can fail if AF_UNIX is not available (e.g. if module is not... | vda | 1 | -1/+3 |
2007-05-24 | hush: fix handling of unmatched ${name (without closing '}') - | vda | 4 | -9/+15 |
2007-05-23 | hush: make syntax error messages a bit more useful | vda | 3 | -29/+37 |
2007-05-23 | hush: prepare testsuite for new, fixed error message format | vda | 1 | -1/+1 |
2007-05-23 | hush: fix job control with eval /bin/external_prog | vda | 3 | -92/+96 |
2007-05-23 | hush: fix a bit different instance of "No EOL" bug, | vda | 5 | -40/+57 |
2007-05-23 | fix execute bit on hush-misc/shift.tests | vda | 1 | -0/+0 |
2007-05-22 | hdparm: make -T -t code smaller (-194 bytes), and output prettier | vda | 1 | -97/+75 |
2007-05-21 | hush: add 3 CONFIG_xxx, allowing for smaller and less capable hush. | vda | 2 | -38/+109 |
2007-05-21 | shells: update README and testsuite. environment memory leak | vda | 3 | -1/+17 |
2007-05-21 | hush: using smallints where we can. save ~20 bytes in code and | vda | 1 | -47/+50 |
2007-05-20 | hush: fix shift + $0 bug; add testcase | vda | 3 | -1/+9 |
2007-05-20 | hush: trivial size optimization | vda | 1 | -5/+6 |
2007-05-20 | hush: make process substitution configurable; add a testcase | vda | 4 | -1/+22 |
2007-05-20 | busybox.net: announce 1.5.1 on the web site. | vda | 1 | -0/+9 |
2007-05-20 | ash: implement type -p, costs less than 10 bytes | vda | 1 | -16/+11 |
2007-05-20 | mount: fix mounting of symlinks (mount from util-linux allows that) | vda | 1 | -1/+3 |
2007-05-18 | cttyhack: new applet. | vda | 5 | -2/+96 |
2007-05-18 | make "static linking against glibc" an #error, not #warning | vda | 1 | -0/+1 |
2007-05-18 | awk: fix a trivial bug introduced by me. | vda | 1 | -1/+1 |
2007-05-18 | we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y), | vda | 1 | -1/+3 |
2007-05-17 | awk: make code a bit less obfuscated | vda | 1 | -240/+251 |
2007-05-17 | several *.c files: | vda | 5 | -7/+7 |
2007-05-17 | vi: remove two globals | vda | 2 | -69/+79 |
2007-05-17 | hush: do "struct globals" trick. hush.o data+bss = 0 bytes now. | vda | 1 | -105/+134 |
2007-05-17 | hush: consolidated variable expansion for assignments and "normal" one. | vda | 1 | -87/+39 |
2007-05-17 | more compile fixes from randomconfig run | vda | 2 | -8/+10 |
2007-05-17 | fix trivial compile errors found by randomconfig run | vda | 3 | -0/+15 |
2007-05-16 | netstat: fix error in new -W option handling | vda | 1 | -2/+3 |
2007-05-16 | hush: take care of several easy FIXMEs. -228 bytes. | vda | 1 | -124/+68 |
2007-05-16 | hush: another microscopic typo fix | vda | 1 | -1/+1 |
2007-05-16 | hush: fix English in comment | vda | 1 | -1/+1 |
2007-05-16 | hush: simplify read builtin; fix set_local_var (misplaced 'goto skip;') | vda | 1 | -42/+18 |
2007-05-16 | hush: fix expansion of quoted $VAR, $* and $@ | vda | 9 | -27/+51 |
2007-05-16 | hush: fix incorrect processing of echo "'$var'". | vda | 3 | -25/+25 |
2007-05-15 | netstat: introduce -W: wide, ipv6-friendly output | vda | 3 | -178/+175 |
2007-05-15 | - apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were: | aldot | 1 | -10/+5 |
2007-05-15 | - busybox.c was removed a while ago | aldot | 1 | -3/+4 |
2007-05-14 | hush: move testsuite files from hush-bugs to hush-parsing | vda | 4 | -0/+0 |
2007-05-14 | hush: more fixes to variable expansion, more testcases | vda | 5 | -29/+60 |
2007-05-14 | hush: move towards more correct variable expansion | vda | 5 | -63/+404 |
2007-05-13 | hush: fix '{ false; echo $?; }' bug. | vda | 13 | -98/+138 |
2007-05-11 | hush: reinstate hush_test, add testcases for process subst | vda | 7 | -0/+80 |
2007-05-11 | hush: fix bug in interactive shell introduced yesterday | vda | 6 | -118/+46 |
2007-05-10 | hush: fix "unterminated last line loops forever" bug | vda | 6 | -59/+146 |
2007-05-10 | hush: fix recent breakage (VAR=VAL stopped working) | vda | 1 | -1/+1 |
2007-05-09 | msh: fix obscure case with backticks and closed fd 1 | vda | 1 | -7/+12 |
2007-05-09 | awk: don't segfault on printf(%*s). Close 1337. | vda | 1 | -1/+4 |