1. 31 Oct, 2010 3 commits
    • Rob Pike's avatar
      gob: several fixes. · 7f7cb166
      Rob Pike authored
      1) Be sure to use the eval-time encoder/decoder rather than
      the compile-time decoder.  In a few cases the receiver for
      the compiling encoder was being pickled incorrectly into a
      closure.
      (This is the fix for issue 1238).
      
      2) Get the innermost name right when given a pointer to an
      unnamed type.
      
      3) Use a count to delineate interface values, making it
      possible to ignore values without having a concrete type
      to encode into.  This is a protocol change but only for the
      new feature, so it shouldn't affect anyone.  The old test
      worked because, amazingly, it depended on bug #1.
      
      Fixes #1238.
      
      R=rsc, albert.strasheim
      CC=golang-dev
      https://golang.org/cl/2806041
      7f7cb166
    • Evan Shaw's avatar
      kate: update for append · f62772b1
      Evan Shaw authored
      R=golang-dev, PeterGo, gri
      CC=golang-dev
      https://golang.org/cl/2710044
      f62772b1
    • Evan Shaw's avatar
      pidigits: Remove TODO, minor improvements · 5bf420f0
      Evan Shaw authored
      I tried adding a Scale method to big.Int and it didn't make any noticeable
      difference, so I'm removing my TODO.
      
      Also got rid of a few obvious allocations that I missed earlier for a modest
      improvement (~5%).
      
      R=golang-dev, gri
      CC=golang-dev
      https://golang.org/cl/2711043
      5bf420f0
  2. 30 Oct, 2010 4 commits
  3. 29 Oct, 2010 7 commits
  4. 28 Oct, 2010 14 commits
  5. 27 Oct, 2010 8 commits
  6. 26 Oct, 2010 4 commits