[phobos] [D-Programming-Language/phobos] 9bf70d: [whitespace] Fix spaces in `std.math.FloatingPoint...

GitHub noreply at github.com
Sat Mar 23 14:17:00 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 9bf70d5b063de0fe0cdd938b8694d7b5928e62a5
      https://github.com/D-Programming-Language/phobos/commit/9bf70d5b063de0fe0cdd938b8694d7b5928e62a5
  Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
  Date:   2013-03-14 (Thu, 14 Mar 2013)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  [whitespace] Fix spaces in `std.math.FloatingPointControl` example and unittest.


  Commit: 99e3440e2f97ffbe2af639018e5ecdcc3c7b5984
      https://github.com/D-Programming-Language/phobos/commit/99e3440e2f97ffbe2af639018e5ecdcc3c7b5984
  Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
  Date:   2013-03-14 (Thu, 14 Mar 2013)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  Fix `std.math.FloatingPointControl` two issues.

1. Do not call `setControlState` in destructor if not initialized (previously results in enabling all exceptions).
2. Call `initialize` on setting rounding mode (previously not called).


  Commit: 6fb40fb8acdd225443e8dbbbb92ebfdd5705f7e7
      https://github.com/D-Programming-Language/phobos/commit/6fb40fb8acdd225443e8dbbbb92ebfdd5705f7e7
  Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
  Date:   2013-03-14 (Thu, 14 Mar 2013)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  [docs] Improve `std.math.FloatingPointControl` example.


  Commit: 73aa70f716ee74805b9bc79f184dba3bbfc4cde0
      https://github.com/D-Programming-Language/phobos/commit/73aa70f716ee74805b9bc79f184dba3bbfc4cde0
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2013-03-23 (Sat, 23 Mar 2013)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  Merge pull request #1208 from denis-sh/std.math.FloatingPointControl-fixes

`std.math.FloatingPointControl` fixes


Compare: https://github.com/D-Programming-Language/phobos/compare/6bcb2f2f93a4...73aa70f716ee


More information about the phobos mailing list