aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-4/+4
* modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"Denis Vlasenko2009-03-031-2/+2
* ash: make dot command search current directory first, as bash does.Denis Vlasenko2009-02-151-0/+9
* libbb: add bb_unsetenv (taken from hush).Denis Vlasenko2008-12-301-11/+3
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-231-3/+3
* ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars caseDenis Vlasenko2008-12-151-10/+15
* ash: remove TODO which seems to actually work now.Denis Vlasenko2008-12-031-8/+8
* ash: finally installed it as /bin/sh on my machine.Denis Vlasenko2008-12-031-67/+131
* ash: add FIXMEDenis Vlasenko2008-11-281-2/+7
* ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX"Denis Vlasenko2008-11-281-1/+1
* ash: shrink on top of previous changeDenis Vlasenko2008-11-281-111/+128
* ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'Denis Vlasenko2008-11-283-29/+56
* ash,hush: add TODO for rare build failureDenis Vlasenko2008-11-252-2/+25
* ash: fix bad interaction between ash -c '....&' and bash compatDenis Vlasenko2008-11-251-2/+6
* ash: NTO2 needs #if ENABLE_ASH_BASH_COMPATDenis Vlasenko2008-11-221-0/+2
* ash: fix miscalculation of memory needed for eval treeDenis Vlasenko2008-11-211-33/+35
* whitespace fixes, no code changesDenis Vlasenko2008-10-291-1/+1
* ash: add testcase for bug 5304Denis Vlasenko2008-10-272-0/+15
* ash: fix "while kill -0 $child; do true; done" looping forever.Denis Vlasenko2008-10-271-46/+20
* dc: conditionalize parts which require libmDenis Vlasenko2008-10-202-0/+4
* ash: fix NOEXEC mode - we were forgetting to pass environment!Denis Vlasenko2008-10-203-2/+10
* ash: fix a bug in standalone mode (corrupted getopt() state)Denis Vlasenko2008-10-202-0/+7
* hush: add TODODenis Vlasenko2008-10-141-0/+2
* hush: next small step towards functionsDenis Vlasenko2008-10-141-19/+53
* hush: fix NOMMU bug (analogous to preceding commit for MMU)Denis Vlasenko2008-10-133-77/+95
* testcase for the last fixDenis Vlasenko2008-10-132-0/+20
* hush: fix trashing of environment by local env vars:Denis Vlasenko2008-10-131-60/+104
* hush: fix environment and memory leaks, add tests for themDenis Vlasenko2008-10-096-58/+218
* hush: preparatory work for implementing functionsDenis Vlasenko2008-10-091-66/+89
* hush: massive renaming of ill-named structures and fieldsDenis Vlasenko2008-10-091-202/+206
* ash: support &> redirection (bashism). ~90 bytes of codeDenis Vlasenko2008-10-071-49/+68
* ash: some beautification work, no code changesDenis Vlasenko2008-10-061-41/+38
* ash: implement ">&file" bashism. ~100 bytes.Denis Vlasenko2008-10-051-47/+111
* style fixes, no code changesDenis Vlasenko2008-09-271-2/+2
* - fix compilation on OSF/1Bernhard Reutner-Fischer2008-09-251-2/+2
* ash: fix "(cat < file)" hang introduced by rev 22944.Denis Vlasenko2008-08-163-11/+20
* - fix typoBernhard Reutner-Fischer2008-08-061-1/+1
* hush: fix mishandling of a'b'c=fff as assignments. They are not.Denis Vlasenko2008-08-045-58/+127
* hush: remove a comment about already fixed bugDenis Vlasenko2008-08-031-2/+0
* hush: support $_NUMBERS variable namesDenis Vlasenko2008-07-315-4/+19
* hush: fix "case ... in <newline> word)..."Denis Vlasenko2008-07-313-1/+20
* hush: support "pattern1|pattern2...)" in case statementsDenis Vlasenko2008-07-311-8/+18
* ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"Denis Vlasenko2008-07-303-1/+20
* hush: trivial code shrinkDenis Vlasenko2008-07-291-8/+4
* hush: use G.xxx instead of #define xxx G.xxx. We have too many globalsDenis Vlasenko2008-07-291-234/+198
* randomconfig fixDenis Vlasenko2008-07-291-2/+2
* hush: small fix for repeated continue and fix for wrong loop depth countDenis Vlasenko2008-07-293-1/+17
* hush: fix inverted check (was making all break's to act as "break 99999")Denis Vlasenko2008-07-291-1/+1
* hush: fix break'ing out of {} and () groups; with testcaseDenis Vlasenko2008-07-293-13/+43
* randomconfig fixesDenis Vlasenko2008-07-291-2/+6