December 01, 2015 Learn » need help with Windows CreateNamedPipe Security attributes process with undefined symbols at compile time | |||
|---|---|---|---|
| |||
...module asi.pipe; import core.sys.windows.windows; import core.sys.windows.winbase; import core... | |||
November 25, 2015 Genel » Regex Nasıl Tasarlandı | |||
|---|---|---|---|
| |||
...bin/python3
import re
import sys
import time
if len(sys.argv) != 2:
print('Usage... | |||
November 23, 2015 Learn » Re: Communicating with external processes in D | |||
|---|---|---|---|
| |||
...and remembering: import core.sys.posix.sys.select; // same as #include<sys/select.h> in... | |||
November 19, 2015 Learn » Re: Thread in detached state? | |||
|---|---|---|---|
| |||
...you can just use them from core.sys.posix.pthread [1]. After all this what... | |||
November 15, 2015 Learn » My is the order of parameters reversed for functions that are dynamically loaded from shared C libraries? | |||
|---|---|---|---|
| |||
...d import std.stdio, std.string, core.sys.posix.dlfcn; // extern functions alias nothrow int... | |||
November 15, 2015 Issues » [Issue 15338] New: COFF EH tables are not linker-GC-able | |||
|---|---|---|---|
| |||
...Win32/64 program: ///////////////////// test.d //////////////////// import core.sys.windows.windows; import std.conv : to; extern... | |||
November 13, 2015 Druntime » [D-runtime] [D-Programming-Language/druntime] 41bbe4: add getpass to linux/unistd | |||
|---|---|---|---|
| |||
...Nov 2015)
Changed paths:
M src/core/sys/linux/unistd.d
Log Message:
-----------
add getpass... | |||
November 13, 2015 Druntime » [D-runtime] [D-Programming-Language/druntime] dc9852: Add constants AF_RXRPC and PF_RXRPC on Linux | |||
|---|---|---|---|
| |||
...src/core/sys/linux/sys/socket.d
M src/core/sys/posix/sys/socket.d... | |||
November 13, 2015 Learn » Re: win32 from master: unicode functions by default? | |||
|---|---|---|---|
| |||
...github.com/D-Programming-Language/druntime/blob/master/src/core/sys/windows/w32api.d#L85 | |||
November 12, 2015 Learn » Re: my first D program (and benchmark against perl) | |||
|---|---|---|---|
| |||
...0m0.613s sys 0m0.000s perl: real 0m14.198s user 0m14.170s sys 0m0.000s | |||
Copyright © 1999-2021 by the D Language Foundation