Search

March 08, 2015
Learn »
...import std.c.windows.windows;
	import core.sys.windows.dll;

2. The fallback for 1...
March 08, 2015
Issues »
...import sys

if __name__ == "__main__":
    if (len(sys.argv) < 2):
        sys.exit()
    infile = open(sys...
March 03, 2015
Issues »
...96 real       132.19 user        48.76 sys
time ../dmd/src/dmd -conf= -I../druntime...
February 23, 2015
Issues »
...7 @@ public import core.sys.posix.stdio;
 import core.sys.posix.sys.types : ssize_t...
February 19, 2015
Learn »
...std.concurrency;
import core.sys.posix.unistd;
import core.sys.posix.sys.stat;
import core...
February 19, 2015
Issues »
https://issues.dlang.org/show_bug.cgi?id=13377

--- Comment #4 from github-bugzilla@puremagic...
February 17, 2015
Druntime »
...src/core/sys/freebsd/sys/mman.d
    M src/core/sys/linux/sys/mman.d...
February 15, 2015
General »
...one is:

version(linux) import core.sys.linux.sys.mman : MAP_ANON;

I imagine the...
February 15, 2015
General »
Import core.sys.osx et al. instead (you might need to make sure that it...
February 15, 2015
General »
...core.sys.posix.sys.mman.MAP_ANON is deprecated - Please use core.sys.osx.sys...
153 154 155 156 157 158 159 160 161 162 163
Next ›   Last »