aboutsummaryrefslogtreecommitdiff
path: root/coreutils/touch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* date,touch: allow timezone offsets in datesRon Yorston2021-09-171-2/+4
* touch: fix SEGV if !ENABLE_FEATURE_TOUCH_SUSV3Denys Vlasenko2021-08-151-0/+2
* *: more --help tweaks, mostly expanding ts --helpDenys Vlasenko2021-06-131-1/+1
* *: --help text tweaksDenys Vlasenko2021-04-141-1/+1
* touch: shorten --help textDenys Vlasenko2021-04-141-1/+1
* touch: code shrinkDenys Vlasenko2021-04-141-6/+4
* touch: fix -amDenys Vlasenko2021-04-141-5/+8
* touch: fix previous commitDenys Vlasenko2021-04-131-1/+1
* touch: make FEATURE_TOUCH_NODEREF unconditionalDenys Vlasenko2021-04-131-18/+9
* touch: code shrinkDenys Vlasenko2021-04-131-4/+4
* touch: code shrinkDenys Vlasenko2021-04-131-23/+17
* touch: prevent usage of -r and -t at onceXabier Oneca2021-04-131-7/+11
* touch: switch to using utimensat() and futimens()Denys Vlasenko2021-04-131-41/+16
* touch: unbreak -hDenys Vlasenko2021-04-121-9/+10
* touch: remove unneeded GETOPT32 definesXabier Oneca2021-04-121-18/+13
* touch: fix atime set from reference fileXabier Oneca2021-04-121-1/+2
* touch: add SUSv3 options -a and -mXabier Oneca2021-04-121-14/+45
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-4/+9
* config: deindent all help textsDenys Vlasenko2017-07-211-5/+5
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-9/+5
* touch: add conditional support for -hDenys Vlasenko2013-09-111-4/+35
* touch: add new option FEATURE_TOUCH_SUSV3walter harms2011-12-141-8/+15
* touch: document -t DT option in help textDenys Vlasenko2011-12-131-2/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* date,touch: treat 2-digit years better (fit them into +-50 yrs around today)Denys Vlasenko2011-01-021-3/+4
* touch: fix help text to not show options disabled in .configDenys Vlasenko2010-12-011-0/+29
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* touch: do not ignore argument of -d/-t optionMikhail Gusarov2010-03-211-2/+2
* touch: needs another fix after last utimes() fixesDenys Vlasenko2009-11-301-7/+6
* fix improper utimes usageDenys Vlasenko2009-11-291-6/+6
* some non-gnu compilers can't have non-const struct initializersDenys Vlasenko2009-11-151-4/+5
* use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer2009-11-151-8/+6
* touch: implement -t TIME (needed for testsuite)Denys Vlasenko2009-07-181-1/+5
* touch: implement -d --date (our own testsuite needs that)Denys Vlasenko2009-07-181-11/+31
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-191-2/+2
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-2/+2
* uname: correct cut/paste errorDenis Vlasenko2009-03-151-3/+17
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile)Denis Vlasenko2008-06-281-6/+39
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* touch: accept and ignore -fDenis Vlasenko2007-11-281-1/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* make xfunctions optionally longjump instead of exit.Denis Vlasenko2007-04-091-9/+4