1. 02 Jul, 2006 1 commit
  2. 01 Jul, 2006 4 commits
  3. 30 Jun, 2006 8 commits
  4. 29 Jun, 2006 7 commits
  5. 28 Jun, 2006 8 commits
  6. 27 Jun, 2006 11 commits
  7. 26 Jun, 2006 1 commit
    • Andrew M. Kuchling's avatar
      Attempt to fix build failure on OS X and Debian alpha; the symptom is · 8a0c9c7b
      Andrew M. Kuchling authored
      consistent with os.wait() returning immediately because some other
      subprocess had previously exited; the test suite then immediately
      tries to lock the mailbox and gets an error saying it's already
      locked.
      
      To fix this, do a waitpid() so the test suite only continues once
      the intended child process has exited.
      8a0c9c7b