From 079c00a475d11f71a69fe848dd67e8fe34ac88a8 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 17 Nov 2008 12:34:03 -0800 Subject: correctly rounded floating-point conversions in new package strconv. move atoi etc to strconv too. update fmt, etc to use strconv. R=r DELTA=2232 (1691 added, 424 deleted, 117 changed) OCL=19286 CL=19380 --- src/run.bash | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/run.bash') diff --git a/src/run.bash b/src/run.bash index d412a6903d..c554636db4 100755 --- a/src/run.bash +++ b/src/run.bash @@ -11,6 +11,12 @@ xcd() { builtin cd $1 } +(xcd lib/strconv +make clean +time make +bash test.bash +) || exit $? + (xcd lib/reflect make clean time make -- cgit v1.3