Denys Vlasenko
|
bd8b05ba1b
awk: fix more "length" cases, closes 12486
|
4 년 전 |
James Byrne
|
6937487be7
libbb: reduce the overhead of single parameter bb_error_msg() calls
|
5 년 전 |
Brian Foley
|
1c42c18e96
awk: Fix overly permissive func arg list parsing
|
5 년 전 |
Brian Foley
|
08a514c097
awk: Syntax error if delete isn't given an arg.
|
5 년 전 |
Brian Foley
|
dac15a10ac
awk: Guard pointer chasing when parsing ternary expressions.
|
5 년 전 |
Denys Vlasenko
|
b097a84d62
config: update size information
|
5 년 전 |
Denys Vlasenko
|
75a1c87357
awk: abort if NF set to negative value
|
6 년 전 |
Denys Vlasenko
|
2454e678cb
awk: do not allow $(-1)
|
6 년 전 |
Denys Vlasenko
|
844a6c5abd
awk: code shrink
|
6 년 전 |
Denys Vlasenko
|
6f4a785bd1
awk: fix 'delete array[var--]' decrementing var twice
|
6 년 전 |
Denys Vlasenko
|
0c4dbd481a
regularize format of source file headers, no code changes
|
7 년 전 |
Denys Vlasenko
|
a1799db4ac
awk: stop on first non-option, closes 9861
|
7 년 전 |
Denys Vlasenko
|
95f7953f2c
do not use `a' quoting style in comments
|
7 년 전 |
Denys Vlasenko
|
68b653b66b
config: trim/improve item names and help texts, take 2
|
7 년 전 |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 년 전 |
Denys Vlasenko
|
75d151e31d
libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA
|
7 년 전 |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 년 전 |
Brian Foley
|
61d5997b58
awk: fix segfault on for loop syntax error
|
8 년 전 |
Denys Vlasenko
|
237bedd499
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
|
8 년 전 |
Denys Vlasenko
|
28b00ce6ff
awk: support "length" form of "length()". Closes 8371
|
9 년 전 |
Maninder Singh
|
97f2f7ca7f
Removes stray empty line from code
|
9 년 전 |
Denys Vlasenko
|
5f8daefb83
awk: fix handling of "if ... break ; else ..." - closes 7226
|
10 년 전 |
Denys Vlasenko
|
bd0e221620
awk: fix a bug in argc counting in recent change
|
11 년 전 |
Sven-Göran Bergh
|
f200f732f4
awk: optionally support -e AWK_PROG
|
11 년 전 |
Denys Vlasenko
|
7985bc109e
awk: fix length(array)
|
11 년 전 |
Bernhard Reutner-Fischer
|
a060a1ad96
awk: Fix handling of functions with empty body
|
11 년 전 |
Denys Vlasenko
|
1390a010b6
awk: use "long long" as integer type, not "int"
|
11 년 전 |
Bernhard Reutner-Fischer
|
b79a0fef99
awk: Fix handling of functions with empty body
|
11 년 전 |
Denys Vlasenko
|
60cb48ca50
whitespace cleanup. no code changes
|
12 년 전 |
Denys Vlasenko
|
df8066a78c
awk: fix FS assignment behavior. Closes 5108
|
12 년 전 |