split math code out of ash and into a standalone library so we can use it in any...
authorMike Frysinger <vapier@gentoo.org>
Thu, 2 Apr 2009 10:02:37 +0000 (10:02 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 2 Apr 2009 10:02:37 +0000 (10:02 -0000)
commit98c52645c02dacebccae7d68d6c2627f9318fcf7
treee0c64b5b24206f95e72fd060336f74cb459f2109
parent551ffdccea39a9223ad451954db40fd7a6e20e79
split math code out of ash and into a standalone library so we can use it in any shell (like hush!)
shell/Config.in
shell/Kbuild
shell/ash.c
shell/hush.c
shell/math.c [new file with mode: 0644]
shell/math.h [new file with mode: 0644]