December 27, 2013 Druntime » [D-runtime] [D-Programming-Language/druntime] ff9e3a: core.sys.windows.windows: Add file locking APIs | |||
|---|---|---|---|
| |||
...paths:
M src/core/sys/windows/windows.d
Log Message:
-----------
core.sys.windows.windows: Add... | |||
December 27, 2013 Learn » Re: inotify and recursion | |||
|---|---|---|---|
| |||
...Fd fd;
import std.exception;
import core.sys.posix.unistd;
this(cint flags) {
fd = inotify... | |||
December 27, 2013 Learn » Re: inotify and recursion | |||
|---|---|---|---|
| |||
...core.sys.linux.sys.inotify; import core.sys.posix.sys.select; import core.sys.posix... | |||
December 26, 2013 Druntime » [D-runtime] [D-Programming-Language/druntime] 5d80d6: core.sys.posix.fcntl: Fix F_GETLK/F_SETLK/F_SETLKW... | |||
|---|---|---|---|
| |||
...paths:
M src/core/sys/posix/fcntl.d
Log Message:
-----------
core.sys.posix.fcntl: Fix... | |||
December 27, 2013 Learn » Re: inotify and recursion | |||
|---|---|---|---|
| |||
...import core.sys.linux.sys.inotify; import core.stdc.stdlib : malloc; import core.sys.posix... | |||
December 24, 2013 Learn » Re: rmdirRecurse vs readonly | |||
|---|---|---|---|
| |||
...you are on Linux:
import core.sys.posix.sys.stat;
import std.conv;
// ...
chmod("/my... | |||
December 22, 2013 Issues » [Issue 11799] New: Incompatible argument types in create_dmd_release | |||
|---|---|---|---|
| |||
...release.d(1503): Error: function core.sys.posix.sys.stat.chmod (const(char*), ushort) is... | |||
December 21, 2013 Druntime » [D-runtime] [D-Programming-Language/druntime] 743f07: Merge pull request #696 from MartinNowak/windowsAP... | |||
|---|---|---|---|
| |||
...Dec 2013)
Changed paths:
M src/core/sys/windows/windows.d
Log Message:
-----------
Merge pull... | |||
December 21, 2013 Druntime » [D-runtime] [D-Programming-Language/druntime] 575793: add SetFileAttributes | |||
|---|---|---|---|
| |||
...Dec 2013)
Changed paths:
M src/core/sys/windows/windows.d
Log Message:
-----------
add SetFileAttributes... | |||
December 21, 2013 Learn » Re: Language subset for printing | |||
|---|---|---|---|
| |||
...core.sys.linux.* is Linus specific extensions. core.sys.posix.sys.socket == #include<sys/socket... | |||
Copyright © 1999-2021 by the D Language Foundation