1. 27 Jul, 2009 3 commits
  2. 26 Jul, 2009 1 commit
  3. 24 Jul, 2009 1 commit
  4. 22 Jul, 2009 3 commits
    • Russ Cox's avatar
      do not echo command in errchk, · dbba4899
      Russ Cox authored
      so that golden.out does not include
      the name of the compiler (which is
      arch-specific and shows up in diffs).
      
      R=r,iant
      DELTA=3  (0 added, 0 deleted, 3 changed)
      OCL=31980
      CL=31983
      dbba4899
    • Russ Cox's avatar
      runtime: fix init scheduling bug. · 052a66ba
      Russ Cox authored
      if there is a goroutine waiting to run
      and the init goroutine enters a system call,
      entersyscall was trying to kick off a new
      scheduler for the other goroutine, causing
      a panic (new goroutines can't run until main.main).
      
      R=r
      DELTA=32  (32 added, 0 deleted, 0 changed)
      OCL=31982
      CL=31982
      052a66ba
    • Russ Cox's avatar
      a little more 6l cleanup · 335b3855
      Russ Cox authored
      R=r
      DELTA=51  (14 added, 24 deleted, 13 changed)
      OCL=31968
      CL=31971
      335b3855
  5. 21 Jul, 2009 13 commits
  6. 20 Jul, 2009 8 commits
  7. 18 Jul, 2009 1 commit
  8. 17 Jul, 2009 10 commits