[Issue 5926] D2 shows empty command line on Windows 98 SE

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5926 Denis verylonglogin@gmail.com changed: What|Removed |Added Attachment #960 is|0 |1

[Issue 5926] D2 shows empty command line on Windows 98 SE

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5926 --- Comment #13 from Denis verylonglogin@gmail.com 2011-05-04 23:24:27 PDT --- (From update of attachment 961) version (Windows) { wchar_t* wcbuf = GetCommandLineW(); size_twclen = wcslen(wcbuf); char*

[Issue 5926] D2 shows empty command line on Windows 98 SE

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5926 Denis verylonglogin@gmail.com changed: What|Removed |Added Attachment #961 is|0 |1

[Issue 5927] Broken getcwd when using GetCurrentDirectoryA

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5927 --- Comment #2 from Denis verylonglogin@gmail.com 2011-05-04 23:51:02 PDT --- (In reply to comment #1) This is silly. Do you expect the Phobos library to work around every single Windows bug for outdated Windows operating systems that

[Issue 5798] Weakly pure function calls skipped inside a comma expression

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5798 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5890] ICE and wrong scope problem for 2nd argument in static assert with DMD on git master

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5890 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5781] std.datetime: On Windows, times off by one hour in some years due to DST rule changes

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5781 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 5794] std.datetime StopWatch (and perhaps benchmark) examples need a small fix

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5794 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 5761] std.datetime: Date.this(int day) conversion fails for Dec 30 of leap years

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5761 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5928] New: bigint modulo problem

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5928 Summary: bigint modulo problem Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Phobos

[Issue 5777] Move semantics require full spec NRVO

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5777 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Attachment #935 is|0 |1 obsolete|

[Issue 5929] Casting to void, Internal error: ..\ztc\cod1.c 3136

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5929 kenn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4494] ICE(cod1.c) Array literal filled with results of void function

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4494 kenn...@gmail.com changed: What|Removed |Added CC||psztur...@tlen.pl --- Comment #5

[Issue 5930] New: cas doesn't work when used in code compiled with -D

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5930 Summary: cas doesn't work when used in code compiled with -D Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 5931] New: keyword new insists on calling a struct's (non-zero argument) constructor--in other words, it won't allow default initialization; also postblit this(this) constructor dosen't get cal

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5931 Summary: keyword new insists on calling a struct's (non-zero argument) constructor--in other words, it won't allow default initialization; also postblit this(this) constructor

[Issue 5908] Optimizer generates wrong value with divide-by-zero.

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5908 jens.k.muel...@gmx.de changed: What|Removed |Added CC||jens.k.muel...@gmx.de ---

[Issue 5891] hasLength!iota is false

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5891 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4347] foreach over range should save range.

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4347 Torarin torar...@gmail.com changed: What|Removed |Added CC||torar...@gmail.com ---

[Issue 5931] keyword new insists on calling a struct's (non-zero argument) constructor--in other words, it won't allow default initialization; also postblit this(this) constructor dosen't get called f

2011-05-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5931 --- Comment #1 from Christopher the Magnificent ultimatemacfana...@gmail.com 2011-05-05 19:55:08 PDT --- This line above (5th line or so) File file; should read File* file; in other words, the member file is supposed to be a