[D-runtime] druntime commit, revision 371

Don Clugston dclugston at googlemail.com
Wed Aug 25 23:53:55 PDT 2010


On 23 August 2010 00:38, Sean Kelly <sean at invisibleduck.org> wrote:
> Are those math routines all really pure?  I thought they might set floating-point state flags.

No, they're not pure. Most C math functions are allowed to set the
global variable 'errno'.
I think it's better to assume that NONE are pure.

>
> On Aug 22, 2010, at 5:13 PM, dsource.org wrote:
>
>> druntime commit, revision 371
>>
>>
>> user: andrei
>>
>> msg:
>> 64-bit compatibility work
>>
>> http://www.dsource.org/projects/druntime/changeset/371
>>
>> _______________________________________________
>> D-runtime mailing list
>> D-runtime at puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/d-runtime
>
> _______________________________________________
> D-runtime mailing list
> D-runtime at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/d-runtime
>


More information about the D-runtime mailing list