1. 21 Feb, 2009 1 commit
  2. 20 Feb, 2009 7 commits
  3. 18 Feb, 2009 4 commits
  4. 17 Feb, 2009 12 commits
  5. 16 Feb, 2009 4 commits
  6. 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
  7. 14 Feb, 2009 1 commit
  8. 13 Feb, 2009 7 commits
  9. 12 Feb, 2009 1 commit
    • Robert Griesemer's avatar
      - syntax for composite literals use () instead of {} · 6f8df7aa
      Robert Griesemer authored
      - do not permit + for array concatenation anymore
        (not implemented and not a good idea)
      - document that unsafe function results are compile time constants
      - fixed minor typos
      
      DELTA=41  (7 added, 11 deleted, 23 changed)
      OCL=24899
      CL=24927
      6f8df7aa