[Issue 3120] std.process.execv() pass arguments to programm incorrectly

2009-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3120 --- Comment #1 from Alexey G golovanov_ale...@mail.ru 2009-07-01 04:28:48 PDT --- Created an attachment (id=408) -- (http://d.puremagic.com/issues/attachment.cgi?id=408) caller program using std.process.execv() -- Configure issuemail:

[Issue 3120] std.process.execv() pass arguments to programm incorrectly

2009-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3120 --- Comment #2 from Alexey G golovanov_ale...@mail.ru 2009-07-01 04:29:33 PDT --- Created an attachment (id=409) -- (http://d.puremagic.com/issues/attachment.cgi?id=409) called programm, received parameters -- Configure issuemail:

[Issue 3121] New: recurrence does not generate the correct numbers

2009-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3121 Summary: recurrence does not generate the correct numbers Product: D Version: 2.030 Platform: Other OS/Version: Windows Status: NEW Keywords: patch, wrong-code

[Issue 3122] New: [patch] Adding support for fast and reliable build tools to the frontend

2009-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3122 Summary: [patch] Adding support for fast and reliable build tools to the frontend Product: D Version: 1.045 Platform: All OS/Version: All Status: NEW

[Issue 2484] Templated classes have no moduleinfo

2009-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2484 Justin mrjn...@gmail.com changed: What|Removed |Added CC||mrjn...@gmail.com ---

[Issue 2484] Templated classes have no moduleinfo

2009-07-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2484 --- Comment #3 from Justin mrjn...@gmail.com 2009-07-01 11:31:25 PDT --- Ok, with a bit of work, I thing I've improved on this technique a bit. Here's factory.d: module factory; import std.stdio; import container; void main() {