aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* make sure we exit based on test failure rather than always exiting with 0Mike Frysinger2009-03-281-3/+9
* split up feature todo by posix/bashMike Frysinger2009-03-281-7/+9
* unify `set` handling with command line processing, fixup `set` argv processin...Mike Frysinger2009-03-281-15/+42
* handle the "-s" command line option that POSIX requiresMike Frysinger2009-03-281-1/+6
* rename "-f" (fake) option to "-n" to match POSIXMike Frysinger2009-03-281-2/+2
* tweak format modifier in debug code to fixup gcc warningMike Frysinger2009-03-281-1/+1
* convert some of the ENABLE_FEATURE_EDITING from CPP if to C ifMike Frysinger2009-03-281-24/+18
* stop lying about [[ test supportMike Frysinger2009-03-281-1/+0
* make lash deprecation more prominentMike Frysinger2009-03-281-1/+1
* enable most job functions on no-mmu systemsMike Frysinger2009-03-261-5/+6
* do not make startup banner depend on job supportMike Frysinger2009-03-231-4/+5
* move parse_stream out of ENABLE_HUSH_TICK to avoid implicit decl/build errorMike Frysinger2009-03-221-3/+3
* hush: rearrange functions to reduce amount of forward references.Denis Vlasenko2009-03-221-944/+904
* hush: fix segv at repeated "set -- a b c" + "shift"Denis Vlasenko2009-03-223-3/+129
* hush: fix strcpy of potentially overlapping stringsDenis Vlasenko2009-03-211-2/+2
* msh testsuite: fix false positive, tweak run striptDenis Vlasenko2009-03-212-3/+3
* hush: tweak testsuiteDenis Vlasenko2009-03-202-1/+5
* hush: fix bug 207 and "hush -c" parameter passing.Denis Vlasenko2009-03-203-2/+16
* ash: expand commentDenis Vlasenko2009-03-201-1/+2
* hush: fix set [--] params. Closes bug 199.Denis Vlasenko2009-03-201-9/+61
* ash: add missing comma in debug scaffoldingDenis Vlasenko2009-03-201-3/+3
* ash: fix a case where we close wrong descriptor; add debug hack for thatDenis Vlasenko2009-03-201-3/+13
* ash: DEBUG should be 0 :)Denis Vlasenko2009-03-191-2/+2
* ash: fix TRACE commandsDenis Vlasenko2009-03-192-9/+81
* ash: make evaltree save/restore int suppression depth.Denis Vlasenko2009-03-191-38/+78
* doc updateDenis Vlasenko2009-03-191-0/+22
* ash: in dotrap(), do not clear gotsig[] for SIGINT if there is no handlerDenis Vlasenko2009-03-191-57/+69
* ash: tentatively fix bug 189.Denis Vlasenko2009-03-191-14/+13
* ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busyDenis Vlasenko2009-03-191-4/+10
* *: 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