aboutsummaryrefslogtreecommitdiff
path: root/src/compress/lzw
AgeCommit message (Expand)Author
2021-03-17compress/lzw: add Reset method to Reader and WriterAgniva De Sarker
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-09-14compress/lzw: clarify code invariantsNigel Tao
2019-09-12compress/lzw: fix comment re high-code invariantNigel Tao
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
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2015-12-29build: shorten a few packages with long testsRuss Cox
2015-09-09compress/lzw: tidy up some flush calls.Nigel Tao
2015-06-30compress/lzw: return the partial decoding for a truncated input.Nigel Tao
2015-06-18compress/lzw: reject writing bytes that don't fit into litWidth.Nigel Tao
2015-06-18compress/lzw: mention relation between litWidth and input bytesJeff R. Allen
2015-06-18compress/lzw: be consistent with error message prefixes.Nigel Tao
2014-11-10all: use golang.org/x/... import pathsAndrew Gerrand
2014-09-30compress/*: note that NewReader may introduce bufferingRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox