summaryrefslogtreecommitdiff
path: root/src/compress/lzw
Commit message (Expand)AuthorAgeFilesLines
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-051-2/+2
* compress/lzw: output a Clear code first, per GIF specNigel Tao2021-10-122-1/+47
* compress/lzw: add Reset method to Reader and WriterAgniva De Sarker2021-03-174-206/+349
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-092-4/+3
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-202-7/+7
* compress/lzw: clarify code invariantsNigel Tao2019-09-141-1/+4
* compress/lzw: fix comment re high-code invariantNigel Tao2019-09-121-3/+2
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-1/+1
* compress/lzw: don't follow code == hi if last is invalid.Nigel Tao2017-06-082-1/+72
* compress/lzw: fix hi code overflow.Nigel Tao2017-04-282-1/+37
* compress/lzw: use Run for benchmarksMarcel van Lohuizen2016-05-252-62/+54
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-1/+1
* build: shorten a few packages with long testsRuss Cox2015-12-291-1/+9
* compress/lzw: tidy up some flush calls.Nigel Tao2015-09-091-11/+6
* compress/lzw: return the partial decoding for a truncated input.Nigel Tao2015-06-302-1/+10
* compress/lzw: reject writing bytes that don't fit into litWidth.Nigel Tao2015-06-182-3/+20
* compress/lzw: mention relation between litWidth and input bytesJeff R. Allen2015-06-182-2/+3
* compress/lzw: be consistent with error message prefixes.Nigel Tao2015-06-181-1/+1
* all: use golang.org/x/... import pathsAndrew Gerrand2014-11-101-1/+1
* compress/*: note that NewReader may introduce bufferingRuss Cox2014-09-301-0/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-084-0/+815