1. 17 Feb, 2009 4 commits
  2. 16 Feb, 2009 4 commits
  3. 15 Feb, 2009 3 commits
    • Russ Cox's avatar
      cleanups: · d8921c52
      Russ Cox authored
      	get rid of _ on private names in net.
      	fix os_test file name list.
      	newline not needed on Errorf.
      
      R=r
      DELTA=305  (34 added, 2 deleted, 269 changed)
      OCL=25047
      CL=25047
      d8921c52
    • Russ Cox's avatar
      build nits · 78a6d68c
      Russ Cox authored
      R=r
      DELTA=8  (0 added, 6 deleted, 2 changed)
      OCL=25045
      CL=25045
      78a6d68c
    • Russ Cox's avatar
      bug fix for &x[0] when x is slice · 3b3e6373
      Russ Cox authored
      R=ken
      OCL=25044
      CL=25044
      3b3e6373
  4. 14 Feb, 2009 1 commit
  5. 13 Feb, 2009 7 commits
  6. 12 Feb, 2009 4 commits
  7. 11 Feb, 2009 4 commits
  8. 10 Feb, 2009 7 commits
  9. 09 Feb, 2009 4 commits
  10. 08 Feb, 2009 2 commits
    • Russ Cox's avatar
      add error to catch 6g alignment bug. · a81870ba
      Russ Cox authored
      the fix appears to be to align the
      out struct on an 8 boundary, but that
      is a bit involved.
      
      R=ken
      OCL=24657
      CL=24657
      a81870ba
    • Russ Cox's avatar
      gc funarg return fix. · a6c59ce2
      Russ Cox authored
      change type (to satisfy OAS) after nodarg:
      nodarg uses offset from type too,
      and must use correct offset.
      
      R=ken
      OCL=24656
      CL=24656
      a6c59ce2