Search

May 31, 2016
General »
...Bright

real    0m3.312s
user    0m0.000s
sys     0m0.015s
```

On Linux (even under a...
May 29, 2016
Phobos »
...deprecated - Import core.stdc.stdlib or core.sys.posix.stdlib instead


  Commit: dea3c3698ffa332771015f5d38fe17a8bdf22441
      https://github...
May 27, 2016
General »
...red;

import std.stdio;

import core.sys.posix.sys.mman : mprotect, PROT_NONE, PROT_READ...
May 27, 2016
Learn »
...the correct libraries:

    import core.sys.windows.windows;
    import core.sys.windows.com;

And finally...
May 27, 2016
General »
...do some debugging, it would interrupt the sys call, which was not desired.

We use...
May 26, 2016
General »
...using sigaction made no difference:

    import core.sys.posix.signal;
    sigaction_t tmp;
    sigaction(SIGUSR2...
May 23, 2016
General »
...you could just use getpass() from core.sys.posix.unistd.  Not sure what the Windows...
May 22, 2016
Issues »
https://issues.dlang.org/show_bug.cgi?id=15547

jiki@red.email.ne.jp changed...
May 22, 2016
Issues »
https://issues.dlang.org/show_bug.cgi?id=16049

--- Comment #3 from jiki@red.email...
May 22, 2016
Issues »
https://issues.dlang.org/show_bug.cgi?id=15959

--- Comment #9 from github-bugzilla@puremagic...
113 114 115 116 117 118 119 120 121 122 123
Next ›   Last »