[D-runtime] [D-Programming-Language/druntime] 1490b7: Issue 4793 - Runtime.loadLibrary cannot load dll u...

GitHub noreply at github.com
Sun Sep 2 08:19:11 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: 1490b7f294cdb1f20bd538f7f491ec633302dc85
      https://github.com/D-Programming-Language/druntime/commit/1490b7f294cdb1f20bd538f7f491ec633302dc85
  Author: shoo <zan77137 at nifty.com>
  Date:   2012-07-10 (Tue, 10 Jul 2012)

  Changed paths:
    M src/rt/dmain2.d

  Log Message:
  -----------
  Issue 4793 - Runtime.loadLibrary cannot load dll using MBS paths.

http://d.puremagic.com/issues/show_bug.cgi?id=4793


  Commit: dc9de63d242a6ff4bccccd2de4f35e3e6816c9d1
      https://github.com/D-Programming-Language/druntime/commit/dc9de63d242a6ff4bccccd2de4f35e3e6816c9d1
  Author: shoo <zan77137 at nifty.com>
  Date:   2012-07-10 (Tue, 10 Jul 2012)

  Changed paths:
    M src/rt/dmain2.d

  Log Message:
  -----------
  Follow to rid of Win9x support.


  Commit: 3b2d96719639d5868d61bc8b46f517044960e6e1
      https://github.com/D-Programming-Language/druntime/commit/3b2d96719639d5868d61bc8b46f517044960e6e1
  Author: shoo <zan77137 at nifty.com>
  Date:   2012-07-16 (Mon, 16 Jul 2012)

  Changed paths:
    M import/core/thread.di
    M import/object.di
    M src/core/atomic.d
    M src/core/bitop.d
    M src/core/memory.d
    M src/core/runtime.d
    M src/core/stdc/complex.d
    M src/core/stdc/config.d
    M src/core/stdc/ctype.d
    M src/core/stdc/errno.d
    M src/core/stdc/fenv.d
    M src/core/stdc/float_.d
    M src/core/stdc/inttypes.d
    M src/core/stdc/limits.d
    M src/core/stdc/locale.d
    M src/core/stdc/math.d
    M src/core/stdc/signal.d
    M src/core/stdc/stdarg.d
    M src/core/stdc/stddef.d
    M src/core/stdc/stdint.d
    M src/core/stdc/stdio.d
    M src/core/stdc/stdlib.d
    M src/core/stdc/string.d
    M src/core/stdc/tgmath.d
    M src/core/stdc/time.d
    M src/core/stdc/wchar_.d
    M src/core/stdc/wctype.d
    M src/core/sync/condition.d
    M src/core/sys/posix/signal.d
    M src/core/sys/windows/stacktrace.d
    M src/core/sys/windows/windows.d
    M src/core/thread.d
    M src/object_.d
    M src/rt/dmain2.d
    M src/rt/typeinfo/ti_AC.d
    M src/rt/typeinfo/ti_Acdouble.d
    M src/rt/typeinfo/ti_Acfloat.d
    M src/rt/typeinfo/ti_Acreal.d
    M src/rt/typeinfo/ti_Adouble.d
    M src/rt/typeinfo/ti_Afloat.d
    M src/rt/typeinfo/ti_Ag.d
    M src/rt/typeinfo/ti_Aint.d
    M src/rt/typeinfo/ti_Along.d
    M src/rt/typeinfo/ti_Areal.d
    M src/rt/typeinfo/ti_Ashort.d

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/D-Programming-Language/druntime into fix4793

Conflicts:
	src/rt/dmain2.d


  Commit: c4ef1d35dff01ed44cc967e588caa18b7c5c0b1a
      https://github.com/D-Programming-Language/druntime/commit/c4ef1d35dff01ed44cc967e588caa18b7c5c0b1a
  Author: shoo <zan77137 at nifty.com>
  Date:   2012-07-16 (Mon, 16 Jul 2012)

  Changed paths:
    M src/rt/dmain2.d

  Log Message:
  -----------
  fix trivial mistake.


  Commit: 4ba6a108bafbbf732201e54e03e326fabc2c0952
      https://github.com/D-Programming-Language/druntime/commit/4ba6a108bafbbf732201e54e03e326fabc2c0952
  Author: shoo <zan77137 at nifty.com>
  Date:   2012-07-16 (Mon, 16 Jul 2012)

  Changed paths:
    M src/rt/dmain2.d

  Log Message:
  -----------
  Clarified the name of the codepage.


  Commit: b2191d1698fb46704a1596e69ca1d404069da16b
      https://github.com/D-Programming-Language/druntime/commit/b2191d1698fb46704a1596e69ca1d404069da16b
  Author: SHOO <zan77137 at nifty.com>
  Date:   2012-08-17 (Fri, 17 Aug 2012)

  Changed paths:
    M .gitignore
    M changelog.dd
    R import/core/thread.di
    R import/object.di
    M posix.mak
    M src/core/runtime.d
    M src/core/stdc/stdarg.d
    M src/core/sync/rwmutex.d
    M src/core/sync/semaphore.d
    A src/core/sys/freebsd/dlfcn.d
    A src/core/sys/freebsd/execinfo.d
    A src/core/sys/linux/execinfo.d
    A src/core/sys/osx/execinfo.d
    M src/core/sys/posix/config.d
    M src/core/sys/posix/netdb.d
    M src/core/sys/posix/pthread.d
    M src/core/sys/posix/sys/stat.d
    A src/core/sys/posix/sys/statvfs.d
    M src/core/thread.d
    A src/core/thread.di
    M src/core/time.d
    A src/object.di
    M src/object_.d
    M src/rt/aaA.d
    M src/rt/adi.d
    M src/rt/cover.d
    M src/rt/deh.d
    M src/rt/deh2.d
    M src/rt/typeinfo/ti_AC.d
    M src/rt/typeinfo/ti_Acdouble.d
    M src/rt/typeinfo/ti_Acfloat.d
    M src/rt/typeinfo/ti_Acreal.d
    M src/rt/typeinfo/ti_Adouble.d
    M src/rt/typeinfo/ti_Afloat.d
    M src/rt/typeinfo/ti_Ag.d
    M src/rt/typeinfo/ti_Aint.d
    M src/rt/typeinfo/ti_Along.d
    M src/rt/typeinfo/ti_Areal.d
    M src/rt/typeinfo/ti_Ashort.d
    M win32.mak

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/D-Programming-Language/druntime into fix4793


  Commit: 5756c19bbf047a7d2a5e12350013c5fa8d7eae4e
      https://github.com/D-Programming-Language/druntime/commit/5756c19bbf047a7d2a5e12350013c5fa8d7eae4e
  Author: SHOO <zan77137 at nifty.com>
  Date:   2012-08-17 (Fri, 17 Aug 2012)

  Changed paths:
    M src/rt/dmain2.d

  Log Message:
  -----------
  some fix

- use malloc and free
- refactoring
- remove long unc path


  Commit: 0f452c4c2d1a1fee5b1ccec46a8970a05224985e
      https://github.com/D-Programming-Language/druntime/commit/0f452c4c2d1a1fee5b1ccec46a8970a05224985e
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2012-09-02 (Sun, 02 Sep 2012)

  Changed paths:
    M src/rt/dmain2.d

  Log Message:
  -----------
  Merge pull request #96 from shoo/fix4793

Issue 4793 - Runtime.loadLibrary cannot load dll using MBS paths.


Compare: https://github.com/D-Programming-Language/druntime/compare/96e4ee8b2721...0f452c4c2d1a


More information about the D-runtime mailing list