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