April 18, 2015 Issues » [Issue 11918] pthread_kill should be nothrow | |||
|---|---|---|---|
| |||
...Programming-Language/druntime/blame/master/src/core/sys/posix/signal.d#L1902 https://github.com... | |||
April 16, 2015 Announce » Re: dsource.org moved | |||
|---|---|---|---|
| |||
...Add: core/sys/windows/windows/newFile.d Add line: public import core.sys.windows.windows... | |||
April 15, 2015 General » Re: Can we get rid of non-raw write? | |||
|---|---|---|---|
| |||
...system() == "Windows":
import os, msvcrt
msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)
------------------------------
Since D... | |||
April 13, 2015 Issues » [Issue 14431] [REG 2.067.0] huge slowdown of compilation speed | |||
|---|---|---|---|
| |||
...548s sys 0m0.232s dmd 2.066.1 real 0m4.628s user 0m4.328s sys... | |||
April 09, 2015 Druntime » [D-runtime] [D-Programming-Language/druntime] db7fe0: Mark core.memory.GC.addRange/removeRange as nogc, ... | |||
|---|---|---|---|
| |||
...d
M src/core/sys/posix/pthread.d
M src/core/sys/windows/windows.d... | |||
April 08, 2015 General » Re: [OT] Regarding most used operating system among devs | |||
|---|---|---|---|
| |||
...hassle of HANDLE being different in core.sys.windows.windows and win32... and I wanted... | |||
April 08, 2015 General » Re: [OT] Regarding most used operating system among devs | |||
|---|---|---|---|
| |||
...not code.dlang.org). We have core.sys.windows.windows, but it's pretty terrible... | |||
April 08, 2015 Announce » Re: dsource.org moved | |||
|---|---|---|---|
| |||
...it shouldn't be too hard to up and replace into core.sys.windows.windows. | |||
April 03, 2015 Learn » Mistake of opening of a file having a name in cp1251. | |||
|---|---|---|---|
| |||
...mode.tempCStringW());
}
else version(Posix)
{
import core.sys.posix.stdio : fopen;
return fopen(name.tempCString... | |||
April 02, 2015 Druntime » [D-runtime] [D-Programming-Language/druntime] fd6c75: fmemopen, open_memstream unavail on OSX | |||
|---|---|---|---|
| |||
...Apr 2015)
Changed paths:
M src/core/sys/posix/stdio.d
Log Message:
-----------
fmemopen, open... | |||
Copyright © 1999-2021 by the D Language Foundation