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
/
echo.c
Age
Commit message (
Expand
)
Author
2012-04-14
Use FLAG_ macros for echo optflags.
Rob Landley
2012-03-02
Cleanup pass, and support unrecognized slash chars ala "echo -e \p".
Rob Landley
2012-02-11
Minor cleanups to echo: collapse together three tolower() calls, make indent/...
Rob Landley
2012-02-11
Fix overflow in octal formatting in echo, add support for hexadecimal input, ...
Elie De Brauwer
2008-06-26
Option parsing: stopearly is now a ^ prefix (not +), and an option string with
Rob Landley
2008-05-17
Fix command line option parsing so "echo -xen" actually prints "-xen". Add
Rob Landley
2008-01-19
Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
Rob Landley
2008-01-19
Zap toys/Config.in and instead create generated/Config.in from contents of
Rob Landley
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-29
Change command main() functions to return void, and exit(toys.exitval) from
Rob Landley
2007-11-15
Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment
Rob Landley
2007-01-20
Comment and whitespace cleanups
Rob Landley
2007-01-20
Helps to "hg add" echo.c. Also, implement \0123 escapes for -e.
Rob Landley