Rob Landley
|
9ffd42317b
Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessary
|
18 years ago |
Bernhard Reutner-Fischer
|
a2a647dfc1
- include strings.h
|
18 years ago |
Rob Landley
|
a389651115
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
|
18 years ago |
Mike Frysinger
|
4b7b8a58a1
touchup comment
|
18 years ago |
Rob Landley
|
bc68cd14cc
Patch from Denis Vlasenko turning static const int (which gets emitted into
|
19 years ago |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 years ago |
Rob Landley
|
46e351d478
Patch from awk maintainer (Dmitry Zakhrov) to fix bugs 642, 663, and 667.
|
19 years ago |
Bernhard Reutner-Fischer
|
86f5c9906b
- add platform.h.
|
19 years ago |
Rob Landley
|
5184336647
Bug 112, return value of awk should be /256. In reality, we should probably
|
19 years ago |
"Vladimir N. Oleynik"
|
5cf9a03b3f
more const, attribute_noreturn saved 200 bytes
|
19 years ago |
Bernhard Reutner-Fischer
|
bb20462cb3
- consume space between functionname and opening brackets
|
19 years ago |
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 years ago |
Mike Frysinger
|
de2b93859c
eat misappropriated whitespace
|
19 years ago |
Mike Frysinger
|
10a11e23ba
uncuddle function scope brackets
|
19 years ago |
"Vladimir N. Oleynik"
|
23f62fc6f3
split libbb: moved xregcomp separatelly for speed up recompile
|
19 years ago |
"Vladimir N. Oleynik"
|
b4f3cff6f5
removed strange extern void xregcomp(... from some applets, but declared from libbb.h
|
19 years ago |
Rob Landley
|
ed830e8693
Patch from Dmitry Zakharov:
|
19 years ago |
Glenn L McGrath
|
ca29ffc206
Patch from Dmitry Zakharov to fix a bug triggered by freeswan's scripts.
|
20 years ago |
Eric Andersen
|
67776bef59
Simon Poole reports that awk segfaults when environment variables
|
20 years ago |
Glenn L McGrath
|
1fbc909570
Patch from Dmitry Zakharov to fix a bug discovered via the freeswap
|
20 years ago |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
21 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 years ago |
Glenn L McGrath
|
4bded58207
Patch from Dmitry Zakharov, this line was missedfrom the last patch
|
21 years ago |
Glenn L McGrath
|
00ed36fd52
Patch from Dmitry Zakharov,
|
21 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 years ago |
Aaron Lehmann
|
a170e1c858
Change if(x)free(x); to free(x);
|
22 years ago |
Glenn L McGrath
|
d4036f86e5
Use erorr_msg( isntead of fprintf(stderr,
|
22 years ago |
Glenn L McGrath
|
545106f8db
Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves the guts of run_parts to libbb to be used by ifupdown.
|
22 years ago |