summaryrefslogtreecommitdiff
path: root/shell/math.h
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko2016-12-231-1/+1
* move endofname() to libbbDenys Vlasenko2013-02-261-5/+0
* shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko2010-09-161-16/+4
* shell/math: return string error indicator, not integerDenys Vlasenko2010-09-151-1/+1
* shell/math.c: stop using bss variableDenys Vlasenko2010-09-131-2/+3
* shell/math.c: rename arith_eval_hooks to arith_state, put error code into itDenys Vlasenko2010-09-131-46/+45
* shell: unify endofname() in hush and ashDenys Vlasenko2010-09-071-2/+7
* hush: use ash's read builtinDenys Vlasenko2010-01-121-5/+6
* printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko2009-06-051-2/+2
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-091-2/+6
* shell/math: randomconfig fixDenis Vlasenko2009-04-031-3/+1
* split math code out of ash and into a standalone library so we can use it in ...Mike Frysinger2009-04-021-0/+101