Commit History

Author SHA1 Message Date
  Rob Landley 1de4b25999 Tighten up echo help text. 3 years ago
  Elliott Hughes 2c30d4f7a6 More line buffering. 3 years ago
  Rob Landley 71ae0e1617 Add unescape2(), migrate some unescape() users over. 4 years ago
  Elliott Hughes 763e85820b Canonicalize the usage: lines for the POSIX toys. 4 years ago
  Elliott Hughes 81518f643d echo/printf: expand test cases, fix \x corner cases. 4 years ago
  Rob Landley 60dd7c8a79 Add TOYFLAG_MAYFORK and annotate a couple commands. 4 years ago
  Rob Landley 333a8c6500 Make echo -E switch off -e. 5 years ago
  Elliott Hughes e425ab040b echo: add -E. 5 years ago
  Rob Landley 2a1f89e5d9 Add argument to xflush() so it can test for stdout err without flushing. 5 years ago
  Elliott Hughes 141a075c0e Clean up some --help formatting. 5 years ago
  Elliott Hughes eb7e847adc Be more consistent about periods in help text. 7 years ago
  Rob Landley 8b685bae21 Document deviations from posix for echo. 8 years ago
  Rob Landley 5fcc71581a Factor out printf-style escape parsing logic from echo.c. 9 years ago
  Rob Landley 7aa651a6a4 Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. 11 years ago
  Rob Landley c0e56edaf2 New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate. 11 years ago
  Rob Landley f91b7c89bc Regularize command headers, update links to standards documents. 12 years ago
  Rob Landley 3a9241add9 Move commands into "posix", "lsb", and "other" menus/directories. 12 years ago