]> Cypherpunks repositories - gostls13.git/commit
compress/bzip2: support concatenated files
authorRuss Cox <rsc@golang.org>
Mon, 5 Aug 2013 20:08:08 +0000 (16:08 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 5 Aug 2013 20:08:08 +0000 (16:08 -0400)
commit8a0779f9b91e3392d90dab9217be7fdbee08f523
tree53a1a7e0620250442e011c5e92411e246de2f404
parent10ebb84d4801beb9fb86e6d156229e9dad0883e3
compress/bzip2: support concatenated files

While we're here, add a test for the same functionality in gzip,
which was already implemented, and add bzip2 CRC checks.

Fixes #5772.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12387044
src/pkg/compress/bzip2/bzip2.go
src/pkg/compress/bzip2/bzip2_test.go
src/pkg/compress/gzip/gzip_test.go