October 06, 2017
https://issues.dlang.org/show_bug.cgi?id=17868

--- Comment #9 from Steven Schveighoffer <schveiguy@yahoo.com> ---
(In reply to Walter Bright from comment #8)
> What's the difference between this and `shared static this()` ?

This uses the C runtime's features to do static ctor/dtor (if the compiler supports it), shared static this uses D's ModuleInfo to do it.

--
December 12, 2017
https://issues.dlang.org/show_bug.cgi?id=17868

--- Comment #10 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/276df5b9e95012475077f20a6662a0e386f9d68e fix Issue 17868 - add pragma(crt_con-/destructor)

- allows to run con-/destructors before/after CRT startup/shutdown
- primary use-case is implementing modular startup in druntime itself

--
December 12, 2017
https://issues.dlang.org/show_bug.cgi?id=17868

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
December 18, 2017
https://issues.dlang.org/show_bug.cgi?id=17868

--- Comment #11 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/276df5b9e95012475077f20a6662a0e386f9d68e fix Issue 17868 - add pragma(crt_con-/destructor)

--
February 19, 2020
https://issues.dlang.org/show_bug.cgi?id=17868

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei@erdani.com

--- Comment #12 from Mathias LANG <pro.mathias.lang@gmail.com> ---
*** Issue 17035 has been marked as a duplicate of this issue. ***

--
1 2
Next ›   Last »