Thread overview
[D-runtime] druntime commit, revision 393
Sep 21, 2010
dsource.org
Sep 21, 2010
Brad Roberts
Sep 22, 2010
Sean Kelly
Sep 23, 2010
Sean Kelly
September 21, 2010
druntime commit, revision 393


user: sean

msg:
http://d.puremagic.com/issues/show_bug.cgi?id=4439

Made extern (C) extern structs __gshared.

http://www.dsource.org/projects/druntime/changeset/393

September 21, 2010
On Tue, 21 Sep 2010, dsource.org wrote:

> druntime commit, revision 393
> 
> 
> user: sean
> 
> msg:
> http://d.puremagic.com/issues/show_bug.cgi?id=4439
> 
> Made extern (C) extern structs __gshared.
> 
> http://www.dsource.org/projects/druntime/changeset/393

Should they all the *addr_any externs also be either const or immutable? The freebsd version is declared const, the linux and osx ones are mutable.
September 21, 2010
On Sep 21, 2010, at 1:38 PM, Brad Roberts wrote:

> On Tue, 21 Sep 2010, dsource.org wrote:
> 
>> druntime commit, revision 393
>> 
>> 
>> user: sean
>> 
>> msg:
>> http://d.puremagic.com/issues/show_bug.cgi?id=4439
>> 
>> Made extern (C) extern structs __gshared.
>> 
>> http://www.dsource.org/projects/druntime/changeset/393
> 
> Should they all the *addr_any externs also be either const or immutable? The freebsd version is declared const, the linux and osx ones are mutable.

They should be, you're right.

September 23, 2010
On Sep 21, 2010, at 7:16 PM, Sean Kelly wrote:

> On Sep 21, 2010, at 1:38 PM, Brad Roberts wrote:
> 
>> On Tue, 21 Sep 2010, dsource.org wrote:
>> 
>>> druntime commit, revision 393
>>> 
>>> 
>>> user: sean
>>> 
>>> msg:
>>> http://d.puremagic.com/issues/show_bug.cgi?id=4439
>>> 
>>> Made extern (C) extern structs __gshared.
>>> 
>>> http://www.dsource.org/projects/druntime/changeset/393
>> 
>> Should they all the *addr_any externs also be either const or immutable? The freebsd version is declared const, the linux and osx ones are mutable.
> 
> They should be, you're right.

Done.