[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 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 mail because: ---

[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 changed: What|Removed |Added CC||bugzi...@digitalmars.com Seve

[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 changed: What|Removed |Added CC||s...@invisibleduck.org --- Comment #1 fro

[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 changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[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 Priority:

levenshteinDistanceAndPath Source bug

2011-01-11 Thread 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 Levenshtein!(Range, bina

[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 changed: What|Removed |Added CC||and...@metalanguage.com --- Comm

[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 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 receiving this mail be

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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 Leven