Denis Vlasenko
|
6dc6ebbf44
awk: undo locale setting for numbers - or else parsing
|
18 tahun lalu |
Denis Vlasenko
|
f782f52c8c
awk: style cleanup. A lot of rw data moved to ro
|
18 tahun lalu |
Denis Vlasenko
|
bf0a201008
style fixes
|
18 tahun lalu |
Denis Vlasenko
|
4cccc03768
remove useless casts (type*) xzalloc(...)
|
18 tahun lalu |
Denis Vlasenko
|
b95636c52f
remove casts from xmalloc()
|
18 tahun lalu |
Denis Vlasenko
|
249fabf1a3
Add option to disable command execution from vi & awk
|
18 tahun lalu |
Denis Vlasenko
|
b54b208d90
Fix largefile breakage; advance version to 1.2.2
|
18 tahun lalu |
Denis Vlasenko
|
d18a3a20db
use skip_whitespace where appropriate
|
18 tahun lalu |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 tahun lalu |
Denis Vlasenko
|
890ac9deb2
awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067
|
18 tahun lalu |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 tahun lalu |
Denis Vlasenko
|
9275814a9e
lots of silly indent fixes
|
18 tahun lalu |
Denis Vlasenko
|
e175ff252f
several fixes from openWRT project
|
18 tahun lalu |
Denis Vlasenko
|
099efbf99e
awk: getopt_ulflags'isation
|
18 tahun lalu |
Denis Vlasenko
|
6d655be5df
removed a lot of trailing \n in bb_msg() calls. It is added
|
18 tahun lalu |
Rob Landley
|
88621d7398
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
|
18 tahun lalu |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 tahun lalu |
"Robert P. J. Day"
|
68229837ff
Remove all usage of the "register" storage class specifier.
|
18 tahun lalu |
Rob Landley
|
9ffd42317b
Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary
|
18 tahun lalu |
Bernhard Reutner-Fischer
|
a2a647dfc1
- include strings.h
|
18 tahun lalu |
Rob Landley
|
a389651115
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
|
18 tahun lalu |
Mike Frysinger
|
4b7b8a58a1
touchup comment
|
18 tahun lalu |
Rob Landley
|
bc68cd14cc
Patch from Denis Vlasenko turning static const int (which gets emitted into
|
18 tahun lalu |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 tahun lalu |
Rob Landley
|
46e351d478
Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667.
|
19 tahun lalu |
Bernhard Reutner-Fischer
|
86f5c9906b
- add platform.h.
|
19 tahun lalu |
Rob Landley
|
5184336647
Bug 112, return value of awk should be /256. In reality, we should probably
|
19 tahun lalu |
"Vladimir N. Oleynik"
|
5cf9a03b3f
more const, attribute_noreturn saved 200 bytes
|
19 tahun lalu |
Bernhard Reutner-Fischer
|
bb20462cb3
- consume space between functionname and opening brackets
|
19 tahun lalu |
Mike Frysinger
|
f87b3e30a7
as pointed out in Bug 17, use uint32_t instead of unsigned long since the code expects the size of the info variables to be 32bits and sizeof(long) on 64bit hosts is not 32bits
|
19 tahun lalu |