[D-runtime] [D-Programming-Language/druntime] 2c96a8: publish C interfaces rt_loadLibrary/rt_unloadLibra...

GitHub noreply at github.com
Sun Sep 1 01:44:19 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 2c96a84b1a53d5f53b52a4587e3c5218ca6b0827
      https://github.com/D-Programming-Language/druntime/commit/2c96a84b1a53d5f53b52a4587e3c5218ca6b0827
  Author: Martin Nowak <code at dawg.eu>
  Date:   2013-08-27 (Tue, 27 Aug 2013)

  Changed paths:
    M src/core/runtime.d
    M src/rt/dmain2.d

  Log Message:
  -----------
  publish C interfaces rt_loadLibrary/rt_unloadLibrary

- use C strings for rt_loadLibrary
- add rt_loadLibraryW for wide C strings
- move char[] to C string conversion to Runtime.loadLibrary


  Commit: 21ae37ef381c276fa248a1b79f894debdad8274b
      https://github.com/D-Programming-Language/druntime/commit/21ae37ef381c276fa248a1b79f894debdad8274b
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-09-01 (Sun, 01 Sep 2013)

  Changed paths:
    M src/core/runtime.d
    M src/rt/dmain2.d

  Log Message:
  -----------
  Merge pull request #591 from dawgfoto/loadLibraryC

publish C interfaces rt_loadLibrary/rt_unloadLibrary


Compare: https://github.com/D-Programming-Language/druntime/compare/99496ed71a36...21ae37ef381c


More information about the D-runtime mailing list