May 31, 2016 General » Horrible DMD startup performance on Windows | |||
|---|---|---|---|
| |||
...Bright real 0m3.312s user 0m0.000s sys 0m0.015s ``` On Linux (even under a... | |||
May 29, 2016 Phobos » [phobos] [dlang/tools] 50eb3c: Fix import deprecation warning. | |||
|---|---|---|---|
| |||
...deprecated - Import core.stdc.stdlib or core.sys.posix.stdlib instead
Commit: dea3c3698ffa332771015f5d38fe17a8bdf22441
https://github... | |||
May 27, 2016 General » Re: A technique to mock "static interfaces" (e.g. isInputRange) | |||
|---|---|---|---|
| |||
...red; import std.stdio; import core.sys.posix.sys.mman : mprotect, PROT_NONE, PROT_READ... | |||
May 27, 2016 Learn » Re: Request assistance binding to Windows dsound.{lib, dll} | |||
|---|---|---|---|
| |||
...the correct libraries:
import core.sys.windows.windows;
import core.sys.windows.com;
And finally... | |||
May 27, 2016 General » Re: SIGUSR2 from GC interrupts application system calls on Linux | |||
|---|---|---|---|
| |||
...do some debugging, it would interrupt the sys call, which was not desired. We use... | |||
May 26, 2016 General » Re: SIGUSR2 from GC interrupts application system calls on Linux | |||
|---|---|---|---|
| |||
...using sigaction made no difference:
import core.sys.posix.signal;
sigaction_t tmp;
sigaction(SIGUSR2... | |||
May 23, 2016 General » Re: Hide input string from stdin | |||
|---|---|---|---|
| |||
...you could just use getpass() from core.sys.posix.unistd. Not sure what the Windows... | |||
May 22, 2016 Issues » [Issue 15547] 64-bit struct alignment in core.sys.windows.setupapi inconsistent with msvc | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=15547 jiki@red.email.ne.jp changed... | |||
May 22, 2016 Issues » [Issue 16049] core.sys.windows structs have wrong sizes and aligns | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16049 --- Comment #3 from jiki@red.email... | |||
May 22, 2016 Issues » [Issue 15959] core.sys.windows modules should be modified for x64 | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=15959 --- Comment #9 from github-bugzilla@puremagic... | |||
Copyright © 1999-2021 by the D Language Foundation