Denys Vlasenko
|
b097a84d62
config: update size information
|
5 years ago |
Denys Vlasenko
|
036585a911
getopt32: remove applet_long_options
|
7 years ago |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 years ago |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 years ago |
Denys Vlasenko
|
af3f420116
Convert all coreutils/* applets to "new style" applet definitions
|
8 years ago |
Denys Vlasenko
|
b5352078a7
touch: add conditional support for -h
|
11 years ago |
walter harms
|
fdf514f343
touch: add new option FEATURE_TOUCH_SUSV3
|
13 years ago |
Denys Vlasenko
|
3ef3cc5949
touch: document -t DT option in help text
|
13 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Denys Vlasenko
|
b9f2d9f7d9
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
|
13 years ago |
Denys Vlasenko
|
92ffe0571a
date,touch: treat 2-digit years better (fit them into +-50 yrs around today)
|
14 years ago |
Denys Vlasenko
|
3f2477e8a8
touch: fix help text to not show options disabled in .config
|
14 years ago |
Denys Vlasenko
|
e4dcba1c10
*: whitespace fixes
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Mikhail Gusarov
|
927e4bb644
touch: do not ignore argument of -d/-t option
|
14 years ago |
Denys Vlasenko
|
d0f9d0ed58
touch: needs another fix after last utimes() fixes
|
15 years ago |
Denys Vlasenko
|
dcbfaba264
fix improper utimes usage
|
15 years ago |
Denys Vlasenko
|
389cca4b9e
some non-gnu compilers can't have non-const struct initializers
|
15 years ago |
Bernhard Reutner-Fischer
|
a307af1af6
use utimes() rather than obsolescent utime()
|
15 years ago |
Denys Vlasenko
|
38dd8aa657
touch: implement -t TIME (needed for testsuite)
|
15 years ago |
Denys Vlasenko
|
7aca89a7a3
touch: implement -d --date (our own testsuite needs that)
|
15 years ago |
Denys Vlasenko
|
f3b92d3856
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
|
15 years ago |
Denis Vlasenko
|
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX
|
15 years ago |
Denis Vlasenko
|
7241e6d377
uname: correct cut/paste error
|
15 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
ed90bdabb4
touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile)
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Denis Vlasenko
|
c253778de9
touch: accept and ignore -f
|
17 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 |