[Issue 2915] New: [Patch]: Optimize -a*-b into a*b

2009-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2915 Summary: [Patch]: Optimize -a*-b into a*b Product: D Version: 1.043 Platform: PC OS/Version: Windows Status: NEW Keywords: patch, performance Severity: enhancement

[Issue 2915] [Patch]: Optimize -a*-b into a*b

2009-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2915 --- Comment #1 from clugd...@yahoo.com.au 2009-04-30 02:11 --- Created an attachment (id=343) -- (http://d.puremagic.com/issues/attachment.cgi?id=343action=view) Patch against DMD2.029 Applies to integer, real, complex and

[Issue 2913] aliasing a ref type is not possible

2009-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2913 --- Comment #1 from kamm-removet...@incasoftware.de 2009-04-30 02:40 --- I'm not sure allowing that alias is a good idea, as ref int and int still name the same type. If that alias worked, wouldn't you expect alias ref int rint;

[Issue 2916] New: struct constructor use syntax undocumented

2009-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2916 Summary: struct constructor use syntax undocumented Product: D Version: 2.029 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 2913] aliasing a ref type is not possible

2009-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2913 --- Comment #2 from and...@metalanguage.com 2009-04-30 08:12 --- (In reply to comment #1) I'm not sure allowing that alias is a good idea, as ref int and int still name the same type. If that alias worked, wouldn't you expect

[Issue 2917] New: std.date fails for all years before 1970

2009-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2917 Summary: std.date fails for all years before 1970 Product: D Version: 2.029 Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P2

[Issue 1639] Date/Time deficiences

2009-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1639 --- Comment #2 from ghaec...@idworld.net 2009-04-30 10:42 --- (From update of attachment 200) 22,25c22,23 private import std.conv; private import std.stdio; private import std.dateparse; private import std.string; --- private

[Issue 2907] std.stdio.writeln hangs multithreaded programs.

2009-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2907 dsim...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2890] std.stdio.write family blocks on file lock

2009-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2890 dsim...@yahoo.com changed: What|Removed |Added CC||dsim...@yahoo.com ---

[Issue 1639] Date/Time deficiences

2009-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1639 --- Comment #5 from ghaec...@idworld.net 2009-04-30 19:24 --- (In reply to comment #4) What was the purpose of copying this long block of code here? Sorry about that. I'm new to bugzilla. That long block of code resulted from my

[Issue 1639] Date/Time deficiences

2009-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1639 bra...@puremagic.com changed: What|Removed |Added AssignedTo|bra...@puremagic.com|bugzi...@digitalmars.com