Denis Vlasenko
|
84641942e5
apply post-1.12.1 patches, bump version to 1.12.2
|
16 years ago |
Denis Vlasenko
|
34c73c499b
ash: fix "(cat < file)" hang introduced by rev 22944.
|
16 years ago |
Denis Vlasenko
|
c90e1be01b
ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"
|
16 years ago |
Denis Vlasenko
|
87d5fd984e
ash: fix typo
|
16 years ago |
Denis Vlasenko
|
4e19a9c81a
ash: hopefully close bug 4324. With testcase.
|
16 years ago |
Denis Vlasenko
|
6a0ad25061
ash: dont allow e.g. exec <&10 to attach to stript's fd!
|
16 years ago |
Denis Vlasenko
|
22f7414843
ash: prevent exec NN>&- from closing fd used for script reading
|
16 years ago |
Denis Vlasenko
|
5a867317bb
ash: fix a bug where redirection fds were not closed afterwards.
|
16 years ago |
Denis Vlasenko
|
6fbb43bc3c
ash: teach ash about 123>file. It could take only 0..9 before
|
16 years ago |
Denis Vlasenko
|
6514c5e35c
ash: ducument where "no fds > 9 in redirects" limitation is.
|
16 years ago |
Denis Vlasenko
|
8d924ecf38
ash: ditch dupredirect(), it was only making code harder to read.
|
16 years ago |
Denis Vlasenko
|
0b76964ae1
ash: explain redirect code a bit
|
16 years ago |
Denis Vlasenko
|
2dc240c0d6
ash: code shrink
|
16 years ago |
Bernhard Reutner-Fischer
|
a53de7f7c2
- fix spelling
|
16 years ago |
Denis Vlasenko
|
3177ba0852
ash: small code shrink
|
16 years ago |
Denis Vlasenko
|
e7067e38ea
ash: fix segfault in "command -v"
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
fa0b56db76
sendmail: fix wrong vfork usage here too
|
16 years ago |
Denis Vlasenko
|
ce13b76002
libbb: shrink monotonic_XXX functions, introduce monotonic_ns
|
16 years ago |
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 |