Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | printf: do not print garbage on "%Ld". closes bug 4214. | Denis Vlasenko | 2008-07-18 | 1 | -0/+5 | |
| | | | | | | | | | | function old new delta printf_main 633 637 +4 multiconvert 99 79 -20 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 4/-20) Total: -16 bytes | |||||
* | printf: fix %b, fix several bugs in %*.*, fix compat issues with | Denis Vlasenko | 2008-07-18 | 1 | -9/+79 | |
| | | | | | | | | | | | | | | | | | | | aborting too early, support %zd; expand testsuite function old new delta get_width_prec - 46 +46 multiconvert 82 99 +17 conv_strtod 44 54 +10 print_direc 382 391 +9 printf_main 629 633 +4 conv_strtoul 20 16 -4 conv_strtol 20 16 -4 my_xstrtoul 20 - -20 my_xstrtol 20 - -20 my_xstrtod 21 - -21 ------------------------------------------------------------------------------ (add/remove: 1/3 grow/shrink: 4/2 up/down: 86/-69) Total: 17 bytes | |||||
* | printf: protect against bogus format specifiers. Hopefully closes bug 4184 | Denis Vlasenko | 2008-07-17 | 1 | -0/+6 | |
| | ||||||
* | comm: almost total rewrite; add testsuite | Denis Vlasenko | 2008-07-15 | 2 | -2/+20 | |
| | | | | | | | | | function old new delta writeline 128 125 -3 comm_main 540 239 -301 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-304) Total: -304 bytes | |||||
* | cpio: testsuite for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466771 | Denis Vlasenko | 2008-07-11 | 1 | -25/+41 | |
| | | | | | which was fixed in proevious commit | |||||
* | testsuite: uniformly use $ECHO with -n -e | Denis Vlasenko | 2008-07-11 | 9 | -690/+691 | |
| | ||||||
* | mount: testsuite for "-o mand" | Denis Vlasenko | 2008-07-08 | 1 | -0/+34 | |
| | ||||||
* | ssd: do not stat -x EXECUTABLE, it is not needed anymore | Denis Vlasenko | 2008-07-01 | 1 | -0/+19 | |
| | | | | | | | | | ssd: use PATH ssd: fix -a without -x case ssd: fix help text ssd: CLOSE_EXTRA_FDS in MMU case too ssd: add testsuite | |||||
* | awk: fix a case with multiple -f options. simplify -f file reading. | Denis Vlasenko | 2008-07-01 | 2 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | function old new delta parse_expr 833 841 +8 qrealloc 33 36 +3 next_input_file 203 198 -5 afopen 22 - -22 ftello 41 - -41 ftell 41 - -41 __GI_ftell 41 - -41 awk_main 1002 944 -58 ------------------------------------------------------------------------------ (add/remove: 0/4 grow/shrink: 2/2 up/down: 11/-208) Total: -197 bytes text data bss dec hex filename 804232 610 6804 811646 c627e busybox_old 804120 610 6804 811534 c620e busybox_unstripped | |||||
* | bunzip2: fix an uncompression error. Add the example to testsuite. | Denis Vlasenko | 2008-06-26 | 1 | -8/+448 | |
| | ||||||
* | grep: make "-f -" work (+ testsuite) | Denis Vlasenko | 2008-06-07 | 1 | -0/+4 | |
| | | | | | | | | | | | diff: small code shrink function old new delta grep_main 722 714 -8 diffreg 1825 1793 -32 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-40) Total: -40 bytes | |||||
* | added testsuite for printf by Cristian Ionescu-Idbohrn | Denis Vlasenko | 2008-06-05 | 1 | -0/+27 | |
| | ||||||
* | testsuite instrumentation fixes by Christian | Denis Vlasenko | 2008-05-15 | 2 | -19/+16 | |
| | ||||||
* | cpio.tests: remove useless command | Denis Vlasenko | 2008-05-06 | 1 | -1/+0 | |
| | ||||||
* | uniq: support -w. closes bug 3094. | Denis Vlasenko | 2008-05-03 | 1 | -0/+17 | |
| | | | | | | | function old new delta packed_usage 24136 24132 -4 uniq_main 399 384 -15 | |||||
* | more fixes to testsuite by Cristian and vda | Denis Vlasenko | 2008-05-02 | 2 | -20/+43 | |
| | ||||||
* | clarify grep version | Denis Vlasenko | 2008-05-02 | 1 | -1/+1 | |
| | ||||||
* | mdev: fix a bug where we were eating argv[0] of helper | Denis Vlasenko | 2008-05-02 | 1 | -0/+16 | |
| | ||||||
* | fix grep test false positive | Denis Vlasenko | 2008-05-02 | 1 | -1/+3 | |
| | ||||||
* | testing.sh: bashisms are eradicated. | Denis Vlasenko | 2008-05-02 | 1 | -2/+3 | |
| | | | | | By Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn AT axis.com> | |||||
* | runtest: the saga continues :( | Denis Vlasenko | 2008-05-02 | 1 | -26/+11 | |
| | ||||||
* | echo: fix echo -e -n "msg\n\0" | Denis Vlasenko | 2008-04-30 | 1 | -0/+1 | |
| | | | | | (by "Pinedo, David" <david.pinedo AT hp.com>) | |||||
* | runtest: more cleanups | Denis Vlasenko | 2008-04-29 | 1 | -12/+22 | |
| | ||||||
* | tar: add testsuite entries | Denis Vlasenko | 2008-04-29 | 1 | -0/+259 | |
| | ||||||
* | date: better version of previous commit; + fix testsuite | Denis Vlasenko | 2008-04-28 | 1 | -17/+18 | |
| | | | | | to have it checked | |||||
* | cp: fix "cp -RL" to create regular files even if src is a symlink | Denis Vlasenko | 2008-04-27 | 1 | -0/+6 | |
| | ||||||
* | date: fix date-works test, add date-works-1 one (currently fails) | Denis Vlasenko | 2008-04-27 | 2 | -10/+138 | |
| | ||||||
* | runtest: fix fallout from mucking with runtest :( [vda's fault] | Denis Vlasenko | 2008-04-27 | 1 | -2/+2 | |
| | ||||||
* | runtest: even more fixes from Cristian | Denis Vlasenko | 2008-04-27 | 1 | -13/+15 | |
| | ||||||
* | runtest: further fixes from Cristian Ionescu-Idbohrn ↵ | Denis Vlasenko | 2008-04-27 | 1 | -10/+14 | |
| | | | | <cristian.ionescu-idbohrn AT axis.com> | |||||
* | runtest: use numeric compare instead of string where appropriate | Denis Vlasenko | 2008-04-26 | 1 | -5/+5 | |
| | ||||||
* | testsuite/runtest: remove (last) bashism | Denis Vlasenko | 2008-04-25 | 1 | -7/+10 | |
| | | | | | mkswap: fix selinux build | |||||
* | date: make it accept ISO date format. Fix help text. | Denis Vlasenko | 2008-04-25 | 1 | -1/+44 | |
| | | | | | | | | make testsuite actually test something useful. function old new delta date_main 1094 1149 +55 | |||||
* | partially fix date testsuite | Denis Vlasenko | 2008-04-24 | 4 | -5/+5 | |
| | ||||||
* | testsuite: fix du testsuite to not use changing directories | Denis Vlasenko | 2008-04-23 | 6 | -6/+6 | |
| | ||||||
* | testsuite: runtest enhancements by Cristian Ionescu-Idbohrn | Denis Vlasenko | 2008-04-23 | 1 | -6/+15 | |
| | ||||||
* | testsuite: fix | Denis Vlasenko | 2008-04-23 | 1 | -1/+1 | |
| | ||||||
* | od: fix testsuite | Denis Vlasenko | 2008-04-14 | 1 | -2/+2 | |
| | ||||||
* | od: fix "od -b" | Denis Vlasenko | 2008-04-14 | 1 | -0/+17 | |
| | ||||||
* | cpio: actually add testsuite entry... | Denis Vlasenko | 2008-04-05 | 1 | -0/+58 | |
| | ||||||
* | expr: fix comparisons 'a < b' where we were overflowing a-b | Denis Vlasenko | 2008-04-02 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | (not to mention that we used int, not arith_t). closes bug 2744. Also, shrink a bit and add testsuite entry function old new delta nextarg 75 84 +9 tostring 38 35 -3 toarith 89 86 -3 str_value 35 32 -3 eval6 555 552 -3 int_value 29 23 -6 eval4 128 120 -8 eval3 112 104 -8 eval2 512 417 -95 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/8 up/down: 9/-129) Total: -120 bytes | |||||
* | mdev: optional support for regex pattern group substitution. | Denis Vlasenko | 2008-03-29 | 1 | -0/+17 | |
| | | | | | +142 bytes. | |||||
* | mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes | Denis Vlasenko | 2008-03-29 | 1 | -1/+35 | |
| | ||||||
* | mdev: fix a bug where it was not stopping on first matching rule | Denis Vlasenko | 2008-03-29 | 1 | -3/+16 | |
| | | | | | | | | | | | | (testsuite entry added). Revamped line parsing while at it. function old new delta next_field - 36 +36 make_device 1104 1022 -82 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/1 up/down: 36/-82) Total: -46 bytes | |||||
* | copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. | Denis Vlasenko | 2008-03-28 | 3 | -2/+10 | |
| | | | | | | (almost because we do not copy mode, which is probably wasn't intended). +61 bytes. | |||||
* | mdev: plug a few memory and fd leaks; simplify code a bit | Denis Vlasenko | 2008-03-27 | 1 | -1/+0 | |
| | ||||||
* | mdev: add testsuite entry | Denis Vlasenko | 2008-03-27 | 1 | -0/+36 | |
| | ||||||
* | patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ↵ | Denis Vlasenko | 2008-03-26 | 1 | -1/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | ads-lu.com> fbsplash: new applet by Michele Sanges <michele.sanges AT otomelara.it function old new delta fbsplash_main - 1525 +1525 fb_drawfullrectangle - 118 +118 static.param_value - 100 +100 packed_usage 23776 23872 +96 applet_names 1843 1852 +9 applet_main 1120 1124 +4 read_line_input 3156 3158 +2 applet_nameofs 560 562 +2 applet_install_loc 140 141 +1 ------------------------------------------------------------------------------ (add/remove: 3/0 grow/shrink: 6/0 up/down: 1857/0) Total: 1857 bytes text data bss dec hex filename 799233 641 7380 807254 c5156 busybox_old 801202 641 7380 809223 c5907 busybox_unstripped | |||||
* | patch: fix vda's thinko: we need to open new_filename.orig, always! | Denis Vlasenko | 2008-03-25 | 1 | -0/+47 | |
| | | | | | | | plug memory leak; add testsuite patch_main 1009 988 -21 | |||||
* | diff: add testsuite entry for it | Denis Vlasenko | 2008-03-24 | 1 | -0/+124 | |
| |