An error occurred fetching the project authors.
  1. 11 Sep, 2009 1 commit
    • Nigel Tao's avatar
      PNG decoder for go. · 70eef675
      Nigel Tao authored
      R=rsc
      APPROVED=r
      DELTA=694  (675 added, 3 deleted, 16 changed)
      OCL=34427
      CL=34554
      70eef675
  2. 20 Aug, 2009 2 commits
    • Nigel Tao's avatar
      Fix inflate.go's decompressing of a fixed Huffman block that has · b58ecb11
      Nigel Tao authored
      length-distance pairs.
      
      The new test data was generated by "gzip shesells.txt", which is
      presumably what you (rsc) did before, for the other test cases in
      gunzip_test.go.
      
      R=rsc
      APPROVED=rsc
      DELTA=21  (17 added, 2 deleted, 2 changed)
      OCL=33582
      CL=33616
      b58ecb11
    • Russ Cox's avatar
      naming cleanup. · 52cf67a6
      Russ Cox authored
      gzip.GzipInflater -> gzip.Inflater
      gzip.NewGzipInflater -> gzip.NewInflater
      zlib.NewZlibInflater -> zlib.NewInflater
      
      io.ByteReader deleted in favor of bytes.Buffer
      io.NewByteReader -> bytes.NewBuffer
      
      R=r
      DELTA=52  (3 added, 0 deleted, 49 changed)
      OCL=33589
      CL=33592
      52cf67a6
  3. 12 Aug, 2009 1 commit
  4. 29 Jun, 2009 1 commit
    • Russ Cox's avatar
      io.StringBytes -> strings.Bytes · d3a412a5
      Russ Cox authored
      io.ByteBuffer -> bytes.Buffer
      
      left io.ByteBuffer stub around for now,
      for protocol compiler.
      
      R=r
      OCL=30861
      CL=30872
      d3a412a5
  5. 22 Jun, 2009 1 commit
    • Russ Cox's avatar
      introduce os.EOF and io.ErrUnexpectedEOF. · 64684cc2
      Russ Cox authored
      remove io.ErrEOF.
      rename io.FullRead to io.ReadFull, to match
         ReadAtLeast and ReadAll.
      remove io.FullReader, because it is now unused.
      
      R=r
      DELTA=295  (88 added, 105 deleted, 102 changed)
      OCL=30544
      CL=30588
      64684cc2
  6. 09 Jun, 2009 1 commit
    • Rob Pike's avatar
      mv src/lib to src/pkg · d90e7cba
      Rob Pike authored
      tests: all.bash passes, gobuild still works, godoc still works.
      
      R=rsc
      OCL=30096
      CL=30102
      d90e7cba
  7. 07 Jun, 2009 1 commit
    • Russ Cox's avatar
      gzip package · f52c0264
      Russ Cox authored
      R=dsymonds
      DELTA=559  (559 added, 0 deleted, 0 changed)
      OCL=29993
      CL=30005
      f52c0264