Search

November 30, 2013
Learn »
...to call mktemp in D:

    import core.sys.posix.stdlib;
    import std.string: toStringz;
    auto...
November 29, 2013
Druntime »
...COPY
    M mak/MANIFEST
    A src/core/sys/linux/termios.d
    M win32.mak
    M...
November 27, 2013
General »
...stdio;
	import core.stdc.stdlib;
	import core.sys.posix.dlfcn;
}

void* getSymbolAddress(void* handle, string...
November 24, 2013
Learn »
No, these files are usually ported when someone needs them. Just make a pull request...
November 23, 2013
Learn »
is there any particular reason it is missing

B115200

and friends?
November 19, 2013
Learn »
module core.sys.posix.sys.socket;

    enum : uint
    {
        MSG_CTRUNC      = 0x08,
        MSG_DONTROUTE   = 0x04,
        MSG...
November 18, 2013
Druntime »
...src/core/exception.d
    M src/core/sys/windows/stacktrace.d
    M src/core/thread...
November 18, 2013
General »
You sure about that?

src:

import core.sys.windows.windows;

void main()
{
    auto x = GetModuleHandleA...
November 15, 2013
Learn »
...want tango.sys.Process

http://www.dsource.org/projects/tango/docs/stable/tango.sys.Process...
November 11, 2013
General »
...be able to get away with specifying sys-devel/gcc[d] as fulfilling your virtual...
192 193 194 195 196 197 198 199 200 201 202
Next ›   Last »