[Issue 15376] New: The time zone name conversions should not be compiled into Phobos

2015-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15376 Issue ID: 15376 Summary: The time zone name conversions should not be compiled into Phobos Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 15376] The time zone name conversions should not be compiled into Phobos

2015-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15376 --- Comment #1 from Jonathan M Davis --- https://github.com/D-Programming-Language/phobos/pull/3824 --

[Issue 15284] dmd installer hangs when updating installed windows version

2015-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15284 --- Comment #20 from Martin Nowak --- (In reply to Martin Nowak from comment #11) > From Thomas Mader: > http://forum.dlang.org/post/gjdwctcoakpfxzyjd...@forum.dlang.org > @Martin: In reply to

[Issue 15372] New: DMD emits wrong mangling for extern(C++) free function templates

2015-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15372 Issue ID: 15372 Summary: DMD emits wrong mangling for extern(C++) free function templates Product: D Version: D2 Hardware: All OS: Linux Status: NEW

[Issue 15373] New: Segfault when using typeid on extern(C++) class with virtual functions

2015-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15373 Issue ID: 15373 Summary: Segfault when using typeid on extern(C++) class with virtual functions Product: D Version: D2 Hardware: All OS: All Status:

[Issue 15374] [internal] Nothing should import ddmd.mars

2015-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15374 David Nadlinger changed: What|Removed |Added CC||c...@klickverbot.at

[Issue 3468] dmd allows negative values to be assigned to an uint variable

2015-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3468 Mathias LANG changed: What|Removed |Added CC|

[Issue 15365] std.math: 80-bit exp() tests are utterly wrong when returning subnormals

2015-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15365 --- Comment #3 from Iain Buclaw --- Stepped through the path dmd code uses for exp(). (1) 0x1.1p13L - Uses L_normal path (2) -0x1.18p+13L- Uses L_normal path (3) -0x1.625p+13L - Uses L_normal path (4)

[Issue 15374] New: [internal] Nothing should import ddmd.mars

2015-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15374 Issue ID: 15374 Summary: [internal] Nothing should import ddmd.mars Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: blocker

[Issue 15374] [internal] Nothing should import ddmd.mars

2015-11-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15374 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org