busybox/coreutils
Mike Frysinger 670c3f7822 echo: make escape sequences depend on fancy mode
Currently when you disable fancy echo, escape sequences are hardcoded
enabled (e.g. as if you used `echo -e` all the time).  The opposite
behavior is more desirable (always disable -e support) because:
* This seems to contradict the spirit of the kconfig help text (where
  it says enable support for -n/-e flags), although you could say that
  we aren't supporting the -e flag directly as `echo -e` will show the
  -e flag.
* POSIX makes escape sequences optional, and even says they are there
  only on XSI-conformant systems.
* It saves space (~100 bytes on x86_64).
* It makes things faster!
* It makes it behave more like bash where you need an explicit -e flag
  in order for escape sequences to be interpreted.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2015-07-31 03:47:49 +02:00
..
2015-01-24 19:46:45 +01:00
2014-02-03 03:27:53 +01:00
2015-06-07 02:32:23 +02:00
2015-07-21 19:50:48 +02:00
2013-01-14 01:34:48 +01:00
2015-03-22 17:41:04 +01:00
2011-09-21 01:59:15 +02:00
2015-04-21 16:00:41 +02:00
2014-09-24 22:16:24 +02:00
2015-07-21 19:50:48 +02:00
2015-07-13 03:25:46 +02:00
2015-02-23 15:25:58 +01:00
2013-07-04 11:33:42 +02:00
2013-01-14 15:57:44 +01:00
2015-03-12 20:11:48 +01:00
2011-10-28 14:07:44 +02:00
2015-06-07 18:19:47 +02:00
2015-05-25 13:46:36 +02:00
2015-07-21 19:50:48 +02:00
2014-01-10 16:26:15 +01:00
2015-04-21 16:00:41 +02:00
2013-09-11 11:58:33 +02:00
2015-04-21 16:00:41 +02:00
2014-01-31 00:28:42 -05:00
2014-06-22 20:44:25 +02:00
2015-05-25 13:46:36 +02:00
2012-03-05 14:22:33 +01:00
2015-04-02 23:03:46 +02:00