[Issue 2062] Cannot deduce template type

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2062 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5206] stat_t is not the same as struct stat

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

[Issue 5512] New: Compile error(FreeBSD8.1): not defined lstat64()

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5512 Summary: Compile error(FreeBSD8.1): not defined lstat64() Product: D Version: D2 Platform: All OS/Version: FreeBSD Status: NEW Severity: critical Priority: P2

[Issue 5483] Missing mcontext_t for X86_64

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5483 --- Comment #3 from Sohgo Takeuchi so...@sohgo.dyndns.org 2011-02-01 03:05:31 PST --- I will vote this issue. I could not compile druntime without this patch. Thank you. -- Configure issuemail:

[Issue 5483] Missing mcontext_t for X86_64

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5483 --- Comment #4 from Sohgo Takeuchi so...@sohgo.dyndns.org 2011-02-01 03:17:54 PST --- Oops, sorry, Please ignore the Comment #3. I have reposted the same message. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 5513] New: Erroneous example in std.algorithm

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5513 Summary: Erroneous example in std.algorithm Product: D Version: D2 Platform: Other URL: http://digitalmars.com/d/2.0/phobos/std_algorithm#schw artzSort

[Issue 5514] New: Erroneous documentation and lacking randomization for topN

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5514 Summary: Erroneous documentation and lacking randomization for topN Product: D Version: unspecified Platform: Other OS/Version: Mac OS X Status: NEW

[Issue 5513] Erroneous example in std.algorithm

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

[Issue 5514] Erroneous documentation and lacking randomization for topN

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

[Issue 5512] Compile error(FreeBSD8.1): not defined lstat64()

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

[Issue 4332] C files in druntime should be converted to D

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4332 --- Comment #2 from wfunct...@hotmail.com 2011-02-01 13:22:31 PST --- Created an attachment (id=893) D implementation of critical.c -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 4332] C files in druntime should be converted to D

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4332 --- Comment #3 from wfunct...@hotmail.com 2011-02-01 13:23:06 PST --- Created an attachment (id=894) D implementation of monitor.c -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 4332] C files in druntime should be converted to D

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4332 --- Comment #4 from wfunct...@hotmail.com 2011-02-01 13:24:52 PST --- Created an attachment (id=895) Changed monitor.c and critical.c into D -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 4332] C files in druntime should be converted to D

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4332 --- Comment #5 from wfunct...@hotmail.com 2011-02-01 13:25:27 PST --- Created an attachment (id=896) Changed monitor.c and critical.c into D -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 5515] New: std.conv.to for safer enum casts

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5515 Summary: std.conv.to for safer enum casts Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component:

[Issue 4332] C files in druntime should be converted to D

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4332 wfunct...@hotmail.com changed: What|Removed |Added Attachment #893 is|0 |1 obsolete|

[Issue 4332] C files in druntime should be converted to D

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4332 wfunct...@hotmail.com changed: What|Removed |Added Attachment #894 is|0 |1 obsolete|

[Issue 4546] D2 Language Docs: http://www.digitalmars.com/d/2.0/type.html

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4546 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5516] New: .init is broken for fields

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5516 Summary: .init is broken for fields Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 5512] Compile error(FreeBSD8.1): not defined lstat64()

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5512 Sohgo Takeuchi so...@sohgo.dyndns.org changed: What|Removed |Added Attachment #892 is|0 |1

[Issue 5512] Compile error(FreeBSD8.1): not defined lstat64()

2011-02-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5512 --- Comment #3 from Sohgo Takeuchi so...@sohgo.dyndns.org 2011-02-02 12:34:16 JST --- Created an attachment (id=899) define lstat64() for FreeBSD -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are