aboutsummaryrefslogtreecommitdiff
path: root/coreutils/touch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always report the applet name when doing error reporting.Matt Kraai2000-07-121-2/+2
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
* Fix touch so it behaves itself (it could segfault in some cases).Eric Andersen2000-06-021-25/+27
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-3/+5
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-1/+1
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-42/+37
* Updates to usage, and made tar work.Eric Andersen1999-11-101-2/+2
* Fixed up copyright notices and suchEric Andersen1999-10-201-1/+3
* Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1999-10-191-1/+1
* More stuff.Eric Andersen1999-10-181-2/+1
* more stuffEric Andersen1999-10-071-11/+76
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+20