| Commit message (Expand) | Author | Age | Files | Lines |
* | tidy up strtok use | Denys Vlasenko | 2015-10-23 | 1 | -1/+1 |
* | ash: shrink umask code | Denys Vlasenko | 2015-10-10 | 1 | -9/+7 |
* | ash: "you have mail" should ignore first change in mtime | Denys Vlasenko | 2015-10-09 | 1 | -1/+2 |
* | ash: simplify "you have mail" code | Denys Vlasenko | 2015-10-09 | 1 | -14/+11 |
* | ash: make dowait() a bit more readable. Logic is unchanged | Denys Vlasenko | 2015-10-09 | 1 | -31/+27 |
* | build system: -fno-builtin-printf | Denys Vlasenko | 2015-10-07 | 1 | -1/+1 |
* | ash: use a more typical form of "print four octal digits" format | Denys Vlasenko | 2015-10-07 | 1 | -1/+1 |
* | libbb: more compact API for bb_parse_mode() | Denys Vlasenko | 2015-10-07 | 1 | -1/+2 |
* | ash: shrink "umask -S" code | Denys Vlasenko | 2015-10-07 | 1 | -17/+14 |
* | hush: fix umask: umask(022) was setting umask(755) | Denys Vlasenko | 2015-10-07 | 1 | -22/+14 |
* | ash: a bunch of trivial simplifications | Denys Vlasenko | 2015-10-07 | 1 | -35/+37 |
* | ash: fix slash treatment in expmeta | Ron Yorston | 2015-09-04 | 1 | -10/+13 |
* | libbb: add a function to make a copy of a region of memory | Ron Yorston | 2015-07-19 | 1 | -1/+1 |
* | ash: use alloca to get rid of setjmp | Ron Yorston | 2015-07-13 | 1 | -34/+2 |
* | ash: remove parsebackquote flag | Ron Yorston | 2015-07-13 | 1 | -7/+1 |
* | Removes stray empty line from code | Maninder Singh | 2015-07-13 | 1 | -2/+0 |
* | ash: fix breakage of ${v/pat/str} | Ron Yorston | 2015-05-18 | 1 | -51/+28 |
* | ash: move parse-time quote flag detection to run-time | Ron Yorston | 2015-05-18 | 1 | -98/+66 |
* | ash: remove arithmetic expansion collapsing at parse time | Ron Yorston | 2015-05-18 | 1 | -12/+6 |
* | ash: remove superfluous code in arithmetic mode | Ron Yorston | 2015-05-18 | 1 | -5/+2 |
* | ash: do not expand tilde in parameter expansion within quotes | Ron Yorston | 2015-05-18 | 1 | -5/+3 |
* | ash: perform tilde expansion in all parameter expansion words | Ron Yorston | 2015-05-18 | 1 | -2/+2 |
* | ash: code shrink around varvalue | Ron Yorston | 2015-05-18 | 1 | -46/+38 |
* | ash: explain what "local -" does | Denys Vlasenko | 2015-05-13 | 1 | -1/+2 |
* | ash: consider "local -" case while iterating over local variables in mklocal. | Eugene Rudoy | 2015-05-13 | 1 | -1/+1 |
* | libbb: remove unnecessary argument to nonblock_immune_read | Ron Yorston | 2015-04-20 | 1 | -3/+3 |
* | ash: fix handling of duplicate "local" | Denys Vlasenko | 2015-04-18 | 1 | -16/+35 |
* | ash: do not split the result of tilde expansion | Ron Yorston | 2015-03-22 | 1 | -3/+0 |
* | ash: fix a SEGV case in an invalid heredoc | Denys Vlasenko | 2015-02-05 | 1 | -4/+11 |
* | ash: fix a SEGV in ${#1} | Denys Vlasenko | 2014-12-29 | 1 | -9/+9 |
* | ash: fix handling of negative start value in ${v:start:len} | Denys Vlasenko | 2014-11-17 | 1 | -1/+9 |
* | ash: fix off-by-one in "jobs %4" handling. closes 7310 | Denys Vlasenko | 2014-09-08 | 1 | -1/+1 |
* | ash: factor out ASH_HELP config option | Denys Vlasenko | 2014-09-08 | 1 | -11/+15 |
* | ash: make ${#var} unicode-aware | Denys Vlasenko | 2014-08-13 | 1 | -13/+26 |
* | ash,hush: run reinit_unicode() only if makes sense | Denys Vlasenko | 2014-08-13 | 1 | -1/+3 |
* | libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes | Bartosz Golaszewski | 2014-06-22 | 1 | -1/+1 |
* | ash,hush: set $HOSTNAME is bash compat. Closes 7028 | Denys Vlasenko | 2014-04-15 | 1 | -0/+6 |
* | ash: make "locak VAR" unset VAR (bash does that) | Denys Vlasenko | 2014-03-16 | 1 | -0/+3 |
* | ash: in bash compat mode, always export $SHLVL | Denys Vlasenko | 2014-01-07 | 1 | -1/+1 |
* | ash: Set SHLVL in ASH_BASH_COMPAT | Bernhard Reutner-Fischer | 2013-11-08 | 1 | -1/+4 |
* | ash: Use setvar2 some more | Bernhard Reutner-Fischer | 2013-11-08 | 1 | -7/+6 |
* | unicode: check $LC_CTYPE too to detect Unicode mode | Denys Vlasenko | 2013-07-05 | 1 | -0/+1 |
* | unicode: check $LC_ALL to detect Unicode mode, not only $LANG | Denys Vlasenko | 2013-07-02 | 1 | -1/+5 |
* | ash,hush: history builtin | Flemming Madsen | 2013-04-07 | 1 | -0/+15 |
* | ash: add comment about failures in source builtin. No code changes. | Denys Vlasenko | 2013-03-17 | 1 | -0/+6 |
* | ash: read $HOME/.profile instead of $(pwd)/.profile | Stefan Hellermann | 2013-03-15 | 1 | -2/+9 |
* | ash: move code to allow setting $HOME in /etc/profile | Stefan Hellermann | 2013-03-15 | 1 | -13/+9 |
* | move endofname() to libbb | Denys Vlasenko | 2013-02-26 | 1 | -21/+3 |
* | ash: revert wrong "fix" for an apparent memory leak. Closes 5822 | Denys Vlasenko | 2013-01-17 | 1 | -0/+9 |
* | whitespace cleanup. no code changes | Denys Vlasenko | 2013-01-14 | 1 | -3/+5 |