aboutsummaryrefslogtreecommitdiff
path: root/src/compress/lzw/reader_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-06-08compress/lzw: don't follow code == hi if last is invalid.Nigel Tao
2017-04-28compress/lzw: fix hi code overflow.Nigel Tao
2016-05-25compress/lzw: use Run for benchmarksMarcel van Lohuizen
2015-06-30compress/lzw: return the partial decoding for a truncated input.Nigel Tao
2014-09-08build: move package sources from src/pkg to srcRuss Cox