[phobos] [D-Programming-Language/phobos] f909a1: fix Issue 9005 - std.concurrency.spawn should allo...

GitHub noreply at github.com
Mon Nov 19 08:33:40 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: f909a18dca275308c5b24671121e1ee2d2d66170
      https://github.com/D-Programming-Language/phobos/commit/f909a18dca275308c5b24671121e1ee2d2d66170
  Author: SHOO <zan77137 at nifty.com>
  Date:   2012-11-15 (Thu, 15 Nov 2012)

  Changed paths:
    M std/concurrency.d

  Log Message:
  -----------
  fix Issue 9005 - std.concurrency.spawn should allow `void delegate(Args) shared` for new Tid

http://d.puremagic.com/issues/show_bug.cgi?id=9005


  Commit: 10f1e807b7b784d6e537876e3f13846394d83f47
      https://github.com/D-Programming-Language/phobos/commit/10f1e807b7b784d6e537876e3f13846394d83f47
  Author: SHOO <zan77137 at nifty.com>
  Date:   2012-11-15 (Thu, 15 Nov 2012)

  Changed paths:
    M std/concurrency.d

  Log Message:
  -----------
  replaced tabs to spaces


  Commit: 5c50c6f0607f37abbfc466035a929ef9fa640166
      https://github.com/D-Programming-Language/phobos/commit/5c50c6f0607f37abbfc466035a929ef9fa640166
  Author: SHOO <zan77137 at nifty.com>
  Date:   2012-11-18 (Sun, 18 Nov 2012)

  Changed paths:
    M std/array.d
    M std/range.d
    M std/socket.d
    M std/string.d
    M std/traits.d
    M std/variant.d

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/D-Programming-Language/phobos into fix9005


  Commit: aa1f8351b9a1117d3de4fa4782db6e7b4c6c0c95
      https://github.com/D-Programming-Language/phobos/commit/aa1f8351b9a1117d3de4fa4782db6e7b4c6c0c95
  Author: SHOO <zan77137 at nifty.com>
  Date:   2012-11-18 (Sun, 18 Nov 2012)

  Changed paths:
    M std/concurrency.d

  Log Message:
  -----------
  rename Spawnable to isSpawnable


  Commit: 5274ebc0326fe9c6ea5b64622f07e31a7732ca69
      https://github.com/D-Programming-Language/phobos/commit/5274ebc0326fe9c6ea5b64622f07e31a7732ca69
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2012-11-19 (Mon, 19 Nov 2012)

  Changed paths:
    M std/concurrency.d

  Log Message:
  -----------
  Merge pull request #947 from shoo/fix9005

fix Issue 9005 - std.concurrency.spawn should allow `void delegate(Args) shared` for new Tid


Compare: https://github.com/D-Programming-Language/phobos/compare/45f23d90f1c6...5274ebc0326f


More information about the phobos mailing list