Search

March 24, 2016
GDC »
...e. you can't use the core.sys.posix.*
  pthread modules). I don't think...
March 24, 2016
GDC »
...for mingw-specific system functions (ie: core.sys.mingw.pthread). In the meantime, you should...
March 24, 2016
GDC »
...include -isystem /mingw64/x86_64-w64-mingw32/sys-include    -o gcc/gthreads/posix.o -Wall...
March 21, 2016
Learn »
...d

real    0m1.063s
user    0m0.986s
sys     0m0.075s

$ wc dom.d cgi.d...
March 21, 2016
General »
...When looking at core definitions like core.sys.posix.pthread I can see some "duplicated...
March 21, 2016
LDC »
...just deleting those 2 declarations in core.sys.windows.winuser, all tests pass on Win64...
March 20, 2016
LDC »
...mergefix, then there's this in `core.sys.windows.winuser`, extern(Windows):

BOOL GetMonitorInfoA(HMONITOR...
March 18, 2016
Issues »
...Simen Kjaeraas <simen.kjaras@gmail.com> ---
core.sys.posix.stdlib.setenv is a simple wrapper...
March 18, 2016
Issues »
...std.stdio;
import std.string;
import core.sys.posix.stdlib;

void main()
{
    immutable key = "AAAAAAAA...
March 13, 2016
Druntime »
...src/core/sys/posix/sys/stat.d
    M src/core/sys/posix/sys/types.d...
122 123 124 125 126 127 128 129 130 131 132
Next ›   Last »