June 23, 2015 Issues » [Issue 14726] core.sys.linux.sys.mman out of date | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=14726 Vladimir Panteleev <thecybershadow@gmail.com> changed... | |||
June 23, 2015 Issues » [Issue 14726] New: core.sys.linux.sys.mman out of date | |||
|---|---|---|---|
| |||
...14726
Issue ID: 14726
Summary: core.sys.linux.sys.mman out of date
Product: D... | |||
June 18, 2015 General » Re: Why aren't you using D at work? | |||
|---|---|---|---|
| |||
...holding me back is that the local sys-admins can't: $ yum install gcd on... | |||
June 17, 2015 Learn » Can't call GetWindowTextW - Error:undefined identifier | |||
|---|---|---|---|
| |||
...those imports: import core.runtime; import core.sys.windows.windows; when I call GetWindowTextW DMD... | |||
June 17, 2015 Learn » Re: Calling a cpp function from d | |||
|---|---|---|---|
| |||
Here's a working version: import core.sys.windows.windows; extern(Windows) HRESULT SHGetFolderPathW(HWND... | |||
June 17, 2015 GDC » gdc in raspbian stretch. | |||
|---|---|---|---|
| |||
...isystem /usr/arm-linux-gnueabihf/sys-include -isystem /«PKGBUILDDIR»/build/sys-include -O2 -g -ffp... | |||
June 16, 2015 Learn » Calling DLL coded in D from Java | |||
|---|---|---|---|
| |||
...import std.c.windows.windows; import core.sys.windows.dll; import std.c.stdio; __gshared... | |||
June 16, 2015 Issues » [Issue 14702] New: struct epoll_event is aligned incorrectly | |||
|---|---|---|---|
| |||
...com
Reporter: tomerfiliba@gmail.com
In core.sys.linux.epoll, struct epoll_event is defined... | |||
June 15, 2015 Druntime » [D-runtime] [D-Programming-Language/druntime] 0a8b4b: Replace use of lockf with flock for Bionic | |||
|---|---|---|---|
| |||
...paths:
M src/core/sys/posix/fcntl.d
M src/core/sys/posix/unistd.d... | |||
June 13, 2015 General » Re: version: multiple conditions | |||
|---|---|---|---|
| |||
...linux) {
import core.sys.linux.dlfcn;
}
else version (FreeBSD) {
import core.sys.freebsd.dlfcn;
}
version... | |||
Copyright © 1999-2021 by the D Language Foundation