Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-17introduce and use exitcode_tDenys Vlasenko
2023-07-10Update applet size estimatesDenys Vlasenko
2021-09-17date,touch: allow timezone offsets in datesRon Yorston
2021-08-15touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3Denys Vlasenko
2021-06-13*: more --help tweaks, mostly expanding ts --helpDenys Vlasenko
2021-04-14*: --help text tweaksDenys Vlasenko
2021-04-14touch: shorten --help textDenys Vlasenko
2021-04-14touch: code shrinkDenys Vlasenko
2021-04-14touch: fix -amDenys Vlasenko
2021-04-13touch: fix previous commitDenys Vlasenko
2021-04-13touch: make FEATURE_TOUCH_NODEREF unconditionalDenys Vlasenko
2021-04-13touch: code shrinkDenys Vlasenko
2021-04-13touch: code shrinkDenys Vlasenko
2021-04-13touch: prevent usage of -r and -t at onceXabier Oneca
2021-04-13touch: switch to using utimensat() and futimens()Denys Vlasenko
2021-04-12touch: unbreak -hDenys Vlasenko
2021-04-12touch: remove unneeded GETOPT32 definesXabier Oneca
2021-04-12touch: fix atime set from reference fileXabier Oneca
2021-04-12touch: add SUSv3 options -a and -mXabier Oneca
2018-12-28config: update size informationDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2013-09-11touch: add conditional support for -hDenys Vlasenko
2011-12-14touch: add new option FEATURE_TOUCH_SUSV3walter harms
2011-12-13touch: document -t DT option in help textDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-02date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko
2010-12-01touch: fix help text to not show options disabled in .configDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-03-21touch: do not ignore argument of -d/-t optionMikhail Gusarov
2009-11-30touch: needs another fix after last utimes() fixesDenys Vlasenko
2009-11-29fix improper utimes usageDenys Vlasenko
2009-11-15some non-gnu compilers can't have non-const struct initializersDenys Vlasenko
2009-11-15use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer
2009-07-18touch: implement -t TIME (needed for testsuite)Denys Vlasenko
2009-07-18touch: implement -d --date (our own testsuite needs that)Denys Vlasenko
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-03-15uname: correct cut/paste errorDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-28touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile)Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-11-28touch: accept and ignore -fDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko