index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
posix
/
touch.c
Age
Commit message (
Expand
)
Author
2015-01-14
Make touch -d miliseconds work. (Still only 6 digits precision instead of 9, ...
Rob Landley
2014-10-01
Bugfix from Ashwini Sharma: Z timezone required by posix for touch but not fo...
Rob Landley
2014-09-17
Minor cleanup pass on touch.
Rob Landley
2013-09-09
Minor cleanups.
Rob Landley
2013-09-09
Don't write a zero past end of toybuf with large -d value.
Rob Landley
2013-08-18
Fix usage: lines for a couple commands.
Rob Landley
2013-01-02
Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out o...
Rob Landley
2012-11-25
Update touch: add remaining posix arguments, make existing ones work.
Rob Landley
2012-11-16
More touch cleanup to use generic infrastructure: use getdate() from libc, us...
Rob Landley
2012-11-16
Fix touch warnings (unused variables, failure to reserve space for null termi...
Rob Landley
2012-11-16
Refactor touch (cleanup whitespace, brackets, function order), code otherwise...
Rob Landley
2012-11-16
Add touch from Choubey Ji.
Rob Landley