[Issue 5439] 64bit struct alignment inconsistent with C ABI

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

[Issue 4789] std.algorithm.sort bug

2011-01-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4789 d...@dawgfoto.de changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 4789] std.algorithm.sort bug

2011-01-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4789 --- Comment #3 from d...@dawgfoto.de 2011-01-11 05:50:48 PST --- Before changeset 1948 the implementation used memcpy which would have also led to undefined behavior on some platforms. This was changeset 2180 that changed the implementation.

[Issue 5445] New: DMD does not look for .dmd.conf in HOME dir

2011-01-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5445 Summary: DMD does not look for .dmd.conf in HOME dir Product: D Version: 2.040 Platform: All OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2

[Issue 5445] DMD does not look for .dmd.conf in HOME dir

2011-01-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5445 --- Comment #1 from Sean Kelly s...@invisibleduck.org 2011-01-11 12:10:10 PST --- Created an attachment (id=869) check_dotfile.patch -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 5445] DMD does not look for .dmd.conf in HOME dir

2011-01-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5445 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 4697] std.demangle doesn't work correctly

2011-01-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4697 Sean Kelly s...@invisibleduck.org changed: What|Removed |Added CC|

[Issue 5445] DMD does not look for .dmd.conf in HOME dir

2011-01-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5445 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Issue 5446] New: Ddoc doesn't output aliased and typedef'ed names

2011-01-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5446 Summary: Ddoc doesn't output aliased and typedef'ed names Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Severity: normal

[Issue 5366] std.json parseJSON incorrectly parses unicode entities

2011-01-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5366 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added CC|

[Issue 5366] std.json parseJSON incorrectly parses unicode entities

2011-01-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5366 --- Comment #3 from Iain Buclaw ibuc...@ubuntu.com 2011-01-11 18:39:19 PST --- Done and done. http://dsource.org/projects/phobos/changeset/2317 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 5366] std.json parseJSON incorrectly parses unicode entities

2011-01-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5366 Iain Buclaw ibuc...@ubuntu.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: levenshteinDistanceAndPath Source bug

2011-01-11 Thread BCS
Hello tsukikage, Hello, there is a bug at std.algorithm source. dsource,org's source: 4120 levenshteinDistanceAndPath(alias equals = a == b, Range1, Range2) 4121 (Range1 s, Range2 t) 4122 if (isForwardRange!(Range1) isForwardRange!(Range2)) 4123 { 4124