index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
2008-10-07
ash: support &> redirection (bashism). ~90 bytes of code
Denis Vlasenko
2008-10-06
ash: some beautification work, no code changes
Denis Vlasenko
2008-10-05
ash: implement ">&file" bashism. ~100 bytes.
Denis Vlasenko
2008-09-27
style fixes, no code changes
Denis Vlasenko
2008-09-25
- fix compilation on OSF/1
Bernhard Reutner-Fischer
2008-08-16
ash: fix "(cat < file)" hang introduced by rev 22944.
Denis Vlasenko
2008-08-06
- fix typo
Bernhard Reutner-Fischer
2008-08-04
hush: fix mishandling of a'b'c=fff as assignments. They are not.
Denis Vlasenko
2008-08-03
hush: remove a comment about already fixed bug
Denis Vlasenko
2008-07-31
hush: support $_NUMBERS variable names
Denis Vlasenko
2008-07-31
hush: fix "case ... in <newline> word)..."
Denis Vlasenko
2008-07-31
hush: support "pattern1|pattern2...)" in case statements
Denis Vlasenko
2008-07-30
ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"
Denis Vlasenko
2008-07-29
hush: trivial code shrink
Denis Vlasenko
2008-07-29
hush: use G.xxx instead of #define xxx G.xxx. We have too many globals
Denis Vlasenko
2008-07-29
randomconfig fix
Denis Vlasenko
2008-07-29
hush: small fix for repeated continue and fix for wrong loop depth count
Denis Vlasenko
2008-07-29
hush: fix inverted check (was making all break's to act as "break 99999")
Denis Vlasenko
2008-07-29
hush: fix break'ing out of {} and () groups; with testcase
Denis Vlasenko
2008-07-29
randomconfig fixes
Denis Vlasenko
2008-07-29
hush: add #defines to switch off break/continue if loops are not supported
Denis Vlasenko
2008-07-28
hush: fix "while false; ..." exitcode; add testsuites
Denis Vlasenko
2008-07-28
hush: support "break N" and "continue N"
Denis Vlasenko
2008-07-28
hush: implement break and continue
Denis Vlasenko
2008-07-28
hush: in run_list(), some loop_top ops seems to be superfluous.
Denis Vlasenko
2008-07-28
hush: in run_list(), last_cond_code seems to be superfluous. comment it out
Denis Vlasenko
2008-07-28
hush: explain run_list() in detail; small optimizations
Denis Vlasenko
2008-07-28
documentation fix
Denis Vlasenko
2008-07-28
hush: finish and enable optional case...esac support. Code size cost:
Denis Vlasenko
2008-07-26
ash: add slightly different testcase
Denis Vlasenko
2008-07-26
ash: fix testcase to not sleep for whole 10 seconds,
Denis Vlasenko
2008-07-26
ash: fix typo
Denis Vlasenko
2008-07-26
ash: hopefully close bug 4324. With testcase.
Denis Vlasenko
2008-07-25
ash: testsuite entries for last change
Denis Vlasenko
2008-07-25
ash: dont allow e.g. exec <&10 to attach to stript's fd!
Denis Vlasenko
2008-07-24
ash: prevent exec NN>&- from closing fd used for script reading
Denis Vlasenko
2008-07-24
ash: fix a bug where redirection fds were not closed afterwards.
Denis Vlasenko
2008-07-24
ash: teach ash about 123>file. It could take only 0..9 before
Denis Vlasenko
2008-07-24
ash: ducument where "no fds > 9 in redirects" limitation is.
Denis Vlasenko
2008-07-24
ash: ditch dupredirect(), it was only making code harder to read.
Denis Vlasenko
2008-07-24
ash: explain redirect code a bit
Denis Vlasenko
2008-07-24
ash: code shrink
Denis Vlasenko
2008-07-22
- wrap overlong lines (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
- fix spelling
Bernhard Reutner-Fischer
2008-07-20
msh: fix "while...continue" bug 3884.
Denis Vlasenko
2008-07-16
config help fixes
Denis Vlasenko
2008-07-14
hush: fix "... pattern) cmd;; esac" case
Denis Vlasenko
2008-07-14
hush: delete unused field in struct child.
Denis Vlasenko
2008-07-14
hush: add case statement support. It is incomplete and disabled for now.
Denis Vlasenko
[prev]
[next]