Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 년 전 |
Pere Orga
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 년 전 |
Denys Vlasenko
|
4fdb67cc65
echo: fix SEGV when run with no args
|
13 년 전 |
Denys Vlasenko
|
b9348440b0
echo: fix ENOSPC detection and some iffy code in \NNN handling
|
13 년 전 |
Denys Vlasenko
|
8ee2adab21
echo: do not retry on write errors
|
13 년 전 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 년 전 |
Denys Vlasenko
|
8131eea3dc
*: introduce and use ffulsh_all()
|
15 년 전 |
Denis Vlasenko
|
6a0ad25061
ash: dont allow e.g. exec <&10 to attach to stript's fd!
|
16 년 전 |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 년 전 |
Denis Vlasenko
|
dcbd350ccf
echo: fix echo -e -n "msg\n\0"
|
16 년 전 |
Denis Vlasenko
|
468aea2d88
shells: do not frocibly enable test, echo and kill _applets_,
|
16 년 전 |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 년 전 |
Denis Vlasenko
|
f7be20e70c
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
|
17 년 전 |
Denis Vlasenko
|
fe5e23bf75
remove echo_main -> bb_echo indirection
|
17 년 전 |
Denis Vlasenko
|
7d75a96b15
ash: fix bug where redirection of closed fd was leaving it open afterwards.
|
17 년 전 |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 년 전 |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 년 전 |
Denis Vlasenko
|
bb98db2ed2
echo: fix yet another buglet in non-fancy echo
|
17 년 전 |
Bernhard Reutner-Fischer
|
def8260219
- fix invocation without any argument
|
17 년 전 |
Denis Vlasenko
|
c084d2f205
echo: fix non-fancy echo
|
17 년 전 |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 년 전 |
Denis Vlasenko
|
335b63d8d1
make a few struct bb_applet members conditional
|
17 년 전 |
Denis Vlasenko
|
a9d7d24e1f
echo: fix regression ("echo" with no arguments didn't print newline.
|
17 년 전 |
Denis Vlasenko
|
7e754f12d3
Implement first instance of NOFORK applet - echo
|
17 년 전 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 년 전 |
Denis Vlasenko
|
bf66fbc8e2
introduce LONE_CHAR (optimized strcmp with one-char string)
|
18 년 전 |
Denis Vlasenko
|
f0ed376eda
remove bb_printf and the like
|
18 년 전 |
"Robert P. J. Day"
|
68229837ff
Remove all usage of the "register" storage class specifier.
|
18 년 전 |
Paul Fox
|
6ab037872f
|
18 년 전 |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 년 전 |