Search

March 31, 2015
Learn »
...m also aware that there's core.sys.windows.windows, but the documentation for this...
March 30, 2015
General »
...187s
sys	0m0.022s

2.065.0
real	0m0.426s
user	0m0.357s
sys	0m0...
March 30, 2015
General »
...972s
sys     0m0.940s

2.066.1
real    0m10.796s
user    0m9.629s
sys     0m1...
March 29, 2015
Druntime »
...2015)

  Changed paths:
    M src/core/sys/solaris/sys/elf.d

  Log Message:
  -----------
  Solaris: Change...
March 28, 2015
Issues »
...s

real    0m7.005s
user    0m5.792s
sys    0m6.924s


$ gdc --version
gdc (Debian 4...
March 26, 2015
GDC »
...Not implemented");

To fix this, either core.sys.posix.ucontext needs OS X support or...
March 26, 2015
Learn »
---
import std.stdio;
import core.sys.windows.windows;

extern(Windows) export
bool GetComputerNameA(LPTSTR lpBuffer...
March 22, 2015
Druntime »
...paths:
    M src/core/sys/posix/stdio.d

  Log Message:
  -----------
  core.sys.posix.stdio: Change...
March 22, 2015
Issues »
...error || stderr.error) {
        version(Windows) {
            import core.sys.windows.windows: GetStdHandle, STD_INPUT_HANDLE,
STD...
March 20, 2015
General »
...import sys

if __name__ == "__main__":
    if (len(sys.argv) < 2):
        sys.exit()
    infile = open(sys...
151 152 153 154 155 156 157 158 159 160 161
Next ›   Last »