November 27, 2010
Is there a reason why core.stdc.time does not have tzset() for OSX? It specifically has it for Linux and FreeBSD but not OSX. According to this man page ( http://is.gd/hSSaf ), it exists on Mac OS X.

Either it needs to be made available in druntime, or I'm going to have to make the code that uses it in the new std.datetime unavailable for the Mac. It wouldn't be the end of the world, since the amount of code is fairly small, but if it's available on the Mac, then it seems to me that it should be available for the Mac in druntime, just like it is on Linux and FreeBSD.

- Jonathan M Davis
November 28, 2010
I created all the linux blocks in those headers and the others were mostly contributed--I didn't have OSX until after the headers were created.  I'll take a look at tzset.

On Nov 27, 2010, at 1:04 PM, Jonathan M Davis wrote:

> Is there a reason why core.stdc.time does not have tzset() for OSX? It specifically has it for Linux and FreeBSD but not OSX. According to this man page ( http://is.gd/hSSaf ), it exists on Mac OS X.
> 
> Either it needs to be made available in druntime, or I'm going to have to make the code that uses it in the new std.datetime unavailable for the Mac. It wouldn't be the end of the world, since the amount of code is fairly small, but if it's available on the Mac, then it seems to me that it should be available for the Mac in druntime, just like it is on Linux and FreeBSD.
> 
> - Jonathan M Davis
> _______________________________________________
> D-runtime mailing list
> D-runtime at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/d-runtime