June 15, 2011
  Branch: refs/heads/phobos-1.x
  Home:   https://github.com/D-Programming-Language/phobos

  Commit: 6ebfa7e0b2ab43200457764430c3d7411aa36e77
      https://github.com/D-Programming-Language/phobos/commit/6ebfa7e0b2ab43200457764430c3d7411aa36e77
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2011-06-10 (Fri, 10 Jun 2011)

  Changed paths:
    M internal/deh2.d
  M std/c/linux/linux.d

  Log Message:
  -----------
  Raise a SIGTRAP on an uncaught exception when no_catch_exceptions was set

Without this change, setting no_catch_exceptions would just cause execution to merrily continue after the "throw" statement, usually leading to undefined behavior.


  Commit: f1c2aed0423685f404e1dbce62c27a7f304568f4
      https://github.com/D-Programming-Language/phobos/commit/f1c2aed0423685f404e1dbce62c27a7f304568f4
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2011-06-15 (Wed, 15 Jun 2011)

  Changed paths:
    M internal/deh2.d
  M std/c/linux/linux.d

  Log Message:
  -----------
  Merge pull request #93 from CyberShadow/sigtrap-on-uncaught-exception

Raise a SIGTRAP on an uncaught exception when no_catch_exceptions was set


Compare: https://github.com/D-Programming-Language/phobos/compare/105a6f0...f1c2aed