Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
4daad9004d8f07991516970a1cbd77756fae7041
/
coreutils
/
echo.c
4daad90
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
by Denis Vlasenko
· 17 years ago
bb98db2
echo: fix yet another buglet in non-fancy echo
by Denis Vlasenko
· 17 years ago
def8260
- fix invocation without any argument
by Bernhard Reutner-Fischer
· 18 years ago
c084d2f
echo: fix non-fancy echo
by Denis Vlasenko
· 18 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
335b63d
make a few struct bb_applet members conditional
by Denis Vlasenko
· 18 years ago
a9d7d24
echo: fix regression ("echo" with no arguments didn't print newline.
by Denis Vlasenko
· 18 years ago
7e754f1
Implement first instance of NOFORK applet - echo
by Denis Vlasenko
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
bf66fbc
introduce LONE_CHAR (optimized strcmp with one-char string)
by Denis Vlasenko
· 18 years ago
f0ed376
remove bb_printf and the like
by Denis Vlasenko
· 18 years ago
6822983
Remove all usage of the "register" storage class specifier.
by "Robert P. J. Day"
· 18 years ago
6ab0378
by Paul Fox
· 19 years ago
dfba741
Robert P. Day removed 8 gazillion occurrences of "extern" on function
by Rob Landley
· 19 years ago
0b62158
implemented a builtin echo command in ash. moved the guts of the
by Paul Fox
· 19 years ago
aff114c
Larry Doolittle writes:
by Eric Andersen
· 21 years ago
c7bda1c
Remove trailing whitespace. Update copyright to include 2004.
by Eric Andersen
· 21 years ago
cad5364
Major coreutils update.
by Manuel Novoa III
· 22 years ago
e5dfced
Apply Vladimir's latest cleanup patch. -Erik
by Eric Andersen
· 24 years ago
1ca20a7
A nice patch from Larry Doolittle that adds -Wshadow and
by Eric Andersen
· 24 years ago
cbe31da
It turns out that DODMALLOC was broken when I reorganized busybox.h
by Eric Andersen
· 24 years ago
ed3ef50
Fix header file usage -- there were many unnecessary header files included in
by Eric Andersen
· 24 years ago
3e856ce
Stop using TRUE and FALSE for exit status.
by Matt Kraai
· 24 years ago
8fff78d
Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>
by Eric Andersen
· 24 years ago
4e573f4
Remove the BSD advertising clause, and replace it with a link to how
by Eric Andersen
· 24 years ago
3570a34
Renamed "internal.h" to the more sensible "busybox.h". -Erik
by Eric Andersen
· 24 years ago
47d4926
The result of getopt() is "int" and should be treated as such
by Pavel Roskin
· 24 years ago
bf181b9
Extract usage information into a separate file.
by Matt Kraai
· 24 years ago
add09fd
Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> -Erik
by Eric Andersen
· 24 years ago
f7cf2f7
* Fix to tr so it recognizes standard escape sequences. Merged common
by Eric Andersen
· 24 years ago
b610615
Updates to a number of apps to remove warnings/compile errors under libc5.
by Eric Andersen
· 24 years ago
59b9e87
* cp -fa now works as expected for symlinks (it didn't before)
by Erik Andersen
· 25 years ago
9cf3bfa
More doc updates for BusyBox, with fixes to apps for bugs revealed
by Erik Andersen
· 25 years ago
13456d1
Forgot these files... -Erik
by Erik Andersen
· 25 years ago