[phobos] [D-Programming-Language/phobos] ef134e: fix several misleading ddocs and return types in t...

GitHub via phobos phobos at puremagic.com
Tue May 19 20:23:52 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: ef134e6d0d0a17bd145b1329e487c55f2fbc2c52
      https://github.com/D-Programming-Language/phobos/commit/ef134e6d0d0a17bd145b1329e487c55f2fbc2c52
  Author: Basile Burg <basile.burg at gmx.com>
  Date:   2015-05-16 (Sat, 16 May 2015)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  fix several misleading ddocs and return types in the function isXXX()

their results are always of type  bool.


  Commit: 94566c4c27d089d013fceeada9d0e6d81774ef61
      https://github.com/D-Programming-Language/phobos/commit/94566c4c27d089d013fceeada9d0e6d81774ef61
  Author: Basile Burg <basile.burg at gmx.com>
  Date:   2015-05-17 (Sun, 17 May 2015)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  style, ddoc

+ removed note about isSubnormal() implementation that's not relevant for the end user since there are no public overloads.


  Commit: e1f1838a522fce409f8e4673758cdd6f753ce98b
      https://github.com/D-Programming-Language/phobos/commit/e1f1838a522fce409f8e4673758cdd6f753ce98b
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-05-19 (Tue, 19 May 2015)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  Merge pull request #3287 from BBasile/fix-misleading-math-isSomething

fix several misleading ddocs and return types in the function isXXX()


Compare: https://github.com/D-Programming-Language/phobos/compare/41f128ad3ba2...e1f1838a522f


More information about the phobos mailing list