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
/
tee.c
Age
Commit message (
Expand
)
Author
2020-11-22
Minor cleanup.
Rob Landley
2020-02-02
Canonicalize the usage: lines for the POSIX toys.
Elliott Hughes
2019-12-22
Bugfix: tee with no arguments was writing to stdout twice.
Rob Landley
2018-12-04
Add FLAG(x) macro, expanding to (toys.optflags & FLAG_##x)
Rob Landley
2018-12-04
Clean up some --help formatting.
Elliott Hughes
2017-05-26
Be more consistent about periods in help text.
Elliott Hughes
2016-09-05
Replace loopfiles' failok with WARN_ONLY open flag.
Rob Landley
2015-04-04
To ensure that toybox can be installed alongside busybox without
Paul Barker
2015-03-10
Use xsignal() instead of signal().
Rob Landley
2012-11-13
Reindent to two spaces per level. Remove vi: directives that haven't worked r...
Rob Landley
2012-10-08
New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...
Rob Landley
2012-08-25
Regularize command headers, update links to standards documents.
Rob Landley
2012-08-25
Move commands into "posix", "lsb", and "other" menus/directories.
Rob Landley