1. 25 Sep, 2008 1 commit
  2. 24 Sep, 2008 11 commits
  3. 23 Sep, 2008 9 commits
  4. 22 Sep, 2008 11 commits
  5. 21 Sep, 2008 1 commit
  6. 20 Sep, 2008 5 commits
  7. 19 Sep, 2008 2 commits
    • Robert Griesemer's avatar
      Updated spec: · b90b213e
      Robert Griesemer authored
      - clarified constants and constant expressions
      - clarified type of array composite literals (fixed vs open arrays)
      - clarified type of map composite literals (need to use '&' to get
        a map pointer)
      - added proposal for "if-else" (TBD)
      - added TODO w/ respect to "x, ok = <-ch" (and for arrays)
      
      R=r
      DELTA=51  (35 added, 0 deleted, 16 changed)
      OCL=15573
      CL=15575
      b90b213e
    • Russ Cox's avatar
      export an os.Error constructor · 0e81bba1
      Russ Cox authored
      R=r
      DELTA=20  (6 added, 7 deleted, 7 changed)
      OCL=15569
      CL=15571
      0e81bba1