[Issue 1923] GC optimization for contiguous pointers to the same page

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1923 --- Comment #4 from bugzi...@digitalmars.com 2009-03-29 01:54 --- Complete discussion: http://www.digitalmars.com/d/archives/digitalmars/D/Slow_GC_67673.html --

[Issue 2715] Access Violation at writefln with interface

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2715 unkn...@simplemachines.org changed: What|Removed |Added Attachment #296 is|0 |1 obsolete|

[Issue 2767] DMD incorrectly mangles NTFS stream names

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2767 unkn...@simplemachines.org changed: What|Removed |Added CC||unkn...@simplemachines.org

[Issue 2767] DMD incorrectly mangles NTFS stream names

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2767 --- Comment #3 from bugzi...@digitalmars.com 2009-03-29 01:35 --- Brad makes a good point, there are aux:, lpt1:, prn:, com1:, etc. But they all share the characteristic that the ':' is the last character. So, here's my patch: char *

[Issue 2570] Patch for some mistakes in Ddoc comments.

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2570 --- Comment #3 from bra...@puremagic.com 2009-03-29 01:33 --- patch applied to both 1.x and trunk for the next release --

[Issue 2767] DMD incorrectly mangles NTFS stream names

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2767 --- Comment #2 from bra...@puremagic.com 2009-03-29 00:48 --- Food for thought, I don't use windows much so my memory is foggy and quite possibly out of date, but consider the old-school device names 'com1:'. How, if at all, do those

[Issue 2700] typeof tests stops compilation abruptly

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2700 --- Comment #1 from unkn...@simplemachines.org 2009-03-29 00:19 --- Created an attachment (id=297) --> (http://d.puremagic.com/issues/attachment.cgi?id=297&action=view) Pass loc to error(). The issue was simple actually; an unattach

[Issue 2715] Access Violation at writefln with interface

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2715 --- Comment #1 from unkn...@simplemachines.org 2009-03-28 23:53 --- Created an attachment (id=296) --> (http://d.puremagic.com/issues/attachment.cgi?id=296&action=view) Fix e1->type when clearing this->type within CallExp. This is c

[Issue 2764] Skip link if main not found

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2764 unkn...@simplemachines.org changed: What|Removed |Added CC||unkn...@simplemachines.org

[Issue 2767] DMD incorrectly mangles NTFS stream names

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2767 unkn...@simplemachines.org changed: What|Removed |Added AssignedTo|bugzi...@digitalmars.com|unkn...@simplemachines.org

[Issue 2767] New: DMD incorrectly mangles NTFS stream names

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2767 Summary: DMD incorrectly mangles NTFS stream names Product: D Version: 2.026 Platform: PC OS/Version: Windows Status: NEW Severity: trivial Priority: P5 Co

[Issue 455] DMD accepts illegal identifiers in module names if no ModuleDeclaration is used

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=455 unkn...@simplemachines.org changed: What|Removed |Added CC||unkn...@simplemachines.org

[Issue 129] DDoc makes enum values cryptic

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=129 unkn...@simplemachines.org changed: What|Removed |Added CC||unkn...@simplemachines.org

0.1392707 Does This Look Good? ... 0.9363254

2009-03-28 Thread iwantsex
0.5451613 Does This Look Good? ... 0.7186537 0.1392707 Now Visit http://www.clicklinknow.com/dating/ 0.9363254

[Issue 1923] GC optimization for contiguous pointers to the same page

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1923 --- Comment #3 from dhase...@gmail.com 2009-03-28 15:50 --- For reference, this patch has been applied to Tango and has not caused any known issues. --

[Issue 1923] GC optimization for contiguous pointers to the same page

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1923 --- Comment #2 from llu...@gmail.com 2009-03-28 15:17 --- Is there any reason why this patch is no applied? --

[Issue 2765] module name in .obj file

2009-03-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2765 bugzi...@digitalmars.com changed: What|Removed |Added Severity|normal |enhancement --- Commen