<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2010-03-15</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2010-03-15</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2010-03-15'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2010-03-15T23:44:13Z</updated>
<entry>
<title>release.2010-03-15</title>
<updated>2010-03-15T23:44:13Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-03-15T23:44:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=6f9272f5dd568377cfa1b2862de7e12096539089'/>
<id>urn:sha1:6f9272f5dd568377cfa1b2862de7e12096539089</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/579041
</content>
</entry>
<entry>
<title>install.html: elaborate on shell profile instructions</title>
<updated>2010-03-15T22:42:34Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-03-15T22:42:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9aff17f0d79d996b4e38100c3a88ba62fc9f34b5'/>
<id>urn:sha1:9aff17f0d79d996b4e38100c3a88ba62fc9f34b5</id>
<content type='text'>
R=r, rsc
CC=golang-dev
https://golang.org/cl/556041
</content>
</entry>
<entry>
<title>gofmt: fix for gofmt rewrite feature</title>
<updated>2010-03-15T22:42:09Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-03-15T22:42:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b32f22b3f8c6a3c1a791bbdff13fdbf1e7456ec9'/>
<id>urn:sha1:b32f22b3f8c6a3c1a791bbdff13fdbf1e7456ec9</id>
<content type='text'>
Fixes #643.

R=rsc
CC=golang-dev
https://golang.org/cl/576041
</content>
</entry>
<entry>
<title>	dashboard: include package.html</title>
<updated>2010-03-15T22:05:09Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-03-15T22:05:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=6129dbbee4c65066869711523ed14a2b281c88a3'/>
<id>urn:sha1:6129dbbee4c65066869711523ed14a2b281c88a3</id>
<content type='text'>
    This was omitted from the original commit.

R=rsc
CC=golang-dev
https://golang.org/cl/554043
</content>
</entry>
<entry>
<title>godoc: support for multiple packages in a directory</title>
<updated>2010-03-13T02:16:21Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-03-13T02:16:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=226c2ec25683e77bcc6bb54190bea006787d92ea'/>
<id>urn:sha1:226c2ec25683e77bcc6bb54190bea006787d92ea</id>
<content type='text'>
- smartly select the "right" package
- provide a list of other packages

R=rsc
CC=golang-dev
https://golang.org/cl/466042
</content>
</entry>
<entry>
<title>hash/crc64: new package implementing 64-bit CRC</title>
<updated>2010-03-13T01:38:18Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-03-13T01:38:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1a5cd2c0e1809c600e73f9895abc07c14156f7c1'/>
<id>urn:sha1:1a5cd2c0e1809c600e73f9895abc07c14156f7c1</id>
<content type='text'>
hash/crc32: add Update function
hash: add Sum64 interface

R=r
CC=golang-dev
https://golang.org/cl/445042
</content>
</entry>
<entry>
<title>gofmt: make sure there is a newline after</title>
<updated>2010-03-12T22:54:06Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-03-12T22:54:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=67f1becad6bae8be8d304eca660a13ed3d67a3c6'/>
<id>urn:sha1:67f1becad6bae8be8d304eca660a13ed3d67a3c6</id>
<content type='text'>
a /*-style comment at the end of a file

Some minor cleanups/typo fixes along the way.

Fixes an issue where that newline was removed
after applying gofmt.

R=r
CC=golang-dev
https://golang.org/cl/476043
</content>
</entry>
<entry>
<title>go/printer: fix a couple of hidden crashes that become</title>
<updated>2010-03-12T22:01:52Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-03-12T22:01:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ee0c35be854ed2f21d3c3bdbcc4a9e5a7bdb4ed2'/>
<id>urn:sha1:ee0c35be854ed2f21d3c3bdbcc4a9e5a7bdb4ed2</id>
<content type='text'>
visible only when enabling internal debug mode:
- in rare cases expression depth can underflow
- when printing a single labeled statement, indentation
  may underflow if not setup correctly

R=rsc
CC=golang-dev
https://golang.org/cl/484041
</content>
</entry>
<entry>
<title>ast/filter.go: missing nil-check causes crash</title>
<updated>2010-03-12T01:39:55Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-03-12T01:39:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f7c27b9af9823baad0c2bb34d036d8991ac587e6'/>
<id>urn:sha1:f7c27b9af9823baad0c2bb34d036d8991ac587e6</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/461041
</content>
</entry>
<entry>
<title>godoc: fix formatting of -src output</title>
<updated>2010-03-12T00:44:56Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-03-12T00:44:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3e24f2d6dfdfd43da3edbd208d9fb0fd1da8b6c9'/>
<id>urn:sha1:3e24f2d6dfdfd43da3edbd208d9fb0fd1da8b6c9</id>
<content type='text'>
- go/filter.go: make MergePackageFiles smarter
- go/printer.go: handle positions from multiple files

R=rsc
CC=golang-dev
https://golang.org/cl/460042
</content>
</entry>
</feed>
