Denis Vlasenko
|
890ac9deb2
awk: && -> & in "n->info && OPCLSMASK" - fixes bug 1067
|
hace 18 años |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
hace 18 años |
Denis Vlasenko
|
9275814a9e
lots of silly indent fixes
|
hace 18 años |
Denis Vlasenko
|
e175ff252f
several fixes from openWRT project
|
hace 18 años |
Denis Vlasenko
|
099efbf99e
awk: getopt_ulflags'isation
|
hace 18 años |
Denis Vlasenko
|
6d655be5df
removed a lot of trailing \n in bb_msg() calls. It is added
|
hace 18 años |
Rob Landley
|
88621d7398
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
|
hace 18 años |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
hace 18 años |
"Robert P. J. Day"
|
68229837ff
Remove all usage of the "register" storage class specifier.
|
hace 18 años |
Rob Landley
|
9ffd42317b
Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary
|
hace 18 años |
Bernhard Reutner-Fischer
|
a2a647dfc1
- include strings.h
|
hace 18 años |
Rob Landley
|
a389651115
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
|
hace 18 años |
Mike Frysinger
|
4b7b8a58a1
touchup comment
|
hace 18 años |
Rob Landley
|
bc68cd14cc
Patch from Denis Vlasenko turning static const int (which gets emitted into
|
hace 19 años |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
hace 19 años |
Rob Landley
|
46e351d478
Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667.
|
hace 19 años |
Bernhard Reutner-Fischer
|
86f5c9906b
- add platform.h.
|
hace 19 años |
Rob Landley
|
5184336647
Bug 112, return value of awk should be /256. In reality, we should probably
|
hace 19 años |
"Vladimir N. Oleynik"
|
5cf9a03b3f
more const, attribute_noreturn saved 200 bytes
|
hace 19 años |
Bernhard Reutner-Fischer
|
bb20462cb3
- consume space between functionname and opening brackets
|
hace 19 años |
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
|
hace 19 años |
Mike Frysinger
|
de2b93859c
eat misappropriated whitespace
|
hace 19 años |
Mike Frysinger
|
10a11e23ba
uncuddle function scope brackets
|
hace 19 años |
"Vladimir N. Oleynik"
|
23f62fc6f3
split libbb: moved xregcomp separatelly for speed up recompile
|
hace 19 años |
"Vladimir N. Oleynik"
|
b4f3cff6f5
removed strange extern void xregcomp(... from some applets, but declared from libbb.h
|
hace 19 años |
Rob Landley
|
ed830e8693
Patch from Dmitry Zakharov:
|
hace 19 años |
Glenn L McGrath
|
ca29ffc206
Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts.
|
hace 20 años |
Eric Andersen
|
67776bef59
Simon Poole reports that awk segfaults when environment variables
|
hace 20 años |
Glenn L McGrath
|
1fbc909570
Patch from Dmitry Zakharov to fix a bug discovered via the freeswap
|
hace 20 años |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
hace 20 años |