Search

September 24, 2013
GDC »
...demangle.di  math.di       runtime.di  stdc     sys   vararg.di

$find . -name 'atomic.d*'
./include...
September 24, 2013
GDC »
...demangle.d  math.d       runtime.d  stdc    sys   time.d

-- for phobos:
$ls /usr/include...
September 22, 2013
Druntime »
...Sep 2013)

  Changed paths:
    M src/core/sys/windows/stacktrace.d
    M src/rt/dmain2...
September 22, 2013
General »
...d do something like

    import core.sys.posix.sys.stat;
    import std.file;
    import std...
September 22, 2013
Druntime »
...Sep 2013)

  Changed paths:
    A src/core/sys/posix/syslog.d

  Log Message:
  -----------
  Interface to...
September 22, 2013
Learn »
Thanks. I suspected it but i wanted a formal reference. the logic, though little bit...
September 22, 2013
Learn »
Cause i'm a C++ programmer and there is no such thing as module and...
September 22, 2013
Learn »
That directly initializes the variable at compile time, meaning that whatever is used to initialize...
September 22, 2013
Learn »
This just puts calculated value 10 into TLS data section as initializer for a.

This...
September 22, 2013
Learn »
I found where the problem is.

I used a system call (external C function) in...
199 200 201 202 203 204 205 206 207 208 209
Next ›   Last »