aboutsummaryrefslogtreecommitdiff
path: root/coreutils/touch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* - small size tweakBernhard Reutner-Fischer2007-01-201-4/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"2006-07-121-14/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
* Major coreutils update.Manuel Novoa III2003-03-191-33/+34
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-201-2/+2
* Continue processing files if we are asked to touch, but not create, a fileMatt Kraai2001-12-071-3/+5
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-3/+2
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-2/+2
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+2
* Add missing newlines to error messages.Matt Kraai2000-12-181-2/+2
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-2/+2
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-3/+2
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Some #include updates.Eric Andersen2000-08-101-1/+0
* Extract usage information into a separate file.Matt Kraai2000-07-161-10/+0