simon-git: spigot (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Wed Jun 24 22:37:59 BST 2015


TL;DR:
  f131f35 Fix bogus output on IEEE overflow.

Repository:     git://git.tartarus.org/simon/spigot.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=spigot.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2015-06-24 22:37:59

commit f131f35f6e1aec590324d8cbc9f196c689d8203a
web diff http://tartarus.org/~simon-git/gitweb/?p=spigot.git;a=commitdiff;h=f131f35f6e1aec590324d8cbc9f196c689d8203a;hp=d90a3ddc27bfb083ab06ae9ca68e35baf8d613c9
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Jun 24 22:34:47 2015 +0100

    Fix bogus output on IEEE overflow.
    
    Overflow detection was starting at the wrong exponent, and also I was
    insufficiently vigorously suppressing normal output of mantissa digits
    after the overflow handler had printed the whole of the special-case
    overflow output. Both fixed, and some tests added.

 baseout.cpp |    5 ++++-
 test.sh     |   18 ++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletion(-)



More information about the tartarus-commits mailing list