aboutsummaryrefslogtreecommitdiff
path: root/editors/diff.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-21libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko18-45/+28
find_pair 164 180 +16 passwd_main 1222 1230 +8 display_speed 91 96 +5 msh_main 1335 1339 +4 qrealloc 38 36 -2 refresh 1190 1182 -8 cut_main 543 532 -11 sendCgi 1807 1794 -13 getopt32 1063 1045 -18 arith 2077 2030 -47 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/6 up/down: 33/-99) Total: -66 bytes text data bss dec hex filename 781548 1168 11900 794616 c1ff8 busybox_old 781452 1168 11900 794520 c1f98 busybox_unstripped
2007-07-21chpasswd: fixes and code shrinkDenis Vlasenko5-39/+36
update_passwd 732 734 +2 chpasswd_main 318 292 -26 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 2/-26) Total: -24 bytes text data bss dec hex filename 781564 1168 11900 794632 c2008 busybox_old 781548 1168 11900 794616 c1ff8 busybox_unstripped
2007-07-20chpasswd: now with svn addDenis Vlasenko2-0/+196
2007-07-20chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko11-169/+97
2007-07-19stray trailing tabs removedDenis Vlasenko5-11/+11
2007-07-19ifup/ifdown: make location of ifstate configurableDenis Vlasenko3-3/+16
2007-07-18vi: comment out dead codeDenis Vlasenko1-5/+5
2007-07-18Trim help text. With compressed help: -143 bytesDenis Vlasenko1-114/+113
text data bss dec hex filename 772572 1168 22680 796420 c2704 busybox_old 772444 1168 22680 796292 c2684 busybox_unstripped
2007-07-18ash: fix SEGV in forkchild (jp can be NULL). here documents were affected.Denis Vlasenko1-1/+2
2007-07-18fix unpacker testsuite to match actual outputDenis Vlasenko1-1/+1