[Issue 8544] Expose cArgs in druntime

2012-10-23 Thread d-bugmail
/2e73c0fd3139af781f3afe926c4485b20f88a16d Fixes Issue 8544 - Expose cArgs in Druntime struct for easier interfacing with C libraries. https://github.com/D-Programming-Language/druntime/commit/84beb9786e11b419cfa5eb4792d7fbdc8e1a Merge pull request #336 from AndrejMitrovic/Fix8544 Fix Issue 8544 - Expose cArgs in Druntime

[Issue 8544] Expose cArgs in druntime

2012-10-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8544 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8544] Expose cArgs in druntime

2012-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8544 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-10-02 16:53:34 PDT --- I'd like to fix this myself. But I'm not sure how this should be exposed in the Runtime struct. Should it be two properties, 'argc' and 'argv', or a

[Issue 8544] Expose cArgs in druntime

2012-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8544 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-10-02 16:54:34 PDT --- (In reply to comment #1) I'd like to fix this myself. But I'm not sure how this should be exposed in the Runtime struct. Should it be two

[Issue 8544] Expose cArgs in druntime

2012-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8544 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added CC||a...@lycus.org