Denys Vlasenko
|
98a4c7cf3d
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
|
15 years ago |
Denys Vlasenko
|
0bf44d00a4
libbb/human_readable.c: shrink; and reduce bss usage
|
15 years ago |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 years ago |
Denis Vlasenko
|
618a3027ed
du: fix "du /dir /dir" case
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
1d42665b6b
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
0c97c9d437
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
|
17 years ago |
Denis Vlasenko
|
21b83cfb27
du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>)
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Bernhard Reutner-Fischer
|
bdd253e450
- fix segfault in reset_ino_dev_hashtable() when *hashtable was null.
|
17 years ago |
Denis Vlasenko
|
e1e93c1e1c
missed hunk of "stop using big static buffer for inode hash"
|
17 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
|
f42ff90453
du: dietlibc compat fix, style fixes. Thanks to sampo@symlabs.com.
|
18 years ago |
Denis Vlasenko
|
dca0b707c0
reshuffle libbb.h contents so that order of decls makes sense
|
18 years ago |
Denis Vlasenko
|
f0ed376eda
remove bb_printf and the like
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Bernhard Reutner-Fischer
|
73561cc75a
- pull from busybox_scratch: r15829:15850
|
18 years ago |
Rob Landley
|
86b4d64aa3
These should have been part of 15767 too.
|
18 years ago |
Rob Landley
|
5fe8d5b9c5
Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a
|
18 years ago |
Bernhard Reutner-Fischer
|
cb44816ba3
- add and use bb_opendir(), bb_xopendir().
|
18 years ago |
"Vladimir N. Oleynik"
|
57545c810a
avoid signed<->unsigned warning
|
19 years ago |
"Vladimir N. Oleynik"
|
27421a1878
1) bb_opt_complementaly -> bb_opt_complementally
|
19 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
20 years ago |