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
/
touch.c
Age
Commit message (
Collapse
)
Author
2007-12-11
Update links and add some more spec comments.
Rob Landley
2007-12-03
Add comments about SUSv3 specs (or lack thereof).
Rob Landley
2007-11-30
Minor cleanups/tweaks to touch.
Rob Landley
2007-11-29
Change command main() functions to return void, and exit(toys.exitval) from
Rob Landley
the toybox infrastructure instead. Eliminates a return call from each command.
2007-11-15
Simplify touch -l slightly.
Rob Landley
2007-11-10
Add an option to let touch extend or truncate a file and rename the err ↵
Charlie Shepherd
label to time_error to reduce confusion.
2007-11-10
Don't error on stat success, and create files with a sensible mode instead ↵
Charlie Shepherd
of 000
2007-11-10
Use builtin functions to simplify some code in touch
Charlie Shepherd
2007-10-31
Patch from Charlie Shepherd: Implement touch, set the default in Config.in to
Rob Landley
y, and remove the length argument (and all talk of changing the length of files).
2007-06-18
Add a dummy "touch" to make it all build again.
Rob Landley