racket/racket
Matthew Flatt 280bb31d70 fix a synchronization problem in the GC for places
When a GC is needed for the shared space, a GC is triggered
in all places, and the places wait until each other place
has completed. However, the places also need to wait until
all other places are ready to *start* a GC; otherwise, a
place may be modifying a shared record while some other place
traverses it for a GC.

Closes PR 14229

Merge to v6.0
2013-12-07 09:32:51 -07:00
..
collects net/http-client: fix http-conn-live? result 2013-12-06 21:19:38 -07:00
src fix a synchronization problem in the GC for places 2013-12-07 09:32:51 -07:00
.gitignore configure installation of man pages 2013-07-22 13:21:09 -06:00