aboutsummaryrefslogtreecommitdiff
path: root/coreutils/echo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixes up to 1.6.1Nguyễn Thái Ngọc Duy2009-04-231-3/+3
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* make a few struct bb_applet members conditionalvda2007-04-101-0/+2
* echo: fix regression ("echo" with no arguments didn't print newline.vda2007-04-101-8/+11
* Implement first instance of NOFORK applet - echovda2007-04-091-37/+38
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* introduce LONE_CHAR (optimized strcmp with one-char string)vda2006-12-211-2/+2
* remove bb_printf and the likevda2006-10-261-1/+1
* Remove all usage of the "register" storage class specifier.rpjday2006-07-011-1/+1
* made "test" an ash built-in.pgf2006-06-081-12/+141
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* implemented a builtin echo command in ash. moved the guts of thepgf2005-08-091-138/+2
* Larry Doolittle writes:andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-4/+4
* Major coreutils update.mjn32003-03-191-60/+73
* Apply Vladimir's latest cleanup patch.andersen2001-04-091-1/+1
* A nice patch from Larry Doolittle that adds -Wshadow andandersen2001-03-211-3/+3
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+2
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-1/+1
* Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>andersen2000-11-291-29/+67
* Remove the BSD advertising clause, and replace it with a link to howandersen2000-11-141-4/+4
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* The result of getopt() is "int" and should be treated as suchproski2000-07-171-1/+1
* Extract usage information into a separate file.kraai2000-07-161-12/+1
* Getopt'ed by Marc Nijdam <marc_nijdam@hp.com>andersen2000-07-141-12/+13
* * Fix to tr so it recognizes standard escape sequences. Merged commonandersen2000-07-051-23/+5
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-1/+1
* * cp -fa now works as expected for symlinks (it didn't before)erik2000-05-101-3/+6
* More doc updates for BusyBox, with fixes to apps for bugs revealederik2000-04-131-0/+11
* Forgot these files...erik2000-03-161-0/+126