1. 12 Dec, 2008 1 commit
  2. 11 Dec, 2008 10 commits
  3. 10 Dec, 2008 13 commits
  4. 09 Dec, 2008 10 commits
  5. 08 Dec, 2008 2 commits
  6. 06 Dec, 2008 2 commits
    • Ken Thompson's avatar
      allowed syntax for range · b79272d9
      Ken Thompson authored
      a range m (implies :=)
      a,b range m (implies :=)
      a:b range m (implies :=)
      
      a := range m
      a,b := range m
      a:b := range m
      
      a = range m
      a,b = range m
      a:b = range m
      
      R=r
      OCL=20676
      CL=20676
      b79272d9
    • Ken Thompson's avatar
      range statement · 26b357ca
      Ken Thompson authored
      R=r
      OCL=20667
      CL=20667
      26b357ca
  7. 05 Dec, 2008 2 commits
    • Rob Pike's avatar
      test pairwise iota assignment · 2fe97c33
      Rob Pike authored
      R=rsc
      DELTA=13  (13 added, 0 deleted, 0 changed)
      OCL=20638
      CL=20641
      2fe97c33
    • Russ Cox's avatar
      add support for ref counts to memory allocator. · 3f8aa662
      Russ Cox authored
      mark and sweep, stop the world garbage collector
      (intermediate step in the way to ref counting).
      can run pretty with an explicit gc after each file.
      
      R=r
      DELTA=502  (346 added, 143 deleted, 13 changed)
      OCL=20630
      CL=20635
      3f8aa662