aboutsummaryrefslogtreecommitdiff
path: root/testsuite/awk.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* apply post-1.15.2 fixesDenys Vlasenko2009-12-121-0/+17
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)Denis Vlasenko2009-04-121-0/+6
|
* awk: fix compat issue found by gpm buildDenis Vlasenko2009-03-151-0/+5
| | | | | | | | | function old new delta as_regex 105 131 +26 hash_find 247 233 -14 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 26/-14) Total: 12 bytes
* awk: in BEGIN section $0 should be "", not "0".Denis Vlasenko2009-01-251-0/+7
|
* awk: improve nadling of negative numbers in bitwise ops;Denis Vlasenko2008-09-021-0/+1
| | | | | | | | | | | | | | | fix handling of octal costants. add test for it function old new delta getvar_i_int - 93 +93 my_strtod - 84 +84 qrealloc 33 36 +3 getvar_i 99 95 -4 next_token 979 919 -60 evaluate 6359 5627 -732 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 1/3 up/down: 180/-796) Total: -616 bytes
* build system: echo and test features may be enabledDenis Vlasenko2008-08-291-0/+5
| | | | | | even if these applets are enabled as ash builtins only testsuite: add some awk tests
* comm: almost total rewrite; add testsuiteDenis Vlasenko2008-07-151-2/+1
| | | | | | | | | 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
* awk: fix a case with multiple -f options. simplify -f file reading.Denis Vlasenko2008-07-011-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
* awk: actually do "svn add" for testsuiteDenis Vlasenko2007-07-181-0/+20