aboutsummaryrefslogtreecommitdiff
path: root/shell/math.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* printf: accept negative numbers for %x; sh: overflowed numbers are 0Denys Vlasenko2009-06-051-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* *: 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
any shell (like hush!)