index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
echo.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
echo: make escape sequences depend on fancy mode
Mike Frysinger
2015-07-31
1
-1
/
+1
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2011-03-31
1
-0
/
+21
*
echo: fix SEGV when run with no args
Denys Vlasenko
2011-02-15
1
-1
/
+1
*
echo: fix ENOSPC detection and some iffy code in \NNN handling
Denys Vlasenko
2011-02-14
1
-56
/
+56
*
echo: do not retry on write errors
Denys Vlasenko
2011-02-07
1
-39
/
+48
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-1
/
+1
*
ash: dont allow e.g. exec <&10 to attach to stript's fd!
Denis Vlasenko
2008-07-25
1
-4
/
+7
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
echo: fix echo -e -n "msg\n\0"
Denis Vlasenko
2008-04-30
1
-4
/
+8
*
shells: do not frocibly enable test, echo and kill _applets_,
Denis Vlasenko
2008-04-01
1
-3
/
+1
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-24
1
-1
/
+1
*
remove echo_main -> bb_echo indirection
Denis Vlasenko
2007-11-24
1
-12
/
+8
*
ash: fix bug where redirection of closed fd was leaving it open afterwards.
Denis Vlasenko
2007-11-22
1
-2
/
+139
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-2
/
+2
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-3
/
+3
*
echo: fix yet another buglet in non-fancy echo
Denis Vlasenko
2007-06-19
1
-1
/
+1
*
- fix invocation without any argument
Bernhard Reutner-Fischer
2007-06-08
1
-2
/
+2
*
echo: fix non-fancy echo
Denis Vlasenko
2007-06-06
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
make a few struct bb_applet members conditional
Denis Vlasenko
2007-04-10
1
-0
/
+2
*
echo: fix regression ("echo" with no arguments didn't print newline.
Denis Vlasenko
2007-04-10
1
-8
/
+11
*
Implement first instance of NOFORK applet - echo
Denis Vlasenko
2007-04-09
1
-37
/
+38
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
introduce LONE_CHAR (optimized strcmp with one-char string)
Denis Vlasenko
2006-12-21
1
-2
/
+2
*
remove bb_printf and the like
Denis Vlasenko
2006-10-26
1
-1
/
+1
*
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-07-01
1
-1
/
+1
*
made "test" an ash built-in.
Paul Fox
2006-06-08
1
-12
/
+141
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
implemented a builtin echo command in ash. moved the guts of the
Paul Fox
2005-08-09
1
-138
/
+2
*
Larry Doolittle writes:
Eric Andersen
2004-04-14
1
-1
/
+1
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-4
/
+4
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-60
/
+73
*
Apply Vladimir's latest cleanup patch.
Eric Andersen
2001-04-09
1
-1
/
+1
*
A nice patch from Larry Doolittle that adds -Wshadow and
Eric Andersen
2001-03-21
1
-3
/
+3
*
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-20
1
-1
/
+1
*
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2001-01-27
1
-0
/
+2
*
Stop using TRUE and FALSE for exit status.
Matt Kraai
2000-12-01
1
-1
/
+1
*
Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>
Eric Andersen
2000-11-29
1
-29
/
+67
*
Remove the BSD advertising clause, and replace it with a link to how
Eric Andersen
2000-11-14
1
-4
/
+4
*
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-09-25
1
-1
/
+1
*
The result of getopt() is "int" and should be treated as such
Pavel Roskin
2000-07-17
1
-1
/
+1
*
Extract usage information into a separate file.
Matt Kraai
2000-07-16
1
-12
/
+1
*
Getopt'ed by Marc Nijdam <marc_nijdam@hp.com>
Eric Andersen
2000-07-14
1
-12
/
+13
*
* Fix to tr so it recognizes standard escape sequences. Merged common
Eric Andersen
2000-07-05
1
-23
/
+5
*
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-06-19
1
-1
/
+1
*
* cp -fa now works as expected for symlinks (it didn't before)
Erik Andersen
2000-05-10
1
-3
/
+6
*
More doc updates for BusyBox, with fixes to apps for bugs revealed
Erik Andersen
2000-04-13
1
-0
/
+11
[next]