This incorporates Posix math support into ash. The Posix math support
authorEric Andersen <andersen@codepoet.org>
Mon, 30 Jul 2001 21:41:37 +0000 (21:41 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 30 Jul 2001 21:41:37 +0000 (21:41 -0000)
commit74bcd1642597109661543d25304c551a2e39acbc
treef54a28df9cd460c1da85e13e6fe1b387199f92df
parentdc6647201da6d5cf044f4b54fe9826c89068b782
This incorporates Posix math support into ash.  The Posix math support
was written by Aaron Lehmann <aaronl@vitelus.com> for busybox.  This
patch makes a few trivial changes to Aaron's code so that it can be
used (in theory) by the other shells as well...
 -Erik
Makefile
ash.c
include/libbb.h
libbb/arith.c [new file with mode: 0644]
libbb/libbb.h
shell/ash.c