August 12, 2013 [D-runtime] [D-Programming-Language/druntime] 04e29d: Split exception handling in deh/deh_win32/deh_win6... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation