| Commit message (Expand) | Author | Files | Lines |
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 |
2007-05-09 | cryptpw: size reduction | vda | 1 | -18/+9 |
2007-05-09 | mount: fix incorrect usage of strtok (inadvertently used NULL sometimes). | vda | 1 | -2/+1 |
2007-05-09 | less: fix case when regex search finds nothing | vda | 1 | -1/+7 |
2007-05-09 | tftp: explain "block# 0" codepath; report our decision to bail out to server | vda | 1 | -73/+70 |
2007-05-08 | cryptpw: forgot svn add... how typical of me :( | vda | 3 | -5/+87 |
2007-05-08 | tftp: code diet, and I think retransmits were broken. | vda | 1 | -209/+159 |
2007-05-08 | cryptpw: new applet (a bit less than 3k added) | vda | 9 | -73/+74 |
2007-05-08 | tail: fix SEGV on "tail -N" | vda | 3 | -17/+37 |
2007-05-06 | kill: improve comment | vda | 1 | -1/+2 |
2007-05-06 | kill: fix recent breakage of vda, also make code smaller by 21 bytes. | vda | 1 | -5/+12 |
2007-05-06 | hush: fix double-free in "echo TEST &" | vda | 2 | -79/+123 |
2007-05-06 | svlogd: fix 'SEGV on uninitialized data' and make it honor TERM | vda | 1 | -4/+6 |
2007-05-05 | hush: stop generating extra empty pipes in parse stage. | vda | 1 | -13/+15 |
2007-05-05 | hush: preparatory patch for removing extra empty pipes generation | vda | 1 | -80/+90 |
2007-05-04 | fix -Werror compile | vda | 1 | -1/+5 |
2007-05-04 | hush: fix "while true; do true; done" + ctrl-z | vda | 2 | -92/+123 |
2007-05-04 | applets: fix compile-time warning | vda | 2 | -3/+8 |
2007-05-04 | hush: add parse tree debug print | vda | 2 | -5/+66 |
2007-05-03 | udhcpc: stop deleting our own pidfile if we daemonize. | vda | 3 | -34/+35 |
2007-05-03 | awk: guard against empty environment | vda | 1 | -1/+2 |
2007-05-03 | hush: fix "true | exit 3; echo $?" bug | vda | 2 | -46/+105 |
2007-05-02 | hush: remove env builtin (it is buggy). Add comments | vda | 1 | -17/+16 |
2007-05-02 | fix suid config handling | vda | 2 | -16/+27 |