Denys Vlasenko
|
ba9f9c2d2c
*: --help text tweaks
|
3 years ago |
Ron Yorston
|
e563f9e851
du: don't count duplicate arguments. Closes 5288
|
5 years ago |
Denys Vlasenko
|
b86b39bfda
config: more tweaks
|
5 years ago |
Denys Vlasenko
|
22542eca18
getopt32: remove opt_complementary
|
7 years ago |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 years ago |
Denys Vlasenko
|
af3f420116
Convert all coreutils/* applets to "new style" applet definitions
|
8 years ago |
Denys Vlasenko
|
237bedd499
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
|
8 years ago |
Denys Vlasenko
|
47cfbf32fd
*: add most of the required setup_common_bufsiz() calls
|
8 years ago |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 years ago |
Denys Vlasenko
|
93dd9fd90a
du: extra compat: with -k and -m, round sizes up
|
9 years ago |
Denys Vlasenko
|
393c395ca5
du: document incompatibility with standard tool
|
12 years ago |
Denys Vlasenko
|
bb9254a3b2
du: trim help text a bit more
|
12 years ago |
Denys Vlasenko
|
81b6bf1852
du: remove stray whitespace in help text
|
12 years ago |
Ian Wienand
|
694738f4eb
du: use long long for size field
|
12 years ago |
Denys Vlasenko
|
16714245f9
add INIT_G()'s. No code changes.
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Pere Orga
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
98a4c7cf3d
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
|
14 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 |