1. 17 Feb, 2009 1 commit
    • Russ Cox's avatar
      io.Pipe · 78906c38
      Russ Cox authored
      assorted underscore cleanup
      
      R=r
      DELTA=488  (410 added, 3 deleted, 75 changed)
      OCL=25070
      CL=25070
      78906c38
  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 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