aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/echo.c
AgeCommit message (Expand)Author
2021-05-10Tighten up echo help text.Rob Landley
2021-04-27More line buffering.Elliott Hughes
2020-04-13Add unescape2(), migrate some unescape() users over.Rob Landley
2020-02-02Canonicalize the usage: lines for the POSIX toys.Elliott Hughes
2019-08-19echo/printf: expand test cases, fix \x corner cases.Elliott Hughes
2019-08-04Add TOYFLAG_MAYFORK and annotate a couple commands.Rob Landley
2019-04-30Make echo -E switch off -e.Rob Landley
2019-04-30echo: add -E.Elliott Hughes
2019-04-16Add argument to xflush() so it can test for stdout err without flushing.Rob Landley
2018-12-04Clean up some --help formatting.Elliott Hughes
2017-05-26Be more consistent about periods in help text.Elliott Hughes
2016-08-13Document deviations from posix for echo.Rob Landley
2014-10-18Factor out printf-style escape parsing logic from echo.c.Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-08-25Regularize command headers, update links to standards documents.Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley