aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: shrink umask codeDenys Vlasenko2015-10-101-9/+7
* ash: "you have mail" should ignore first change in mtimeDenys Vlasenko2015-10-091-1/+2
* ash: simplify "you have mail" codeDenys Vlasenko2015-10-091-14/+11
* ash: make dowait() a bit more readable. Logic is unchangedDenys Vlasenko2015-10-091-31/+27
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-1/+1
* ash: use a more typical form of "print four octal digits" formatDenys Vlasenko2015-10-071-1/+1
* libbb: more compact API for bb_parse_mode()Denys Vlasenko2015-10-071-1/+2
* ash: shrink "umask -S" codeDenys Vlasenko2015-10-071-17/+14
* hush: fix umask: umask(022) was setting umask(755)Denys Vlasenko2015-10-071-22/+14
* ash: a bunch of trivial simplificationsDenys Vlasenko2015-10-071-35/+37
* ash: fix slash treatment in expmetaRon Yorston2015-09-041-10/+13
* libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-191-1/+1
* ash: use alloca to get rid of setjmpRon Yorston2015-07-131-34/+2
* ash: remove parsebackquote flagRon Yorston2015-07-131-7/+1
* Removes stray empty line from codeManinder Singh2015-07-131-2/+0
* ash: fix breakage of ${v/pat/str}Ron Yorston2015-05-181-51/+28
* ash: move parse-time quote flag detection to run-timeRon Yorston2015-05-181-98/+66
* ash: remove arithmetic expansion collapsing at parse timeRon Yorston2015-05-181-12/+6
* ash: remove superfluous code in arithmetic modeRon Yorston2015-05-181-5/+2
* ash: do not expand tilde in parameter expansion within quotesRon Yorston2015-05-181-5/+3
* ash: perform tilde expansion in all parameter expansion wordsRon Yorston2015-05-181-2/+2
* ash: code shrink around varvalueRon Yorston2015-05-181-46/+38
* ash: explain what "local -" doesDenys Vlasenko2015-05-131-1/+2
* ash: consider "local -" case while iterating over local variables in mklocal.Eugene Rudoy2015-05-131-1/+1
* libbb: remove unnecessary argument to nonblock_immune_readRon Yorston2015-04-201-3/+3
* ash: fix handling of duplicate "local"Denys Vlasenko2015-04-181-16/+35
* ash: do not split the result of tilde expansionRon Yorston2015-03-221-3/+0
* ash: fix a SEGV case in an invalid heredocDenys Vlasenko2015-02-051-4/+11
* ash: fix a SEGV in ${#1}Denys Vlasenko2014-12-291-9/+9
* ash: fix handling of negative start value in ${v:start:len}Denys Vlasenko2014-11-171-1/+9
* ash: fix off-by-one in "jobs %4" handling. closes 7310Denys Vlasenko2014-09-081-1/+1
* ash: factor out ASH_HELP config optionDenys Vlasenko2014-09-081-11/+15
* ash: make ${#var} unicode-awareDenys Vlasenko2014-08-131-13/+26
* ash,hush: run reinit_unicode() only if makes senseDenys Vlasenko2014-08-131-1/+3
* libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-221-1/+1
* ash,hush: set $HOSTNAME is bash compat. Closes 7028Denys Vlasenko2014-04-151-0/+6
* ash: make "locak VAR" unset VAR (bash does that)Denys Vlasenko2014-03-161-0/+3
* ash: in bash compat mode, always export $SHLVLDenys Vlasenko2014-01-071-1/+1
* ash: Set SHLVL in ASH_BASH_COMPATBernhard Reutner-Fischer2013-11-081-1/+4
* ash: Use setvar2 some moreBernhard Reutner-Fischer2013-11-081-7/+6
* unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko2013-07-051-0/+1
* unicode: check $LC_ALL to detect Unicode mode, not only $LANGDenys Vlasenko2013-07-021-1/+5
* ash,hush: history builtinFlemming Madsen2013-04-071-0/+15
* ash: add comment about failures in source builtin. No code changes.Denys Vlasenko2013-03-171-0/+6
* ash: read $HOME/.profile instead of $(pwd)/.profileStefan Hellermann2013-03-151-2/+9
* ash: move code to allow setting $HOME in /etc/profileStefan Hellermann2013-03-151-13/+9
* move endofname() to libbbDenys Vlasenko2013-02-261-21/+3
* ash: revert wrong "fix" for an apparent memory leak. Closes 5822Denys Vlasenko2013-01-171-0/+9
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-3/+5
* ash: fix a memory leakJon Tollefson2012-11-131-0/+2