summaryrefslogtreecommitdiff
path: root/src/pkg/compress/zlib/reader.go
AgeCommit message (Expand)AuthorFilesLines
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-3/+3
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-6/+20
2010-05-07compress: renamings.Rob Pike1-13/+13
2010-03-02strings.Bytes -> []byte for documentation example, src/pkg/* comments, and ht...Andrey Mirtchovski1-1/+1
2010-01-19compress/zlib: add example to doc commentRuss Cox1-2/+19
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-29/+29
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer1-2/+2
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-8/+8
2009-10-08more lgtm files from gofmtRuss Cox1-2/+2
2009-10-06another round of gofmt applicationsRuss Cox1-9/+8
2009-09-29ZLIB deflater.Nigel Tao1-3/+7
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-09-10PNG decoder for go.Nigel Tao1-11/+16
2009-08-20naming cleanup.Russ Cox1-2/+2
2009-08-17ZLIB reader for go.Nigel Tao1-0/+87