[Issue 7175] New: Zero-length static array .ptr is always null

2011-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7175 Summary: Zero-length static array .ptr is always null Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 7176] New: Lambda = syntax for function and methods too

2011-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7176 Summary: Lambda = syntax for function and methods too Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 4782] core.atomic.atomicLoad broken for floating point

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

[Issue 5710] cannot use delegates as parameters to non-global template

2011-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5710 --- Comment #12 from David Simcha dsim...@yahoo.com 2011-12-28 06:33:47 PST --- Any chance of this getting fixed anytime soon now that we're addressing a whole bunch of lambda-related issues? If not, I think I can use UFCS to move

[Issue 5613] std.mathspecial.betaIncomplete makes excessively stringent assumptions about FP Precision

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

[Issue 7177] New: $ should forward to length by default

2011-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7177 Summary: $ should forward to length by default Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P2

[Issue 6103] hasFinalizer field in ClassInfo

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

[Issue 6260] [Memory Corruption] Passed around lazy arguments don't work with closures

2011-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6260 timon.g...@gmx.ch changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4711] Incorrect handling of operator with void operand

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

[Issue 7165] [CTFE] ice converting null pointer to bool with constant member function

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

[Issue 7162] [CTFE] bool || void expression crashes dmd

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

[Issue 7178] New: Segfault with import of invalid template

2011-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7178 Summary: Segfault with import of invalid template Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 5813] [patch] std.array.Appender has severe performance and memory leak problems.

2011-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5813 --- Comment #12 from Vladimir Panteleev thecybersha...@gmail.com 2011-12-28 14:56:17 PST --- I spent some more time working on an optimized appender. Things I found: 1) Extra indirection levels are performance killers 2) I failed to create a

[Issue 3425] StdioException on end of stdin on Windows

2011-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3425 Max Vilimpoc m...@vilimpoc.org changed: What|Removed |Added CC||m...@vilimpoc.org ---

[Issue 3425] StdioException on end of stdin on Windows

2011-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3425 --- Comment #4 from Max Vilimpoc m...@vilimpoc.org 2011-12-28 17:17:14 PST --- However, I did find that if I modify stdio.d in Phobos to the following under the L1 label around line 2280, then the other form of piping, i.e. type filename |

[Issue 7179] New: Hash algorithm vulnerable to algorithmic complexity attacks

2011-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7179 Summary: Hash algorithm vulnerable to algorithmic complexity attacks Product: D Version: D1 D2 Platform: Other OS/Version: All Status: NEW Severity:

[Issue 7179] Hash algorithm vulnerable to algorithmic complexity attacks

2011-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7179 --- Comment #1 from Walter Bright bugzi...@digitalmars.com 2011-12-28 22:25:42 PST --- More info: http://news.ycombinator.com/item?id=3401900 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 7180] New: Documentation bug of Const and Invariant Structs

2011-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7180 Summary: Documentation bug of Const and Invariant Structs Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: spec Severity: normal

[Issue 7177] $ should forward to length by default

2011-12-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7177 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---