[D-runtime] [D-Programming-Language/druntime] dbe848: add thread_detachInstance

GitHub via D-runtime d-runtime at puremagic.com
Thu Aug 14 23:04:16 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: dbe8489aaea42e6ec5db98568e7cb2ac00daa453
      https://github.com/D-Programming-Language/druntime/commit/dbe8489aaea42e6ec5db98568e7cb2ac00daa453
  Author: Sean Kelly <sean at invisibleduck.org>
  Date:   2014-05-27 (Tue, 27 May 2014)

  Changed paths:
    M src/core/thread.d
    M src/core/thread.di

  Log Message:
  -----------
  add thread_detachInstance


  Commit: a35dbfbcd4f5d7c23863d270361d3ca4a86b397e
      https://github.com/D-Programming-Language/druntime/commit/a35dbfbcd4f5d7c23863d270361d3ca4a86b397e
  Author: Sean Kelly <sean at invisibleduck.org>
  Date:   2014-05-27 (Tue, 27 May 2014)

  Changed paths:
    M src/core/thread.d
    M src/core/thread.di

  Log Message:
  -----------
  Added comments describing the use of rt_moduleTlsCtor/Dtor.


  Commit: 67fb431e04bff0cd08d8c032f912e256cf18f311
      https://github.com/D-Programming-Language/druntime/commit/67fb431e04bff0cd08d8c032f912e256cf18f311
  Author: Sean Kelly <sean at invisibleduck.org>
  Date:   2014-05-27 (Tue, 27 May 2014)

  Changed paths:
    M src/core/thread.d

  Log Message:
  -----------
  added unittest


  Commit: 10a1de8e45ef44f23ee8a777a595143f73396ac4
      https://github.com/D-Programming-Language/druntime/commit/10a1de8e45ef44f23ee8a777a595143f73396ac4
  Author: Sean Kelly <sean at invisibleduck.org>
  Date:   2014-05-27 (Tue, 27 May 2014)

  Changed paths:
    M src/core/thread.d

  Log Message:
  -----------
  fixed breakage


  Commit: 68eb86e5230de1a35b0bb3e28a4129bffb48d756
      https://github.com/D-Programming-Language/druntime/commit/68eb86e5230de1a35b0bb3e28a4129bffb48d756
  Author: Sean Kelly <sean at invisibleduck.org>
  Date:   2014-05-27 (Tue, 27 May 2014)

  Changed paths:
    M src/core/thread.d

  Log Message:
  -----------
  1s is too long to wait for the test to complete


  Commit: a3feb7046bab34fb92cebe6ad7eda6fb11ba1750
      https://github.com/D-Programming-Language/druntime/commit/a3feb7046bab34fb92cebe6ad7eda6fb11ba1750
  Author: Sean Kelly <sean at invisibleduck.org>
  Date:   2014-06-23 (Mon, 23 Jun 2014)

  Changed paths:
    M src/core/thread.d

  Log Message:
  -----------
  updated documentation per comments


  Commit: ae0a0f3d9e47c54e06a97169c2fade7c59d4831a
      https://github.com/D-Programming-Language/druntime/commit/ae0a0f3d9e47c54e06a97169c2fade7c59d4831a
  Author: Sean Kelly <sean at invisibleduck.org>
  Date:   2014-07-31 (Thu, 31 Jul 2014)

  Changed paths:
    M benchmark/aabench/bulk.d
    M benchmark/aabench/string.d
    A benchmark/gcbench/conalloc.d
    A benchmark/gcbench/conappend.d
    A benchmark/gcbench/concpu.d
    A benchmark/gcbench/dlist.d
    M benchmark/gcbench/rand_small.d
    A benchmark/gcbench/slist.d
    A benchmark/gcbench/testgc3.d
    M benchmark/gcbench/tree1.d
    M benchmark/gcbench/tree2.d
    A benchmark/gcbench/words.d
    M benchmark/runbench.d
    M mak/COPY
    M mak/DOCS
    M mak/MANIFEST
    M mak/SRCS
    M posix.mak
    A src/core/checkedint.d
    M src/core/exception.d
    M src/core/internal/traits.d
    M src/core/memory.d
    M src/core/runtime.d
    M src/core/stdc/config.d
    M src/core/stdc/fenv.d
    M src/core/stdc/locale.d
    M src/core/stdc/math.d
    M src/core/stdc/stdio.d
    M src/core/stdc/stdlib.d
    M src/core/stdc/string.d
    M src/core/sync/config.d
    M src/core/sync/semaphore.d
    M src/core/sys/posix/arpa/inet.d
    M src/core/sys/posix/config.d
    M src/core/sys/posix/fcntl.d
    M src/core/sys/posix/inttypes.d
    M src/core/sys/posix/net/if_.d
    M src/core/sys/posix/netinet/in_.d
    M src/core/sys/posix/setjmp.d
    M src/core/sys/posix/signal.d
    M src/core/sys/posix/stdio.d
    M src/core/sys/posix/stdlib.d
    M src/core/sys/posix/sys/ioctl.d
    M src/core/sys/posix/sys/ipc.d
    M src/core/sys/posix/sys/mman.d
    M src/core/sys/posix/sys/select.d
    M src/core/sys/posix/sys/shm.d
    M src/core/sys/posix/sys/socket.d
    M src/core/sys/posix/sys/stat.d
    M src/core/sys/posix/sys/time.d
    M src/core/sys/posix/sys/types.d
    M src/core/sys/posix/sys/uio.d
    M src/core/sys/posix/sys/wait.d
    M src/core/sys/posix/syslog.d
    M src/core/sys/posix/ucontext.d
    M src/core/sys/posix/unistd.d
    A src/core/sys/solaris/sys/priocntl.d
    A src/core/sys/solaris/sys/procset.d
    A src/core/sys/solaris/sys/types.d
    M src/core/sys/windows/windows.d
    M src/core/thread.d
    R src/core/thread.di
    M src/core/threadasm.S
    M src/core/time.d
    M src/gc/gc.d
    M src/gc/proxy.d
    M src/gcstub/gc.d
    M src/object.di
    M src/object_.d
    M src/rt/aaA.d
    M src/rt/arraybyte.d
    M src/rt/arraydouble.d
    M src/rt/arrayfloat.d
    A src/rt/bss_section.c
    M src/rt/cover.d
    M src/rt/dmain2.d
    M src/rt/lifetime.d
    M src/rt/memset.d
    M src/rt/minfo.d
    M src/rt/sections_android.d
    M src/rt/sections_linux.d
    M src/rt/sections_solaris.d
    M src/rt/tlsgc.d
    M src/rt/typeinfo/ti_Aint.d
    M src/test_runner.d
    M test/exceptions/Makefile
    M test/init_fini/Makefile
    M test/shared/Makefile
    M win32.mak
    M win64.mak

  Log Message:
  -----------
  hrm


  Commit: b1999f16298044759631ea2a5fbce1fd0eb832cc
      https://github.com/D-Programming-Language/druntime/commit/b1999f16298044759631ea2a5fbce1fd0eb832cc
  Author: Sean Kelly <sean at invisibleduck.org>
  Date:   2014-07-31 (Thu, 31 Jul 2014)

  Changed paths:
    M src/core/thread.d

  Log Message:
  -----------
  fixed documentation issue


  Commit: ea51d1a146a27e979ae9b1958cf16bb1a0a0e704
      https://github.com/D-Programming-Language/druntime/commit/ea51d1a146a27e979ae9b1958cf16bb1a0a0e704
  Author: Sean Kelly <sean at invisibleduck.org>
  Date:   2014-07-31 (Thu, 31 Jul 2014)

  Changed paths:
    M src/core/thread.d

  Log Message:
  -----------
  fixed one more documentation issue


  Commit: 18462233596de85843d5e7acb81625e3226cddfe
      https://github.com/D-Programming-Language/druntime/commit/18462233596de85843d5e7acb81625e3226cddfe
  Author: Jonathan M Davis <jmdavisProg at gmx.com>
  Date:   2014-08-14 (Thu, 14 Aug 2014)

  Changed paths:
    M src/core/thread.d

  Log Message:
  -----------
  Merge pull request #813 from complexmath/addThreadDetachInstance

Need a way to detach a thread externally when its address is unknown


Compare: https://github.com/D-Programming-Language/druntime/compare/0b2e699cc0ab...18462233596d


More information about the D-runtime mailing list