http://d.puremagic.com/issues/show_bug.cgi?id=5243
Iain Buclaw <ibuc...@ubuntu.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ibuc...@ubuntu.com --- Comment #7 from Iain Buclaw <ibuc...@ubuntu.com> 2013-01-08 08:50:44 PST --- (In reply to comment #3) > (In reply to comment #2) > > Can you convert this into a pull request? It will make reviewing more easy. > > I'll do it later tonight. > > > All your changes are POSIX only, is the overwriting not happening on > > Windows? > > No because executables on win32 always end with .exe. Even if you do "dmd > -oftest", DMD will still append an .exe . > > > Finally, any reason for declaring getuid() manually instead of including the > > appropriate headers? > > The DMC header is unistd.h, but the front-end is also used by GDC and LDC, I > don't know which headers they use for this function. It seemed easiest to just > declare the function rather than to include an entire header (remember that > includes are costly for compile-times in C++). GDC ifdef's pretty much all of mars.c, so this doesn't affect me. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------