July 05, 2011
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos

  Commit: ea8e37d350a9b09d5885bc4c9a73b190fcaf850c
      https://github.com/D-Programming-Language/phobos/commit/ea8e37d350a9b09d5885bc4c9a73b190fcaf850c
  Author: Don Clugston <dclugston at googlemail.com>
  Date:   2011-07-04 (Mon, 04 Jul 2011)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  denormalizedException -> subnormalException

The term "denormal" is deprecated by IEEE, and should be replaced by "subnormal" in all cases. Fix all the comments to make sure this confusion doesn't happen again.


  Commit: bc3e63802206601091e2c8c741a5416b2775f613
      https://github.com/D-Programming-Language/phobos/commit/bc3e63802206601091e2c8c741a5416b2775f613
  Author: Jonathan M Davis <jmdavisProg at gmx.com>
  Date:   2011-07-05 (Tue, 05 Jul 2011)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  Merge pull request #133 from donc/denormalized

denormalizedException -> subnormalException


Compare: https://github.com/D-Programming-Language/phobos/compare/3231c5e...bc3e638