summaryrefslogtreecommitdiff
path: root/shell/math.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-12hush: use ash's read builtinDenys Vlasenko1-11/+8
2010-01-12shell: split read builtin from ashDenys Vlasenko1-8/+7
2009-10-12ash,hush: fix $RANDOM in children being repeatedDenys Vlasenko1-1/+1
2009-10-08*: code shrink via NOINLINEDenys Vlasenko1-1/+1
2009-06-05printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko1-2/+6
2009-04-09hush: plug the leak of expanded heredocDenis Vlasenko1-2/+1
2009-04-03shell/math: randomconfig fixDenis Vlasenko1-3/+3
2009-04-02split math code out of ash and into a standalone library so we can use it in ...Mike Frysinger1-0/+701