Denis Vlasenko
|
26bc57d8b2
ash: improve comments
|
16 years ago |
Denis Vlasenko
|
448d30ee17
ash: fix very weak $RANDOM generator; and move even more things
|
16 years ago |
Denis Vlasenko
|
843cbd54d1
ash: move stuff out of data/bss
|
16 years ago |
Denis Vlasenko
|
cc3f20b9bd
fix breakage found by randomconfig
|
16 years ago |
Denis Vlasenko
|
2f5d0cd511
ash: trivial code readability fixes
|
16 years ago |
Denis Vlasenko
|
2b75a94118
ash: improve readability of the code. No real code changes.
|
16 years ago |
Denis Vlasenko
|
ef527f50e6
ash: optional support for $'...\t...\n...' bashism
|
16 years ago |
Denis Vlasenko
|
b07a496229
ash: minor shrink (mostly smallints) and variable renaming
|
16 years ago |
Denis Vlasenko
|
9cd4c76b50
ash: fix "shift BIGNUM" and "read with no variable name" bugs.
|
16 years ago |
Denis Vlasenko
|
29038c06d6
ash: small cosmetic change
|
16 years ago |
Denis Vlasenko
|
2659c63213
ash: fix ${var/s/r} handling, add testcase.
|
16 years ago |
Mike Frysinger
|
98a6f56d49
reword the error msg so people realize that they broke it, they buy it
|
16 years ago |
Denis Vlasenko
|
cd2663f15e
ash: optional printf builtin. +25 bytes if off, +35 if on.
|
16 years ago |
Bernhard Reutner-Fischer
|
5e25ddb7d3
- use STD*_FILENO some more. No object-code changes
|
16 years ago |
Bernhard Reutner-Fischer
|
636a1f85e8
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
|
16 years ago |
Denis Vlasenko
|
29eb3599e4
ash: more of -Wall fixes
|
16 years ago |
Denis Vlasenko
|
6b06cb80be
more of -Wall fixes from Cristian Ionescu-Idbohrn.
|
16 years ago |
Denis Vlasenko
|
dddfaff363
ash: make set -o and set +o work as in dash/bash.
|
16 years ago |
Denis Vlasenko
|
c7131c3e58
ash: fix breakage introduced in rev 21481.
|
16 years ago |
Denis Vlasenko
|
7465dbcf2a
ash: speed up NOFORK code in ash by eliminating second find_applet().
|
16 years ago |
Denis Vlasenko
|
9bc80d7062
ash: add FEATURE_SH_NOFORK support
|
16 years ago |
Denis Vlasenko
|
4a9ca13fe7
ash: do not do find_applet() twice in shellexec/tryexec
|
16 years ago |
Denis Vlasenko
|
468aea2d88
shells: do not frocibly enable test, echo and kill _applets_,
|
16 years ago |
Denis Vlasenko
|
80591b0a00
ash: support for && and || in [[ expr ]]; add testsuite checks
|
16 years ago |
Denis Vlasenko
|
f7d5665969
ash: comment about [[; code style fixes. No code changes.
|
16 years ago |
Denis Vlasenko
|
92e13c2a11
ash: optional bash-like pattern subst and substring opts
|
16 years ago |
Denis Vlasenko
|
59f351ccda
ash: add read -u; fix read -t and read -n; add testsuite entries.
|
16 years ago |
Denis Vlasenko
|
85c247161b
*: fix fallout from -Wunused-parameter
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Denis Vlasenko
|
3f165fa5b3
libbb: introduce and use sigprocmask_allsigs and sigaction_set.
|
16 years ago |