Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-27 | runtest: even more fixes from Cristian | Denis Vlasenko | |
2008-04-27 | runtest: further fixes from Cristian Ionescu-Idbohrn ↵ | Denis Vlasenko | |
<cristian.ionescu-idbohrn AT axis.com> | |||
2008-04-26 | runtest: use numeric compare instead of string where appropriate | Denis Vlasenko | |
2008-04-25 | testsuite/runtest: remove (last) bashism | Denis Vlasenko | |
mkswap: fix selinux build | |||
2008-04-25 | date: make it accept ISO date format. Fix help text. | Denis Vlasenko | |
make testsuite actually test something useful. function old new delta date_main 1094 1149 +55 | |||
2008-04-24 | partially fix date testsuite | Denis Vlasenko | |
2008-04-23 | testsuite: fix du testsuite to not use changing directories | Denis Vlasenko | |
2008-04-23 | testsuite: runtest enhancements by Cristian Ionescu-Idbohrn | Denis Vlasenko | |
2008-04-23 | testsuite: fix | Denis Vlasenko | |
2008-04-14 | od: fix testsuite | Denis Vlasenko | |
2008-04-14 | od: fix "od -b" | Denis Vlasenko | |
2008-04-05 | cpio: actually add testsuite entry... | Denis Vlasenko | |
2008-04-02 | expr: fix comparisons 'a < b' where we were overflowing a-b | Denis Vlasenko | |
(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 | |||
2008-03-29 | mdev: optional support for regex pattern group substitution. | Denis Vlasenko | |
+142 bytes. | |||
2008-03-29 | mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes | Denis Vlasenko | |
2008-03-29 | mdev: fix a bug where it was not stopping on first matching rule | Denis Vlasenko | |
(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 | |||
2008-03-28 | copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. | Denis Vlasenko | |
(almost because we do not copy mode, which is probably wasn't intended). +61 bytes. | |||
2008-03-27 | mdev: plug a few memory and fd leaks; simplify code a bit | Denis Vlasenko | |
2008-03-27 | mdev: add testsuite entry | Denis Vlasenko | |
2008-03-26 | patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ↵ | Denis Vlasenko | |
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 | |||
2008-03-25 | patch: fix vda's thinko: we need to open new_filename.orig, always! | Denis Vlasenko | |
plug memory leak; add testsuite patch_main 1009 988 -21 | |||
2008-03-24 | diff: add testsuite entry for it | Denis Vlasenko | |
2008-03-23 | tail: fix fallout from tail -c optimization | Denis Vlasenko | |
2008-03-22 | taskset: fix false failure in testsuite | Denis Vlasenko | |
2008-03-17 | clean up TODO file. No real code changes. | Denis Vlasenko | |
2008-02-28 | sed: n cmd must reset "we had successful subst" flag. closes bug 1214. | Denis Vlasenko | |
2008-02-15 | add a test case for usage strings to catch people forgetting to add trailing ↵ | Mike Frysinger | |
escape in middle of usage | |||
2008-02-13 | sort: -z outputs NUL terminated lines. Closes bug 1591. | Denis Vlasenko | |
2008-02-09 | test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite | Denis Vlasenko | |
2007-12-02 | mkfs.minix: add testsuite; disable code which makes images variable | Denis Vlasenko | |
2007-12-02 | dd: fix a bug where we don't report write errors | Denis Vlasenko | |
testsuite: small cleanup full_write_or_warn 38 40 +2 write_and_stats 66 67 +1 dd_main 1358 1335 -23 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/1 up/down: 3/-23) Total: -20 bytes | |||
2007-12-02 | dd: add testsuite entry for write errors | Denis Vlasenko | |
2007-11-26 | fix vda's testsuite bogons, part 2 | Denis Vlasenko | |
2007-11-26 | fix vda's testsuite bogons, part 1 | Denis Vlasenko | |
2007-11-26 | testsuite: add tests for cut and grep; | Denis Vlasenko | |
slight improvements to infrastructure | |||
2007-11-25 | which: fix testsuite failure | Denis Vlasenko | |
pidof: do not output empty line if nothing found testsuite: disable false positive | |||
2007-11-13 | tr: more of code shrink (getopt32-ification) | Denis Vlasenko | |
runtest: cleanup. Method of getting $applets was truly bizarre function old new delta tr_main 655 527 -128 | |||
2007-11-13 | sed: support GNU-like '\t' escape in substitutions | Denis Vlasenko | |
2007-09-21 | update Glenn McGrath's email address | Denis Vlasenko | |
2007-08-13 | expand, unexpand: new applets from Tito <farmatito@tiscali.it> | Denis Vlasenko | |
2007-08-06 | sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) | Denis Vlasenko | |
add testsuite entry for it. Fix applet order checker. Fix cmp yelling. trylink: fix error file and map file generation applets: fix applet order | |||
2007-07-18 | fix unpacker testsuite to match actual output | Denis Vlasenko | |
2007-07-18 | awk: actually do "svn add" for testsuite | Denis Vlasenko | |
2007-06-05 | remove bashisms from testsuite | Denis Vlasenko | |
2007-03-30 | - fix bug where we did not reject invalid classes like '[[:alpha' | Bernhard Reutner-Fischer | |
- debloat while at it: text data bss dec hex filename 1554 0 19 1573 625 tr.o.oorig 1357 0 16 1373 55d tr.o | |||
2007-03-20 | fix accumulated whitespace and indentation damage | Denis Vlasenko | |
2007-03-16 | sed: fix very obscure case of escaped newline in sed command | Denis Vlasenko | |
(needed for uclibc build, btw). Add testcase for it. | |||
2007-03-07 | missed end-of-line | Denis Vlasenko | |
2007-03-07 | bunzip2/gunzip/uncompress/unlzma: merge into common code - | Denis Vlasenko | |
fix few corner cases, reduce size by 450 bytes. Update testsuite. | |||
2007-02-25 | stop using bash'isms ('function') | Denis Vlasenko | |
runtest: do not depend on busybox.links |