index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
compress
/
zlib
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-2
/
+2
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
3
-4
/
+2
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
2
-7
/
+7
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
1
-1
/
+1
2010-05-07
compress: renamings.
Rob Pike
4
-32
/
+32
2010-03-02
strings.Bytes -> []byte for documentation example, src/pkg/* comments, and ht...
Andrey Mirtchovski
1
-1
/
+1
2010-01-29
gzip deflater (i.e., writer).
Nigel Tao
1
-1
/
+1
2010-01-19
compress/zlib: add example to doc comment
Russ Cox
1
-2
/
+19
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
4
-123
/
+123
2009-12-02
move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.
Rob Pike
1
-2
/
+3
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
1
-2
/
+2
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
2
-6
/
+6
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
4
-25
/
+25
2009-11-01
reverse the arguments to io.Copy so the destination is on the
Rob Pike
1
-1
/
+1
2009-10-08
more lgtm files from gofmt
Russ Cox
1
-2
/
+2
2009-10-06
another round of gofmt applications
Russ Cox
4
-48
/
+38
2009-09-29
ZLIB deflater.
Nigel Tao
6
-3
/
+222
2009-09-17
use buf.String() instead of string(buf.Bytes())
Rob Pike
1
-1
/
+1
2009-09-16
rename bytes.Buffer.Data() to bytes.Buffer.Bytes()
Rob Pike
1
-1
/
+1
2009-09-15
more "declared and not used".
Russ Cox
2
-2
/
+2
2009-09-10
PNG decoder for go.
Nigel Tao
2
-11
/
+17
2009-08-20
naming cleanup.
Russ Cox
2
-6
/
+6
2009-08-17
ZLIB reader for go.
Nigel Tao
3
-0
/
+200