Sign in
go
/
go
/
go1.16
/
src
/
compress
/
lzw
4f1b0a4
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
by Russ Cox
· 4 years, 3 months ago
1b09d43
all: update references to symbols moved from io/ioutil to io
by Russ Cox
· 4 years, 3 months ago
4e21555
compress/lzw: clarify code invariants
by Nigel Tao
· 5 years ago
396d625
compress/lzw: fix comment re high-code invariant
by Nigel Tao
· 5 years ago
161874d
all: update comment URLs from HTTP to HTTPS, where possible
by Tim Cooper
· 7 years ago
32d42fb
compress/lzw: don't follow code == hi if last is invalid.
by Nigel Tao
· 8 years ago
642a1cc
compress/lzw: fix hi code overflow.
by Nigel Tao
· 8 years ago
5dd922c
compress/lzw: use Run for benchmarks
by Marcel van Lohuizen
· 9 years ago
0da4dbe
all: remove unnecessary type conversions
by Matthew Dempsky
· 9 years ago
04d732b
build: shorten a few packages with long tests
by Russ Cox
· 9 years ago
e5d9caf
compress/lzw: tidy up some flush calls.
by Nigel Tao
· 10 years ago
fea18f5
compress/lzw: return the partial decoding for a truncated input.
by Nigel Tao
· 10 years ago
ccec934
compress/lzw: reject writing bytes that don't fit into litWidth.
by Nigel Tao
· 10 years ago
2a5745d
compress/lzw: mention relation between litWidth and input bytes
by Jeff R. Allen
· 10 years ago
62f169c
compress/lzw: be consistent with error message prefixes.
by Nigel Tao
· 10 years ago
7f0be1f
all: use golang.org/x/... import paths
by Andrew Gerrand
· 10 years ago
a6abe22
compress/*: note that NewReader may introduce buffering
by Russ Cox
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 10 years ago