aboutsummaryrefslogtreecommitdiff
path: root/TODO (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-17awk: make code a bit less obfuscatedvda1-240/+251
2007-05-17several *.c files:vda5-7/+7
2007-05-17vi: remove two globalsvda2-69/+79
2007-05-17hush: do "struct globals" trick. hush.o data+bss = 0 bytes now.vda1-105/+134
2007-05-17hush: consolidated variable expansion for assignments and "normal" one.vda1-87/+39
2007-05-17more compile fixes from randomconfig runvda2-8/+10
2007-05-17fix trivial compile errors found by randomconfig runvda3-0/+15
2007-05-16netstat: fix error in new -W option handlingvda1-2/+3
2007-05-16hush: take care of several easy FIXMEs. -228 bytes.vda1-124/+68
2007-05-16hush: another microscopic typo fixvda1-1/+1
2007-05-16hush: fix English in commentvda1-1/+1
2007-05-16hush: simplify read builtin; fix set_local_var (misplaced 'goto skip;')vda1-42/+18
2007-05-16hush: fix expansion of quoted $VAR, $* and $@vda9-27/+51
2007-05-16hush: fix incorrect processing of echo "'$var'".vda3-25/+25
2007-05-15netstat: introduce -W: wide, ipv6-friendly outputvda3-178/+175
2007-05-15- apply hunk that fixes an issue with (wrong?) dependencies. Initial notes were:aldot1-10/+5
2007-05-15- busybox.c was removed a while agoaldot1-3/+4
2007-05-14hush: move testsuite files from hush-bugs to hush-parsingvda4-0/+0
2007-05-14hush: more fixes to variable expansion, more testcasesvda5-29/+60
2007-05-14hush: move towards more correct variable expansionvda5-63/+404
2007-05-13hush: fix '{ false; echo $?; }' bug.vda13-98/+138
2007-05-11hush: reinstate hush_test, add testcases for process substvda7-0/+80
2007-05-11hush: fix bug in interactive shell introduced yesterdayvda6-118/+46
2007-05-10hush: fix "unterminated last line loops forever" bugvda6-59/+146
2007-05-10hush: fix recent breakage (VAR=VAL stopped working)vda1-1/+1
2007-05-09msh: fix obscure case with backticks and closed fd 1vda1-7/+12
2007-05-09awk: don't segfault on printf(%*s). Close 1337.vda1-1/+4
2007-05-09cryptpw: size reductionvda1-18/+9
2007-05-09mount: fix incorrect usage of strtok (inadvertently used NULL sometimes).vda1-2/+1
2007-05-09less: fix case when regex search finds nothingvda1-1/+7
2007-05-09tftp: explain "block# 0" codepath; report our decision to bail out to servervda1-73/+70
2007-05-08cryptpw: forgot svn add... how typical of me :(vda3-5/+87
2007-05-08tftp: code diet, and I think retransmits were broken.vda1-209/+159
2007-05-08cryptpw: new applet (a bit less than 3k added)vda9-73/+74
2007-05-08tail: fix SEGV on "tail -N"vda3-17/+37
2007-05-06kill: improve commentvda1-1/+2
2007-05-06kill: fix recent breakage of vda, also make code smaller by 21 bytes.vda1-5/+12
2007-05-06hush: fix double-free in "echo TEST &"vda2-79/+123
2007-05-06svlogd: fix 'SEGV on uninitialized data' and make it honor TERMvda1-4/+6
2007-05-05hush: stop generating extra empty pipes in parse stage.vda1-13/+15
2007-05-05hush: preparatory patch for removing extra empty pipes generationvda1-80/+90
2007-05-04fix -Werror compilevda1-1/+5
2007-05-04hush: fix "while true; do true; done" + ctrl-zvda2-92/+123
2007-05-04applets: fix compile-time warningvda2-3/+8
2007-05-04hush: add parse tree debug printvda2-5/+66
2007-05-03udhcpc: stop deleting our own pidfile if we daemonize.vda3-34/+35
2007-05-03awk: guard against empty environmentvda1-1/+2
2007-05-03hush: fix "true | exit 3; echo $?" bugvda2-46/+105
2007-05-02hush: remove env builtin (it is buggy). Add commentsvda1-17/+16
2007-05-02fix suid config handlingvda2-16/+27