1. 14 Feb, 2009 1 commit
  2. 13 Feb, 2009 7 commits
  3. 12 Feb, 2009 4 commits
  4. 11 Feb, 2009 4 commits
  5. 10 Feb, 2009 7 commits
  6. 09 Feb, 2009 4 commits
  7. 08 Feb, 2009 5 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
    • Rob Pike's avatar
      First pass at reading directories. · b5aba026
      Rob Pike authored
      Syscall support.
      Readdirnames returns array of strings of contents of directory.
      
      R=rsc
      DELTA=216  (201 added, 0 deleted, 15 changed)
      OCL=24642
      CL=24655
      b5aba026
    • Rob Pike's avatar
      a few small cleanups · 65061488
      Rob Pike authored
      R=rsc
      DELTA=21  (2 added, 2 deleted, 17 changed)
      OCL=24638
      CL=24654
      65061488
    • Rob Pike's avatar
      use unsafe.Sizeof · 9526f3b8
      Rob Pike authored
      R=rsc
      DELTA=9  (3 added, 3 deleted, 3 changed)
      OCL=24640
      CL=24653
      9526f3b8
  8. 07 Feb, 2009 8 commits