[D-runtime] [D-Programming-Language/druntime] 587fa6: gc: Remove redundant private protection from impor...
GitHub
noreply at github.com
Fri May 31 10:48:18 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 587fa65d6fa53cac509d421b07356bf48df2beaa
https://github.com/D-Programming-Language/druntime/commit/587fa65d6fa53cac509d421b07356bf48df2beaa
Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/gc/gc.d
M src/gc/gcbits.d
M src/gc/gcx.d
M src/gc/os.d
Log Message:
-----------
gc: Remove redundant private protection from imports
Commit: 7e23835f3fe455a35a7eeed6cfc491dde2229f0d
https://github.com/D-Programming-Language/druntime/commit/7e23835f3fe455a35a7eeed6cfc491dde2229f0d
Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/gc/gc.d
M src/gc/gcbits.d
M src/gc/gcstats.d
M src/gc/gcx.d
Log Message:
-----------
gc: Update Copyright years
Commit: e76b12cd9ed79791a6fe1066ed8199dc36a0d62f
https://github.com/D-Programming-Language/druntime/commit/e76b12cd9ed79791a6fe1066ed8199dc36a0d62f
Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M src/gc/gc.d
Log Message:
-----------
gc: Group extern (C) declarations to avoid repetition
Commit: 5d427c76b7934b78e32e7beef4f69892df0662fd
https://github.com/D-Programming-Language/druntime/commit/5d427c76b7934b78e32e7beef4f69892df0662fd
Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M mak/MANIFEST
M mak/SRCS
A src/gc/bits.d
M src/gc/gc.d
R src/gc/gcbits.d
R src/gc/gcstats.d
R src/gc/gcx.d
M src/gc/os.d
A src/gc/proxy.d
A src/gc/stats.d
M src/rt/memory.d
Log Message:
-----------
gc: Rename modules to make more sense
Remove the `gc` prefix from `gcbits` and `gcstats` (we already have the
`gc` package to know where they belong).
Rename `gcx` to `gc` because it holds the main GC implementation and
`gc` to `proxy` because it basically holds a GC proxy.
As a side effect, `src/rt/memory.d` needs to be fixed to import the GC
interface from `core.memory` instead of accessing directly to the GC
implementation.
Commit: 6e5e955f7b2f4cb6e6f74a5632fdc9c9ac67a863
https://github.com/D-Programming-Language/druntime/commit/6e5e955f7b2f4cb6e6f74a5632fdc9c9ac67a863
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2013-05-31 (Fri, 31 May 2013)
Changed paths:
M mak/MANIFEST
M mak/SRCS
A src/gc/bits.d
M src/gc/gc.d
R src/gc/gcbits.d
R src/gc/gcstats.d
R src/gc/gcx.d
M src/gc/os.d
A src/gc/proxy.d
A src/gc/stats.d
M src/rt/memory.d
Log Message:
-----------
Merge pull request #500 from leandro-lucarella-sociomantic/cdgc
gc: Some small cleanups and file renaming
Compare: https://github.com/D-Programming-Language/druntime/compare/4eca44842bd6...6e5e955f7b2f
More information about the D-runtime
mailing list