Denys Vlasenko
|
2454e678cb
awk: do not allow $(-1)
|
6 years ago |
Denys Vlasenko
|
6f4a785bd1
awk: fix 'delete array[var--]' decrementing var twice
|
6 years ago |
Brian Foley
|
61d5997b58
awk: fix segfault on for loop syntax error
|
8 years ago |
Denys Vlasenko
|
28b00ce6ff
awk: support "length" form of "length()". Closes 8371
|
9 years ago |
Denys Vlasenko
|
5f8daefb83
awk: fix handling of "if ... break ; else ..." - closes 7226
|
10 years ago |
Denys Vlasenko
|
198b02f7dd
fix failures found by randomconfig builds
|
11 years ago |
Denys Vlasenko
|
bd0e221620
awk: fix a bug in argc counting in recent change
|
11 years ago |
Denys Vlasenko
|
7985bc109e
awk: fix length(array)
|
11 years ago |
Bernhard Reutner-Fischer
|
a060a1ad96
awk: Fix handling of functions with empty body
|
11 years ago |
Denys Vlasenko
|
b855460adc
awk.tests: add test for recent large integer fix
|
11 years ago |
Bernhard Reutner-Fischer
|
b79a0fef99
awk: Fix handling of functions with empty body
|
11 years ago |
Denys Vlasenko
|
df8066a78c
awk: fix FS assignment behavior. Closes 5108
|
12 years ago |
Denys Vlasenko
|
ea664dde87
awk: make -F STR interpret escape sequences. Closes 5126
|
12 years ago |
Tanguy Pruvot
|
0a393cf7da
testsuite: some more awk tests related to conditions
|
12 years ago |
Denys Vlasenko
|
7b46d11582
awk: fix a SEGV
|
13 years ago |
Denys Vlasenko
|
6a0d7490ea
awk: fix segfault on closing non-opened file
|
14 years ago |
Denys Vlasenko
|
d527e0c81d
awk: 00.123 is not a octal constant; neither is 009.123. fixing this
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
bfa1b2e8e8
randomtest fixes
|
14 years ago |
Denys Vlasenko
|
8e3aff0ce0
more randomconfig testsuite fixes
|
14 years ago |
Denys Vlasenko
|
e3d90a90d4
randomconfig testsuite fixes
|
14 years ago |
Denys Vlasenko
|
90f19fa468
awk: add two tests we currently fail
|
14 years ago |
Denys Vlasenko
|
3cb60c3973
awk: fix the case where nested "for" loops with the same variable misbehave
|
14 years ago |
Alexander Shishkin
|
d03cd3be24
awk: skip whitespace between array name and subscript
|
14 years ago |
Denys Vlasenko
|
1284774d60
awk: fix an incorrect casting to string (bug 725). -44 bytes.
|
15 years ago |
Mike Frysinger
|
caa79406aa
tests: fix POSIX shell source style
|
15 years ago |
Denis Vlasenko
|
67b5eeb933
awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)
|
15 years ago |
Denis Vlasenko
|
7a6766428e
awk: fix compat issue found by gpm build
|
15 years ago |
Denis Vlasenko
|
41d5ebee17
awk: in BEGIN section $0 should be "", not "0".
|
16 years ago |
Denis Vlasenko
|
a2e1eea189
awk: improve nadling of negative numbers in bitwise ops;
|
16 years ago |