summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
2013-11-28hush: typo fixes in commentsDenys Vlasenko1-2/+2
2013-11-08ash: Set SHLVL in ASH_BASH_COMPATBernhard Reutner-Fischer1-1/+4
2013-11-08ash: Use setvar2 some moreBernhard Reutner-Fischer1-7/+6
2013-07-14typo fix in commentDenys Vlasenko1-1/+1
2013-07-08typo fix in commentDenys Vlasenko1-1/+1
2013-07-05unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko2-0/+2
2013-07-02unicode: check $LC_ALL to detect Unicode mode, not only $LANGDenys Vlasenko2-2/+8
2013-05-12hush: fix build failure if FEATURE_EDITING=y && !HUSH_INTERACTIVEDenys Vlasenko1-3/+3
2013-04-07ash,hush: history builtinFlemming Madsen2-0/+29
2013-04-07hush: fix for "while false && true; do echo BUG; break; done". closes 6170Denys Vlasenko3-10/+16
2013-03-17ash: add comment about failures in source builtin. No code changes.Denys Vlasenko1-0/+6
2013-03-17hush: source builtin should override $N only if it has argsDenys Vlasenko3-2/+19
2013-03-15ash: read $HOME/.profile instead of $(pwd)/.profileStefan Hellermann1-2/+9
2013-03-15ash: move code to allow setting $HOME in /etc/profileStefan Hellermann1-13/+9
2013-02-26move endofname() to libbbDenys Vlasenko3-38/+3
2013-01-17ash: revert wrong "fix" for an apparent memory leak. Closes 5822Denys Vlasenko1-0/+9
2013-01-15whitespace fixes. no code changesDenys Vlasenko1-1/+1
2013-01-14whitespace cleanup. no code changesDenys Vlasenko3-6/+8
2012-11-13ash: fix a memory leakJon Tollefson1-0/+2
2012-10-01ash: implement export -nDenys Vlasenko1-4/+26
2012-09-25ash: trivial fixes for compile failuresDenys Vlasenko1-5/+6
2012-09-06ash: fix "read -s" + ^C. Closes 5504Denys Vlasenko2-1/+6
2012-07-24*: declare strings with ALIGN1, as appropriateMichael Tokarev1-1/+1
2012-07-07ash: add a comment about VEXPORTDenys Vlasenko1-0/+4
2012-07-05include sys/resource.h where neededMike Frysinger1-0/+1
2012-06-09ash: fix a bug in >${varexp} handling. Closes 5282Denys Vlasenko3-10/+26
2012-04-26hush: remove sighandler_t definition hack, platform.h has it tooDenys Vlasenko1-4/+0
2012-04-20fix build breakage found by randconfigDenys Vlasenko1-0/+2
2012-03-27hush: remove unused member struct command::is_stoppedDenys Vlasenko1-4/+0
2012-02-04cttyhack: handle multiple consoles found in sysfsAaro Koskinen1-3/+10
2012-01-15shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko1-1/+7
2011-12-20ash: in standalone mode, search in $PATH if /proc/self/exe doesn't existDenys Vlasenko1-3/+9
2011-12-16ash: document bash's exit code too. No code changesDenys Vlasenko1-2/+2
2011-12-16ash: add comment about bash's ENOEXEC handling. No code changesDenys Vlasenko1-0/+6
2011-10-31cttyhack: move /sys/class/tty/console/active check to the frontDenys Vlasenko1-13/+18
2011-10-31cttyhack: print detected ctty name when called without parametersAlexander Shishkin1-34/+42
2011-09-04lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko1-2/+1
2011-09-04lineedit: add support for history saving on exitDenys Vlasenko2-0/+8
2011-09-04lineedit: fix atomic replace of history file; hush: fix $HISTFILE handlingDenys Vlasenko2-18/+24
2011-08-16cttyhack: trivial spelling/spacing fixesKevin Cernekee1-1/+1
2011-08-16cttyhack: remove the trailing newline when reading console name from sysfsKevin Cernekee1-3/+5
2011-08-09randomconfig fixesDenys Vlasenko1-6/+6
2011-08-01hush: fix remaining known two bugs with IFS expansion. Closes 4027.Denys Vlasenko3-30/+61
2011-08-01hush: partially fix wrong expansion on $IFS (bug 4027).Denys Vlasenko3-9/+50
2011-07-13cttyhack: fail gracefully if the device node is missingKevin Cernekee1-1/+3
2011-07-13cttyhack: check sysfs for the name of the active consoleKevin Cernekee1-31/+48
2011-06-01hush: better comment. No code changesDenys Vlasenko1-1/+1
2011-05-31hush: fix a corner case of empty "do \n done" structureDenys Vlasenko3-1/+9
2011-05-14hush: fix misparsing of "... do eval a= ...". Closes 3721Denys Vlasenko3-28/+53
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko1-2/+2