summaryrefslogtreecommitdiff
path: root/coreutils/echo.c
Commit message (Expand)AuthorAgeFilesLines
* echo: add FIXME commentDenys Vlasenko2021-12-291-0/+2
* *: --help tweaksDenys Vlasenko2021-06-141-3/+3
* echo: fix !ENABLE_FEATURE_FANCY_ECHO buildDenys Vlasenko2021-04-141-1/+1
* echo: do not assume that free() leaves errno unmodifiedNatanael Copa2021-02-231-5/+5
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-1/+1
* config: more tweaksDenys Vlasenko2018-12-281-2/+2
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-1/+1
* shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko2017-01-101-1/+4
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-4/+2
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-4/+20
* echo: make escape sequences depend on fancy modeMike Frysinger2015-07-311-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+21
* echo: fix SEGV when run with no argsDenys Vlasenko2011-02-151-1/+1
* echo: fix ENOSPC detection and some iffy code in \NNN handlingDenys Vlasenko2011-02-141-56/+56
* echo: do not retry on write errorsDenys Vlasenko2011-02-071-39/+48
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* ash: dont allow e.g. exec <&10 to attach to stript's fd!Denis Vlasenko2008-07-251-4/+7
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* echo: fix echo -e -n "msg\n\0"Denis Vlasenko2008-04-301-4/+8
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-011-3/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-241-1/+1
* remove echo_main -> bb_echo indirectionDenis Vlasenko2007-11-241-12/+8
* ash: fix bug where redirection of closed fd was leaving it open afterwards.Denis Vlasenko2007-11-221-2/+139
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-2/+2
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-3/+3
* echo: fix yet another buglet in non-fancy echoDenis Vlasenko2007-06-191-1/+1
* - fix invocation without any argumentBernhard Reutner-Fischer2007-06-081-2/+2
* echo: fix non-fancy echoDenis Vlasenko2007-06-061-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-0/+2
* echo: fix regression ("echo" with no arguments didn't print newline.Denis Vlasenko2007-04-101-8/+11
* Implement first instance of NOFORK applet - echoDenis Vlasenko2007-04-091-37/+38
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-2/+2
* remove bb_printf and the likeDenis Vlasenko2006-10-261-1/+1
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-1/+1
* made "test" an ash built-in.Paul Fox2006-06-081-12/+141
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* implemented a builtin echo command in ash. moved the guts of thePaul Fox2005-08-091-138/+2
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-4/+4
* Major coreutils update.Manuel Novoa III2003-03-191-60/+73
* Apply Vladimir's latest cleanup patch.Eric Andersen2001-04-091-1/+1
* A nice patch from Larry Doolittle that adds -Wshadow andEric Andersen2001-03-211-3/+3
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+2