summaryrefslogtreecommitdiffstats
path: root/test/bctest
AgeCommit message (Collapse)Author
2001-05-03bctest changes for Ultrix (don't return 1 from bctest, otherwise make aborts)Bodo Möller
2001-04-08code documentationBodo Möller
2001-04-08'||', '&&' and 'test -x' apparently don't work on Ultrix;Bodo Möller
also 'test' appears to be available as '[' only in 'if' conditions.
2001-04-04don't use shell functionsBodo Möller
2001-03-30Fix bctest, and add a workaround that should solve the problem withBodo Möller
FreeBSD's /bin/sh.
2001-03-16An enhanced bctest submitted by Tim Rice <tim@multitalents.net>.Richard Levitte
It now looks along $PATH for a working bc and returns the absolute path to one that does work.
2000-12-11Change/add commentsBodo Möller
2000-12-10*** empty log message ***Ulf Möller
2000-12-09Use continuation lines in test/bctest as far as it is possibleBodo Möller
to dermine what the expression should look like. Apparently CVS does not like lines longer than about 2^10 characters.
2000-12-09Test for SCO bc bugUlf Möller
2000-12-08Placeholder for SCO bc bug detectionBodo Möller
2000-12-06Use bc's "print" feature whenever it is available,Bodo Möller
not just on certain platforms.
2000-12-06Add a comment.Bodo Möller
2000-12-06Workaround for broken (or missing) bc.Bodo Möller