| Commit message (Expand) | Author | Age | Files | Lines |
* | shell: handle $((NUM++...) like bash does. Closes 10706 | Denys Vlasenko | 2018-01-28 | 1 | -2/+17 |
* | do not use `a' quoting style in comments | Denys Vlasenko | 2017-08-02 | 1 | -1/+1 |
* | typo fix in comment | Denys Vlasenko | 2014-11-20 | 1 | -1/+1 |
* | ash,hush: do not segfault on $((2**63 / -1)) | Denys Vlasenko | 2014-11-18 | 1 | -4/+23 |
* | move endofname() to libbb | Denys Vlasenko | 2013-02-26 | 1 | -12/+0 |
* | whitespace cleanup. no code changes | Denys Vlasenko | 2013-01-14 | 1 | -1/+1 |
* | shell/math: better comment. no code changes | Denys Vlasenko | 2010-09-17 | 1 | -2/+2 |
* | shell/math: deconvolute and explain ?: handling. Give better error message | Denys Vlasenko | 2010-09-16 | 1 | -108/+135 |
* | shell/math: return string error indicator, not integer | Denys Vlasenko | 2010-09-15 | 1 | -41/+40 |
* | shell/math.c: stop using bss variable | Denys Vlasenko | 2010-09-13 | 1 | -20/+34 |
* | shell/math.c: rename arith_eval_hooks to arith_state, put error code into it | Denys Vlasenko | 2010-09-13 | 1 | -20/+18 |
* | shell/math.c: small code shrink; fixed incomprehensible comments | Denys Vlasenko | 2010-09-13 | 1 | -112/+113 |
* | shell: small code shrink | Denys Vlasenko | 2010-09-13 | 1 | -8/+9 |
* | shell: shrink arith code; and prepare for returning text error codes | Denys Vlasenko | 2010-09-13 | 1 | -61/+59 |
* | shell: unify endofname() in hush and ash | Denys Vlasenko | 2010-09-07 | 1 | -1/+13 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | hush: use ash's read builtin | Denys Vlasenko | 2010-01-12 | 1 | -11/+8 |
* | shell: split read builtin from ash | Denys Vlasenko | 2010-01-12 | 1 | -8/+7 |
* | ash,hush: fix $RANDOM in children being repeated | Denys Vlasenko | 2009-10-12 | 1 | -1/+1 |
* | *: code shrink via NOINLINE | Denys Vlasenko | 2009-10-08 | 1 | -1/+1 |
* | printf: accept negative numbers for %x; sh: overflowed numbers are 0 | Denys Vlasenko | 2009-06-05 | 1 | -2/+6 |
* | hush: plug the leak of expanded heredoc | Denis Vlasenko | 2009-04-09 | 1 | -2/+1 |
* | shell/math: randomconfig fix | Denis Vlasenko | 2009-04-03 | 1 | -3/+3 |
* | split math code out of ash and into a standalone library so we can use it in ... | Mike Frysinger | 2009-04-02 | 1 | -0/+701 |