May 28, 2011
Branch: refs/heads/master
Home:   https://github.com/D-Programming-Language/druntime

Commit: 0a18e4995f32e7e30db709e30aca097a76e1bc8f
    https://github.com/D-Programming-Language/druntime/commit/0a18e4995f32e7e30db709e30aca097a76e1bc8f
Author: Andrei Alexandrescu <andrei at erdani.com>
Date:   2011-05-28 (Sat, 28 May 2011)

Changed paths:
  M src/gc/gcx.d

Log Message:
-----------
Merge pull request #16 from CyberShadow/master

Forbid interacting with the GC while a collection is in progress, to avoid memory corruption (issue 5653)