Denys Vlasenko
|
d0db975a9f
post-1.16.1 fixes
|
14 年之前 |
Denys Vlasenko
|
58cdca3984
apply post-1.16.0 fixes, bump version to 1.16.1
|
14 年之前 |
Denys Vlasenko
|
25d9b91d94
shell/read: check that variable names are sane
|
15 年之前 |
Denys Vlasenko
|
03dad22f8a
hush: use ash's read builtin
|
15 年之前 |
Denys Vlasenko
|
7306727d1b
shell: split read builtin from ash
|
15 年之前 |
Denys Vlasenko
|
f2c8aa6676
libbb: introduce and use monotonic_ms
|
15 年之前 |
Denys Vlasenko
|
8cd04d1cb6
ash: fix for read $IFS splitting. Closes bug 235
|
15 年之前 |
Chris Metcalf
|
c3c1fb676b
ash: fix mishandling of bash-style redirects
|
15 年之前 |
Denys Vlasenko
|
46a1477107
ash: trivial optimization -6 bytes
|
15 年之前 |
Denys Vlasenko
|
e9ac32a067
ash: fix double comma in initializer
|
15 年之前 |
Michael Abbott
|
359da5e3be
ash: implement set -o pipefail (conditional on bash compat). +39 bytes
|
15 年之前 |
Denys Vlasenko
|
285ad155c4
ash: preparatory work for pipefail and code shrink. -44 bytes
|
15 年之前 |
Denys Vlasenko
|
7a7b034482
ash: re-enable SIGHUP on entry. Closes bug 771.
|
15 年之前 |
Denys Vlasenko
|
8eda4a9005
ash: straighten up a bit of code in varvalue()
|
15 年之前 |
Denys Vlasenko
|
2ce42e98d7
ash: more cosmetics and cleanups
|
15 年之前 |
Denys Vlasenko
|
068d386a6c
ash: cosmetics, no code changes
|
15 年之前 |
Denys Vlasenko
|
76bc2d6deb
ash: remove last "signed char"; make SIT() clearer. -12 bytes
|
15 年之前 |
Denys Vlasenko
|
0337e038a9
ash: randmconfig fix
|
15 年之前 |
Denys Vlasenko
|
cd71683ae6
ash: remake strange signed char machinery to be unsigned. -57 bytes
|
15 年之前 |
Denys Vlasenko
|
8131eea3dc
*: introduce and use ffulsh_all()
|
15 年之前 |
Denys Vlasenko
|
36df04837a
randomconfig fixes
|
15 年之前 |
Denys Vlasenko
|
76ace254e1
ash,hush: fix $RANDOM in children being repeated
|
15 年之前 |
Denys Vlasenko
|
e7670ff81d
ash: use bbox wrappers for malloc etc instead of homegrown ones
|
15 年之前 |
Denys Vlasenko
|
0e5e4eaf7b
ash: trivial shrink by using smaller int
|
15 年之前 |
Denys Vlasenko
|
3ea2e82dc7
ash: factor out $RANDOM support
|
15 年之前 |
Denys Vlasenko
|
adf922ec28
*: a few more NOINLINEs
|
15 年之前 |
Denys Vlasenko
|
57ce977a97
ash: compile breakage fix
|
15 年之前 |
Denys Vlasenko
|
7bb346f23c
*: use {i,u}toa() where appropriate
|
15 年之前 |
Cristian Ionescu-Idbohrn
|
301f5ecb8d
ash: error out on ${#1#}, ${#$11}, ${#11#}
|
15 年之前 |
Denys Vlasenko
|
4d8873f997
ash: document where we accept invalid syntax. no code changes
|
15 年之前 |