[D-runtime] [D-Programming-Language/druntime] 04e29d: Split exception handling in deh/deh_win32/deh_win6...

GitHub noreply at github.com
Mon Aug 12 05:18:36 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 04e29d17959a8e14a8b2f5c06dfdf72f87f9206a
      https://github.com/D-Programming-Language/druntime/commit/04e29d17959a8e14a8b2f5c06dfdf72f87f9206a
  Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
  Date:   2013-08-12 (Mon, 12 Aug 2013)

  Changed paths:
    M mak/MANIFEST
    M mak/SRCS
    M src/rt/deh.d
    R src/rt/deh2.d
    A src/rt/deh_win32.d
    A src/rt/deh_win64_posix.d
    M src/rt/sections.d
    M src/rt/sections_freebsd.d
    M src/rt/sections_linux.d
    M src/rt/sections_osx.d
    M src/rt/sections_solaris.d
    M src/rt/sections_win64.d

  Log Message:
  -----------
  Split exception handling in deh/deh_win32/deh_win64_posix

The original file names (deh and deh2) are not very descriptive. This
structure is inspired by the section and section_xxx modules.

_d_createTrace() implementation is left in the deh module because is
common to all the architectures.


  Commit: 29a2d6642e4a794ce197c07d4579cc0bb73a44d3
      https://github.com/D-Programming-Language/druntime/commit/29a2d6642e4a794ce197c07d4579cc0bb73a44d3
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-08-12 (Mon, 12 Aug 2013)

  Changed paths:
    M mak/MANIFEST
    M mak/SRCS
    M src/rt/deh.d
    R src/rt/deh2.d
    A src/rt/deh_win32.d
    A src/rt/deh_win64_posix.d
    M src/rt/sections.d
    M src/rt/sections_freebsd.d
    M src/rt/sections_linux.d
    M src/rt/sections_osx.d
    M src/rt/sections_solaris.d
    M src/rt/sections_win64.d

  Log Message:
  -----------
  Merge pull request #565 from leandro-lucarella-sociomantic/deh-split

Split exception handling in deh/deh_win32/deh_win64_posix


Compare: https://github.com/D-Programming-Language/druntime/compare/f6692feb4390...29a2d6642e4a


More information about the D-runtime mailing list