commit | 71db3cd63d2ec714da0773b5538bfadd7414cee2 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Nov 23 18:52:36 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Nov 23 18:52:36 2009 +0000 |
tree | e083e88b3359560bdc8e9095c53cc02b7957c461 | |
parent | c099ee2761b22f9f5e10501e7f3d046af6a7856e [diff] |
Blocked revisions 76465 via svnmerge ........ r76465 | mark.dickinson | 2009-11-23 18:46:41 +0000 (Mon, 23 Nov 2009) | 4 lines Remove restriction on precision when formatting floats. This is the first step towards removing the %f -> %g switch (see issues 7117, 5859). ........