aboutsummaryrefslogtreecommitdiff
path: root/shell/math.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: use ash's read builtinDenys Vlasenko2010-01-121-11/+8
* shell: split read builtin from ashDenys Vlasenko2010-01-121-8/+7
* ash,hush: fix $RANDOM in children being repeatedDenys Vlasenko2009-10-121-1/+1
* *: code shrink via NOINLINEDenys Vlasenko2009-10-081-1/+1
* printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko2009-06-051-2/+6
* hush: plug the leak of expanded heredocDenis Vlasenko2009-04-091-2/+1
* shell/math: randomconfig fixDenis Vlasenko2009-04-031-3/+3
* split math code out of ash and into a standalone library so we can use it in ...Mike Frysinger2009-04-021-0/+701