Denis Vlasenko
|
389f9d52d5
awk: don't segfault on printf(%*s). Close 1337.
|
17 years ago |
Denis Vlasenko
|
f71d916b60
awk: guard against empty environment
|
17 years ago |
Denis Vlasenko
|
51742f4bb0
style fixes. No code changes
|
17 years ago |
Denis Vlasenko
|
99912ca733
audit small applets and mark some of them as NOFORK.
|
17 years ago |
Denis Vlasenko
|
8d9f495d68
getopt32: fix llist_t options ordering. llist_rev is not unused.
|
17 years ago |
Denis Vlasenko
|
be644a81e9
awk: support multiple -v options
|
18 years ago |
Denis Vlasenko
|
629563b5d7
awk: fix memory leak (can affect large file processing)
|
18 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
a41fdf331a
preparatory patch for -Wwrite-strings #1
|
18 years ago |
Denis Vlasenko
|
150f402b36
whitespace fixes (leading spaces to tab)
|
18 years ago |
Denis Vlasenko
|
f7996f3b70
Trailing whitespace removal over entire tree
|
18 years ago |
Denis Vlasenko
|
e1d3e034a9
awk: style fixes
|
18 years ago |
Denis Vlasenko
|
6dc6ebbf44
awk: undo locale setting for numbers - or else parsing
|
18 years ago |
Denis Vlasenko
|
f782f52c8c
awk: style cleanup. A lot of rw data moved to ro
|
18 years ago |
Denis Vlasenko
|
bf0a201008
style fixes
|
18 years ago |
Denis Vlasenko
|
4cccc03768
remove useless casts (type*) xzalloc(...)
|
18 years ago |
Denis Vlasenko
|
b95636c52f
remove casts from xmalloc()
|
18 years ago |
Denis Vlasenko
|
249fabf1a3
Add option to disable command execution from vi & awk
|
18 years ago |
Denis Vlasenko
|
b54b208d90
Fix largefile breakage; advance version to 1.2.2
|
18 years ago |
Denis Vlasenko
|
d18a3a20db
use skip_whitespace where appropriate
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
890ac9deb2
awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Denis Vlasenko
|
9275814a9e
lots of silly indent fixes
|
18 years ago |
Denis Vlasenko
|
e175ff252f
several fixes from openWRT project
|
18 years ago |
Denis Vlasenko
|
099efbf99e
awk: getopt_ulflags'isation
|
18 years ago |
Denis Vlasenko
|
6d655be5df
removed a lot of trailing \n in bb_msg() calls. It is added
|
18 years ago |
Rob Landley
|
88621d7398
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
"Robert P. J. Day"
|
68229837ff
Remove all usage of the "register" storage class specifier.
|
18 years ago |