[D-runtime] [D-Programming-Language/druntime] 878a18: fix Issue 9099 - core.atomic.atomicLoad() cannot h...
GitHub
noreply at github.com
Tue Feb 12 21:03:44 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 878a183a51825ea5dce25f4289a8ef001f6eeea1
https://github.com/D-Programming-Language/druntime/commit/878a183a51825ea5dce25f4289a8ef001f6eeea1
Author: Walter Bright <walter at walterbright.com>
Date: 2012-12-29 (Sat, 29 Dec 2012)
Changed paths:
M src/core/atomic.d
Log Message:
-----------
fix Issue 9099 - core.atomic.atomicLoad() cannot handle non-POD structs
Commit: 6533c89680f526beb45b8a466dcc0e3f35bab8d2
https://github.com/D-Programming-Language/druntime/commit/6533c89680f526beb45b8a466dcc0e3f35bab8d2
Author: Walter Bright <walter at walterbright.com>
Date: 2013-01-02 (Wed, 02 Jan 2013)
Log Message:
-----------
Merge branch 'master' into staging
Commit: dbe86bd756835f296dbcfed9c4b1a6491ac48544
https://github.com/D-Programming-Language/druntime/commit/dbe86bd756835f296dbcfed9c4b1a6491ac48544
Author: Walter Bright <walter at walterbright.com>
Date: 2013-01-02 (Wed, 02 Jan 2013)
Changed paths:
M src/object.di
M src/rt/minfo.d
Log Message:
-----------
Merge branch 'master' into staging
Commit: ec1ab68b3a10a2de0583afd676d88151307c454a
https://github.com/D-Programming-Language/druntime/commit/ec1ab68b3a10a2de0583afd676d88151307c454a
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-02-11 (Mon, 11 Feb 2013)
Log Message:
-----------
Merge remote-tracking branch 'remotes/upstream/staging' into ideal_staging
Commit: 9506b12cfa60ed5f0054f287b405e50923432df4
https://github.com/D-Programming-Language/druntime/commit/9506b12cfa60ed5f0054f287b405e50923432df4
Author: Walter Bright <walter at walterbright.com>
Date: 2013-02-11 (Mon, 11 Feb 2013)
Changed paths:
A MANIFEST
M posix.mak
M src/core/atomic.d
M src/core/bitop.d
M src/core/runtime.d
M src/core/sync/condition.d
M src/core/sync/semaphore.d
A src/core/sys/linux/elf.d
M src/core/sys/posix/dirent.d
M src/core/sys/posix/fcntl.d
A src/core/sys/posix/grp.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/sys/mman.d
M src/core/sys/posix/sys/socket.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/sys/statvfs.d
M src/core/sys/posix/ucontext.d
M src/core/sys/posix/unistd.d
M src/core/sys/windows/threadaux.d
M src/core/sys/windows/windows.d
M src/core/thread.d
M src/core/thread.di
A src/core/threadasm.S
M src/core/time.d
M src/etc/linux/memoryerror.d
M src/object.di
M src/object_.d
M src/rt/aaA.d
M src/rt/arrayassign.d
M src/rt/arraycat.d
M src/rt/minfo.d
M src/rt/util/console.d
A src/rt/util/container.d
M src/rt/util/string.d
M win32.mak
M win64.mak
Log Message:
-----------
Merge pull request #409 from 9rnsr/ideal_staging_v2.062-b1
Ideal staging branch v2.062-b1 for druntime
Commit: 2c1c72c7a976bb2e6e79ef540f2f3da78d57cf9b
https://github.com/D-Programming-Language/druntime/commit/2c1c72c7a976bb2e6e79ef540f2f3da78d57cf9b
Author: Martin Nowak <code at dawg.eu>
Date: 2013-02-12 (Tue, 12 Feb 2013)
Changed paths:
M MANIFEST
M posix.mak
M win32.mak
M win64.mak
Log Message:
-----------
fix MANIFEST and COPY
- fixup for #407
- remove non-existent mak/posix.mak from MANIFEST
- add core.sys.linux.elf to MANIFEST and COPY
- add missing COPY entries in win32/64.mak
Commit: 87e0c12d420c9cd43294280a82fc3892659a770f
https://github.com/D-Programming-Language/druntime/commit/87e0c12d420c9cd43294280a82fc3892659a770f
Author: Walter Bright <walter at walterbright.com>
Date: 2013-02-12 (Tue, 12 Feb 2013)
Changed paths:
M MANIFEST
M posix.mak
M win32.mak
M win64.mak
Log Message:
-----------
Merge pull request #410 from dawgfoto/fixup407
fix MANIFEST and COPY
Commit: 778d91803e49bc1e829f87014e745e75df84d17d
https://github.com/D-Programming-Language/druntime/commit/778d91803e49bc1e829f87014e745e75df84d17d
Author: Martin Nowak <code at dawg.eu>
Date: 2013-02-12 (Tue, 12 Feb 2013)
Changed paths:
M MANIFEST
M posix.mak
M win32.mak
M win64.mak
Log Message:
-----------
Merge remote-tracking branch 'upstream/staging'
Compare: https://github.com/D-Programming-Language/druntime/compare/e7b3de4988ee...778d91803e49
More information about the D-runtime
mailing list