log toys/echo.c @ 449:d3544d2cdb26

age author description
Sat, 11 Feb 2012 14:58:50 +0100 Elie De Brauwer Fix overflow in octal formatting in echo, add support for hexadecimal input, add tests for octal and hexadecimal formatting
Thu, 26 Jun 2008 22:48:43 -0500 Rob Landley Option parsing: stopearly is now a ^ prefix (not +), and an option string with
Sat, 17 May 2008 17:13:26 -0500 Rob Landley Fix command line option parsing so "echo -xen" actually prints "-xen". Add
Sat, 19 Jan 2008 17:43:27 -0600 Rob Landley Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
Sat, 19 Jan 2008 17:08:39 -0600 Rob Landley Zap toys/Config.in and instead create generated/Config.in from contents of
Tue, 11 Dec 2007 15:41:31 -0600 Rob Landley Update links and add some more spec comments.
Mon, 03 Dec 2007 20:05:57 -0600 Rob Landley Add comments about SUSv3 specs (or lack thereof).
Thu, 29 Nov 2007 18:14:37 -0600 Rob Landley Change command main() functions to return void, and exit(toys.exitval) from
Thu, 15 Nov 2007 18:30:30 -0600 Rob Landley Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment
Sat, 20 Jan 2007 22:41:29 -0500 Rob Landley Comment and whitespace cleanups
Sat, 20 Jan 2007 21:32:47 -0500 Rob Landley Helps to "hg add" echo.c. Also, implement \0123 escapes for -e.