June 03, 2015 Druntime » [D-runtime] [D-Programming-Language/druntime] c59ecb: Add support for mkdtemp(). | |||
|---|---|---|---|
| |||
...Jun 2015)
Changed paths:
M src/core/sys/posix/stdlib.d
Log Message:
-----------
Add support... | |||
May 30, 2015 GDC » (Probably trivial) arm-none-eabi-gdc building problem | |||
|---|---|---|---|
| |||
...none-eabi-gdc/result/arm-none-eabi/sys-include checking for suffix of object files... | |||
May 27, 2015 General » Re: Signals | |||
|---|---|---|---|
| |||
...import core.stdc.stdlib : exit; import core.sys.posix.signal : bsd_signal, SIGTERM; extern(C... | |||
May 25, 2015 Druntime » [D-runtime] [D-Programming-Language/druntime] ab78a5: fix issue 14617 - Define correct values for PTHREA... | |||
|---|---|---|---|
| |||
...May 2015)
Changed paths:
M src/core/sys/posix/pthread.d
Log Message:
-----------
fix issue... | |||
May 24, 2015 General » Re: shared libs for OSX | |||
|---|---|---|---|
| |||
...std.conv;
import std.string;
import core.sys.posix.dlfcn;
void main(string[] args)
{
alias... | |||
May 24, 2015 Learn » Weird result of getsockopt | |||
|---|---|---|---|
| |||
...Dlang version: import core.sys.posix.sys.socket; import core.sys.posix.netinet.in_; import... | |||
May 23, 2015 Issues » [Issue 14617] PTHREAD_MUTEX_INITIALIZER does not work on OSX | |||
|---|---|---|---|
| |||
...e. we have in src/core/sys/posix/sys/types.d the following definition at... | |||
May 23, 2015 Issues » [Issue 14617] PTHREAD_MUTEX_INITIALIZER does not work on OSX | |||
|---|---|---|---|
| |||
...there is an issue, because core/sys/posix/sys/types.d is not included in... | |||
May 23, 2015 Learn » Re: What happens when you launch a D application ? | |||
|---|---|---|---|
| |||
...World!\n";
__d_sys_write(1, text.ptr, text.length);
__d_sys_exit(0);
}
Compile... | |||
May 18, 2015 Issues » [Issue 14601] New: pthread functions aren't marked @nogc | |||
|---|---|---|---|
| |||
...Programming-Language/druntime/blob/e66f03494a13c7ce13bbe4c260ce689682af865e/src/core/sys/posix/pthread.d#L26 That makes it... | |||
Copyright © 1999-2021 by the D Language Foundation