Started 22 days ago

Success Build #232 (Apr 28, 2012 10:58:20 PM)

Changes
  1. I missed closing extern C; in the meantime, gcc-4.7 has been released.. (detail)
  2. #ifdef __cplusplus
    extern "C" {
    #endif (detail)
  3. remove tabs and change comment -- there is definitely a Windows bug being worked around here (detail)
  4. cosmetic (detail)
  5. use Usignal.SIGCHLD, Usignal.SIGSEGV instead of local wrappers (detail)
  6. __int64 on VMS (detail)
  7. remove tabs, remove C9xism (detail)
  8. Silly bug, oversight on my part, fix kindly provided by Dragi a Duri .  Thanks!
    Problem was that inCritical threads refuse the signal and reset their state to
    Started.  So when the collector thread resends the signal the mutators will
    not see that they are supposed to stopping. (detail)
  9. remove use of 'register' (detail)

Started by an SCM change