Search

June 23, 2015
Issues »
https://issues.dlang.org/show_bug.cgi?id=14726

Vladimir Panteleev <thecybershadow@gmail.com> changed...
June 23, 2015
Issues »
...14726

          Issue ID: 14726
           Summary: core.sys.linux.sys.mman out of date
           Product: D...
June 18, 2015
General »
...holding me back is that the local sys-admins can't:

  $ yum install gcd

on...
June 17, 2015
Learn »
...those imports:

import core.runtime;
import core.sys.windows.windows;

when I call GetWindowTextW DMD...
June 17, 2015
Learn »
Here's a working version:

import core.sys.windows.windows;

extern(Windows)
HRESULT SHGetFolderPathW(HWND...
June 17, 2015
GDC »
...isystem /usr/arm-linux-gnueabihf/sys-include -isystem /«PKGBUILDDIR»/build/sys-include -O2 -g -ffp...
June 16, 2015
Learn »
...import std.c.windows.windows;
import core.sys.windows.dll;
import std.c.stdio;

__gshared...
June 16, 2015
Issues »
...com
          Reporter: tomerfiliba@gmail.com

In core.sys.linux.epoll, struct epoll_event is defined...
June 15, 2015
Druntime »
...paths:
    M src/core/sys/posix/fcntl.d
    M src/core/sys/posix/unistd.d...
June 13, 2015
General »
...linux) {
    import core.sys.linux.dlfcn;
}
else version (FreeBSD) {
    import core.sys.freebsd.dlfcn;
}

version...
144 145 146 147 148 149 150 151 152 153 154
Next ›   Last »