1. 07 Jul, 2009 10 commits
  2. 06 Jul, 2009 12 commits
  3. 05 Jul, 2009 1 commit
  4. 04 Jul, 2009 1 commit
  5. 03 Jul, 2009 10 commits
  6. 02 Jul, 2009 6 commits
    • Russ Cox's avatar
      add Uitoa etc. · b5666a12
      Russ Cox authored
      R=r
      DELTA=113  (89 added, 9 deleted, 15 changed)
      OCL=31087
      CL=31096
      b5666a12
    • Rob Pike's avatar
      arrays, not slices, and only with non-pointer elements. · 0c33d435
      Rob Pike authored
      (actually slices encode but do not decode yet)
      
      R=rsc
      DELTA=221  (82 added, 65 deleted, 74 changed)
      OCL=31095
      CL=31095
      0c33d435
    • Rob Pike's avatar
      make a description of the slice header public · 29e6eb21
      Rob Pike authored
      R=rsc
      DELTA=18  (3 added, 0 deleted, 15 changed)
      OCL=31086
      CL=31094
      29e6eb21
    • Russ Cox's avatar
      fix atoi test · c7a9d981
      Russ Cox authored
      R=r
      DELTA=28  (5 added, 0 deleted, 23 changed)
      OCL=31093
      CL=31093
      c7a9d981
    • Ian Lance Taylor's avatar
      Recognize gccgo error message. · 7ae0c678
      Ian Lance Taylor authored
      bug022.go:8:13: error: attempt to index object which is not array, string, or map
      
      R=rsc
      DELTA=1  (0 added, 0 deleted, 1 changed)
      OCL=31082
      CL=31089
      7ae0c678
    • Ian Lance Taylor's avatar
      Recognize gccgo error messages. · f1428b29
      Ian Lance Taylor authored
      (Amusing side note: the GNU coding standards say: Please do
      not use the term "illegal" to refer to erroneous input to a
      computer program.  Please use "invalid" for this, and reserve
      the term "illegal" for activities prohibited by law.)
      
      indirect1.go:35:3: error: argument must be string or array or slice or map
      indirect1.go:36:3: error: argument must be string or array or slice or map
      indirect1.go:38:3: error: argument must be string or array or slice or map
      indirect1.go:41:3: error: argument must be string or array or slice or map
      indirect1.go:42:3: error: argument must be string or array or slice or map
      indirect1.go:44:3: error: argument must be string or array or slice or map
      indirect1.go:55:3: error: argument must be string or array or slice or map
      indirect1.go:56:3: error: argument must be string or array or slice or map
      indirect1.go:58:3: error: argument must be string or array or slice or map
      indirect1.go:61:3: error: argument must be array or slice
      indirect1.go:62:3: error: argument must be array or slice
      indirect1.go:64:3: error: argument must be array or slice
      
      R=rsc
      DELTA=12  (0 added, 0 deleted, 12 changed)
      OCL=31081
      CL=31088
      f1428b29