Bump to version 1.22.1
[platform/upstream/busybox.git] / coreutils / echo.c
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2011-02-15 Denys Vlasenkoecho: fix SEGV when run with no args
2011-02-14 Denys Vlasenkoecho: fix ENOSPC detection and some iffy code in \NNN...
2011-02-07 Denys Vlasenkoecho: do not retry on write errors
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2008-07-25 Denis Vlasenkoash: dont allow e.g. exec <&10 to attach to stript...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-04-30 Denis Vlasenkoecho: fix echo -e -n "msg\n\0"
2008-04-01 Denis Vlasenkoshells: do not frocibly enable test, echo and kill...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2007-12-24 Denis Vlasenkonameif: extended matching (Nico Erfurth <masta@perlgolf...
2007-11-24 Denis Vlasenkoremove echo_main -> bb_echo indirection
2007-11-22 Denis Vlasenkoash: fix bug where redirection of closed fd was leaving...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-06-19 Denis Vlasenkoecho: fix yet another buglet in non-fancy echo
2007-06-08 Bernhard Reutner... - fix invocation without any argument
2007-06-06 Denis Vlasenkoecho: fix non-fancy echo
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-10 Denis Vlasenkoecho: fix regression ("echo" with no arguments didn...
2007-04-09 Denis VlasenkoImplement first instance of NOFORK applet - echo
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-21 Denis Vlasenkointroduce LONE_CHAR (optimized strcmp with one-char...
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-08 Paul Foxmade "test" an ash built-in.
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-08-09 Paul Foximplemented a builtin echo command in ash. moved the...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-03-19 Manuel Novoa III Major coreutils update.
2001-04-09 Eric AndersenApply Vladimir's latest cleanup patch.
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-29 Eric AndersenApply the BSD echo version submitted by Jonas Holmberg...
2000-11-14 Eric AndersenRemove the BSD advertising clause, and replace it with...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-17 Pavel RoskinThe result of getopt() is "int" and should be treated...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Eric AndersenGetopt'ed by Marc Nijdam <marc_nijdam@hp.com>
2000-07-05 Eric Andersen* Fix to tr so it recognizes standard escape sequences...
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-10 Erik Andersen* cp -fa now works as expected for symlinks (it didn...
2000-04-13 Erik AndersenMore doc updates for BusyBox, with fixes to apps for...
2000-03-16 Erik AndersenForgot these files...