December 26, 2016
Walter and I investigated a bit the way C module initialization/termination works. https://issues.dlang.org/show_bug.cgi?id=17035 is the result.

This preapproved enhancement would make life easier for folks who want to write libraries that don't depend on druntime.


Andrei
December 27, 2016
On Tuesday, 27 December 2016 at 01:39:18 UTC, Andrei Alexandrescu wrote:
> Walter and I investigated a bit the way C module initialization/termination works. https://issues.dlang.org/show_bug.cgi?id=17035 is the result.
>
> This preapproved enhancement would make life easier for folks who want to write libraries that don't depend on druntime.
>
>
> Andrei

Many thanks!