summaryrefslogtreecommitdiff
path: root/src/pkg/compress/flate/inflate.go
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-11/+20
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox1-1/+1
2010-05-07compress: renamings.Rob Pike1-16/+16
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-170/+170
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer1-22/+22
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-52/+52
2009-11-08assorted cleanupRuss Cox1-1/+0
2009-11-06Typo fixes.David Symonds1-1/+1
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-11-04gofmt-ify compressRobert Griesemer1-3/+1
2009-10-08more lgtm files from gofmtRuss Cox1-11/+11
2009-10-06another round of gofmt applicationsRuss Cox1-48/+46
2009-09-29Deflate encoderIvan Krasin1-36/+0
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-08-20Fix inflate.go's decompressing of a fixed Huffman block that hasNigel Tao1-3/+2
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-7/+0
2009-07-27Fixed a small bug with compress/flate/Inflater. It incorrectly checkedIvan Krasin1-1/+1
2009-06-25Change os.Error convention:Russ Cox1-18/+13
2009-06-22introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox1-8/+2
2009-06-09mv src/lib to src/pkgRob Pike1-0/+673