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
/
echo.c
Age
Commit message (
Expand
)
Author
2020-04-13
Add unescape2(), migrate some unescape() users over.
Rob Landley
2020-02-02
Canonicalize the usage: lines for the POSIX toys.
Elliott Hughes
2019-08-19
echo/printf: expand test cases, fix \x corner cases.
Elliott Hughes
2019-08-04
Add TOYFLAG_MAYFORK and annotate a couple commands.
Rob Landley
2019-04-30
Make echo -E switch off -e.
Rob Landley
2019-04-30
echo: add -E.
Elliott Hughes
2019-04-16
Add argument to xflush() so it can test for stdout err without flushing.
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-08-13
Document deviations from posix for echo.
Rob Landley
2014-10-18
Factor out printf-style escape parsing logic from echo.c.
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