Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |
Denis Vlasenko
|
990d0f63ee
Replace index_in_[sub]str_array with index_in_[sub]strings,
|
17 years ago |
Denis Vlasenko
|
931de892cc
random shrinkage of statics, -60 bytes saved
|
17 years ago |
Denis Vlasenko
|
b6aae0f381
preparatory patch for -Wwrite-strings #2
|
18 years ago |
Denis Vlasenko
|
bf0a201008
style fixes
|
18 years ago |
Denis Vlasenko
|
0de9375ee6
leftover of e2fsck surgery
|
18 years ago |
Denis Vlasenko
|
b95636c52f
remove casts from xmalloc()
|
18 years ago |
Denis Vlasenko
|
d9e15f2068
style cleanup: return(a) -> return a, part 2
|
18 years ago |
Denis Vlasenko
|
079f8afa0a
style cleanup: return(a) -> return a, part 1
|
18 years ago |
Denis Vlasenko
|
d3d004dd35
last nail into error_msg() (de)capitalization
|
18 years ago |
Denis Vlasenko
|
3538b9a882
Implement optional syslog logging using ordinary
|
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"
|
63fc1a9e08
Standardize on the vi editing directives being on the first line.
|
18 years ago |
"Robert P. J. Day"
|
68229837ff
Remove all usage of the "register" storage class specifier.
|
18 years ago |
Rob Landley
|
a6e6037219
Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got its
|
18 years ago |
Rob Landley
|
ea224be6aa
skip_whitespace() shouldn't claim its return value is const, it doesn't know
|
18 years ago |
Bernhard Reutner-Fischer
|
f3ac9ebc8e
- convert xcalloc(1,x) to xzalloc
|
18 years ago |
Mike Frysinger
|
1a54030445
use memmove() instead of bcopy()
|
18 years ago |
Mike Frysinger
|
78bd504947
use memcmp() not bcmp()
|
18 years ago |
Mike Frysinger
|
294254ce6b
rfelker writes in Bug 740: s/u_char/unsigned char/
|
19 years ago |
Bernhard Reutner-Fischer
|
3038557649
- bzero -> memset
|
19 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
Glenn L McGrath
|
eeb06bf230
Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar'
|
20 years ago |
Glenn L McGrath
|
ff5309ac99
Add part of a patch from Vernon Sauder that i missed a while back
|
20 years ago |
Eric Andersen
|
8ee2b27f0c
Add missing include files
|
20 years ago |
Eric Andersen
|
70060d25d2
s/fileno\(stdin\)/STDIN_FILENO/g
|
20 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 years ago |
Glenn L McGrath
|
d2b860fecb
Patch from Vernon Sauder.
|
21 years ago |
Eric Andersen
|
0f56de665c
s/u_int/unsigned int/g
|
21 years ago |
Glenn L McGrath
|
923dd79af7
sync with waldi
|
21 years ago |