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