May 23, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 6782f44f718f787ae500396dd5b1393a20545d9b
      https://github.com/D-Programming-Language/phobos/commit/6782f44f718f787ae500396dd5b1393a20545d9b
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2014-05-23 (Fri, 23 May 2014)

  Changed paths:
    M std/format.d

  Log Message:
  -----------
  va_list fix for win64


  Commit: f67a30cdf1e0867091d7dfe2f8d77be9e2b5696f
      https://github.com/D-Programming-Language/phobos/commit/f67a30cdf1e0867091d7dfe2f8d77be9e2b5696f
  Author: Iain Buclaw <ibuclaw@gdcproject.org>
  Date:   2014-05-23 (Fri, 23 May 2014)

  Changed paths:
    M std/format.d

  Log Message:
  -----------
  Merge pull request #2199 from yebblies/valisttype

Do not make assumptions about the type of va_list (win64 edition)


Compare: https://github.com/D-Programming-Language/phobos/compare/7c07412f04d6...f67a30cdf1e0