]> Cypherpunks repositories - gostls13.git/commit
compress/lzw: add commentary that TIFF's LZW differs from the standard
authorNigel Tao <nigeltao@golang.org>
Fri, 13 Jun 2014 07:44:29 +0000 (17:44 +1000)
committerNigel Tao <nigeltao@golang.org>
Fri, 13 Jun 2014 07:44:29 +0000 (17:44 +1000)
commit9f08c5c3830d42de9bf18b80b79516c61e1ea360
treecc6c7b1d2ed113ff435dae8a74df4c1830a21528
parenteb788045d85f48980b8513a71661fcf3100c98c8
compress/lzw: add commentary that TIFF's LZW differs from the standard
algorithm.

See https://golang.org/cl/105750045/ for an implementation of
TIFF's LZW.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/102940043
src/pkg/compress/lzw/reader.go