index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
touch.c
Age
Commit message (
Expand
)
Author
2017-08-08
getopt32: remove applet_long_options
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2016-11-23
Convert all coreutils/* applets to "new style" applet definitions
Denys Vlasenko
2013-09-11
touch: add conditional support for -h
Denys Vlasenko
2011-12-14
touch: add new option FEATURE_TOUCH_SUSV3
walter harms
2011-12-13
touch: document -t DT option in help text
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-02
date,touch: treat 2-digit years better (fit them into +-50 yrs around today)
Denys Vlasenko
2010-12-01
touch: fix help text to not show options disabled in .config
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-03-21
touch: do not ignore argument of -d/-t option
Mikhail Gusarov
2009-11-30
touch: needs another fix after last utimes() fixes
Denys Vlasenko
2009-11-29
fix improper utimes usage
Denys Vlasenko
2009-11-15
some non-gnu compilers can't have non-const struct initializers
Denys Vlasenko
2009-11-15
use utimes() rather than obsolescent utime()
Bernhard Reutner-Fischer
2009-07-18
touch: implement -t TIME (needed for testsuite)
Denys Vlasenko
2009-07-18
touch: implement -d --date (our own testsuite needs that)
Denys Vlasenko
2009-06-19
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-03-15
uname: correct cut/paste error
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-28
touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile)
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-11-28
touch: accept and ignore -f
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-09
make xfunctions optionally longjump instead of exit.
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-20
- small size tweak
Bernhard Reutner-Fischer
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-07-12
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2001-12-20
Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
Matt Kraai
2001-12-07
Continue processing files if we are asked to touch, but not create, a file
Matt Kraai
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-14
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-01-27
Fix up copyright msgs. Bump version to 0.49 in preparation for
0_49
Eric Andersen
2001-01-27
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2000-12-18
Add missing newlines to error messages.
Matt Kraai
2000-12-07
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
2000-12-01
Stop using TRUE and FALSE for exit status.
Matt Kraai
[next]