On Wed, May 4, 2011 at 06:19, Jerry DeLisle wrote:
> Hi Folks,
>
> This patch fixes the latest 'round' of test cases from Thomas. The patch
> adjusts the count of digits before the decimal point by one where w>0 and
> d==0. The patch also consolidates some of the code as a clean up.
>
> Regressi
Hi Folks,
This patch fixes the latest 'round' of test cases from Thomas. The patch
adjusts the count of digits before the decimal point by one where w>0 and d==0.
The patch also consolidates some of the code as a clean up.
Regression tested on x86-64. Revised test case attached.
OK for tr