commit | 079c00a475d11f71a69fe848dd67e8fe34ac88a8 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Nov 17 12:34:03 2008 -0800 |
committer | Russ Cox <rsc@golang.org> | Mon Nov 17 12:34:03 2008 -0800 |
tree | aeb58cc993873dadfe1a2adbc63521879b2dd66a | |
parent | f333f4685cc667dda0be6ecd5500ff8fa10f4a2a [diff] [blame] |
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
diff --git a/src/run.bash b/src/run.bash index d412a69..c554636 100755 --- a/src/run.bash +++ b/src/run.bash
@@ -11,6 +11,12 @@ builtin cd $1 } +(xcd lib/strconv +make clean +time make +bash test.bash +) || exit $? + (xcd lib/reflect make clean time make