July 23, 2015 Druntime » [D-runtime] [D-Programming-Language/druntime] 42685f: remove tabs and trailing white space | |||
|---|---|---|---|
| |||
...src/core/sys/osx/sys/event.d
M src/core/sys/posix/sys/msg.d... | |||
July 20, 2015 Issues » [Issue 13338] Wrong declaration of epoll_event in core.sys.linux.epoll.d | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=13338 Lars T. Kyllingstad <bugzilla@kyllingen.net... | |||
July 20, 2015 Issues » [Issue 11695] std.net.curl https not thread-safe | |||
|---|---|---|---|
| |||
...mutex; import core.stdc.config; import core.sys.posix.pthread; alias extern(C) c_ulong... | |||
July 15, 2015 Druntime » [D-runtime] [D-Programming-Language/druntime] 86cc25: Fix epoll_event alignment (issue 14702) | |||
|---|---|---|---|
| |||
...Jul 2015)
Changed paths:
M src/core/sys/linux/epoll.d
Log Message:
-----------
Fix epoll... | |||
July 07, 2015 Druntime » [D-runtime] [D-Programming-Language/druntime] 4c2cf0: Merge remote-tracking branch 'upstream/master' int... | |||
|---|---|---|---|
| |||
...src/core/sys/posix/sys/ioctl.d
M src/core/sys/posix/sys/ipc.d... | |||
July 03, 2015 Druntime » [D-runtime] [D-Programming-Language/druntime] 6d5b30: detab, tolf, remove trailing whitespace | |||
|---|---|---|---|
| |||
...src/core/sys/linux/sys/xattr.d
M src/core/sys/posix/sys/statvfs.d... | |||
July 02, 2015 Issues » [Issue 14758] New: TypeInfo causes excessive binary bloat | |||
|---|---|---|---|
| |||
...void* data)
{ }
// test.d
module test;
long sys_write(long arg1, in void* arg2, long... | |||
June 30, 2015 General » Re: Analyze a D file for imports | |||
|---|---|---|---|
| |||
...d) real 0m0.028s user 0m0.020s sys 0m0.009s $ time (dmd -c test.d... | |||
June 24, 2015 Learn » Re: kill and thisProcessID | |||
|---|---|---|---|
| |||
Why not use core.sys.posix.signal: kill instead? You're already importing the module... | |||
June 24, 2015 Learn » kill and thisProcessID | |||
|---|---|---|---|
| |||
...std.process: thisProcessID, kill, Pid;
import core.sys.posix.signal: SIGKILL, SIGSTOP, SIGTSTP;
const thisPid... | |||
Copyright © 1999-2021 by the D Language Foundation