[Issue 3887] New: ddoc does not replicate @property to documentation

2010-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3887 Summary: ddoc does not replicate @property to documentation Product: D Version: 2.040 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 3886] New: Bad example of definition file for DLLs

2010-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3886 Summary: Bad example of definition file for DLLs Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 3342] TLS on dynamically loaded DLLs fails on Windows earlier than Vista

2010-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3342 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #2 fr

[Issue 3885] No multithread support for Windows DLL

2010-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3885 --- Comment #2 from Rainer Schuetze 2010-03-06 08:35:50 PST --- Created an attachment (id=585) allow multithreading with dlls in D1 this is a similar patch for D1: 1. some adjustments to std.thread to attach and detach threads. 2. the same t

[Issue 3885] No multithread support for Windows DLL

2010-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3885 --- Comment #1 from Rainer Schuetze 2010-03-06 08:31:23 PST --- Created an attachment (id=584) allow multithreading with dlls Here's a patch that fixes the issue for D2. It consists of 3 parts: 1. some modifications to core.thread to allow at

[Issue 3885] New: No multithread support for Windows DLL

2010-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3885 Summary: No multithread support for Windows DLL Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 3378] [tdpl] ++x should be an lvalue

2010-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3378 --- Comment #12 from Walter Bright 2010-03-06 01:40:56 PST --- changeset 409 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3884] New: Segfault: typedef present when passing array in tuple argument to function template

2010-03-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3884 Summary: Segfault: typedef present when passing array in tuple argument to function template Product: D Version: 1.056 Platform: x86_64 OS/Version: Linux Status: NE