September 16, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 7be5f90145e580dcc089b4e8b0082b20bba7b1cf
      https://github.com/D-Programming-Language/phobos/commit/7be5f90145e580dcc089b4e8b0082b20bba7b1cf
  Author: Ilya Yaroshenko <ilyayaroshenko@gmail.com>
  Date:   2014-09-11 (Thu, 11 Sep 2014)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  std.math: added frexp for float and double


  Commit: 298942b7ed6722393e16bb8d52c934c29d268009
      https://github.com/D-Programming-Language/phobos/commit/298942b7ed6722393e16bb8d52c934c29d268009
  Author: Ilya Yaroshenko <ilyayaroshenko@gmail.com>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  Update indentation


  Commit: 0419a2e3575effffec1497608c70ed36f0b2b1bd
      https://github.com/D-Programming-Language/phobos/commit/0419a2e3575effffec1497608c70ed36f0b2b1bd
  Author: Ilya Yaroshenko <ilyayaroshenko@gmail.com>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  make a template


  Commit: c9f8a47e1cbad831a620768c62b8d3cc874f47e9
      https://github.com/D-Programming-Language/phobos/commit/c9f8a47e1cbad831a620768c62b8d3cc874f47e9
  Author: Ilya Yaroshenko <ilyayaroshenko@gmail.com>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  remove private


  Commit: 33956f10a1b0b144943fc4489bc8cc0b671d3d4e
      https://github.com/D-Programming-Language/phobos/commit/33956f10a1b0b144943fc4489bc8cc0b671d3d4e
  Author: H. S. Teoh <hsteoh@quickfur.ath.cx>
  Date:   2014-09-16 (Tue, 16 Sep 2014)

  Changed paths:
    M std/math.d

  Log Message:
  -----------
  Merge pull request #2508 from 9il/frexp-single-double

std.math: added frexp for double and float


Compare: https://github.com/D-Programming-Language/phobos/compare/575b4aec7f2e...33956f10a1b0