<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2010-03-22</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2010-03-22</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2010-03-22'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2010-03-23T01:56:39Z</updated>
<entry>
<title>release.2010-03-22</title>
<updated>2010-03-23T01:56:39Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-03-23T01:56:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=a1723941e0a1e128e0a0b6ecde9a054214e55784'/>
<id>urn:sha1:a1723941e0a1e128e0a0b6ecde9a054214e55784</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/643042
</content>
</entry>
<entry>
<title>gc: various map-related bug fixes</title>
<updated>2010-03-23T01:51:14Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-03-23T01:51:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=4408659e81a23684d6cb0a6e2b0cf3b48d3d0ca7'/>
<id>urn:sha1:4408659e81a23684d6cb0a6e2b0cf3b48d3d0ca7</id>
<content type='text'>
Fixes #687.

R=ken2
CC=golang-dev
https://golang.org/cl/680042
</content>
</entry>
<entry>
<title>ast/printer: support for printing ast.Spec nodes</title>
<updated>2010-03-22T22:00:47Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-03-22T22:00:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=51a7f1c9d6c997caa9e4894ace63692d6203b12f'/>
<id>urn:sha1:51a7f1c9d6c997caa9e4894ace63692d6203b12f</id>
<content type='text'>
R=gri
CC=golang-dev
https://golang.org/cl/682041
</content>
</entry>
<entry>
<title>goinstall: let git/hg/svn create the final directory element</title>
<updated>2010-03-21T05:38:06Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-03-21T05:38:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2e5fe5a14c8b9578064c686a2b62328c84136f48'/>
<id>urn:sha1:2e5fe5a14c8b9578064c686a2b62328c84136f48</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/634044
</content>
</entry>
<entry>
<title>A+C: add Kyle Consalus (individual CLA)</title>
<updated>2010-03-21T05:37:53Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-03-21T05:37:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2243fe9fc1aa567e05bee1c025503616c7346e88'/>
<id>urn:sha1:2243fe9fc1aa567e05bee1c025503616c7346e88</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/662041
</content>
</entry>
<entry>
<title>libmach: more info when memory reads fail on Darwin</title>
<updated>2010-03-21T05:37:23Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-03-21T05:37:23Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=aceba042d6ffe45c856132351612732dc4121870'/>
<id>urn:sha1:aceba042d6ffe45c856132351612732dc4121870</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/604043
</content>
</entry>
<entry>
<title>issue 682</title>
<updated>2010-03-21T01:50:01Z</updated>
<author>
<name>Ken Thompson</name>
<email>ken@golang.org</email>
</author>
<published>2010-03-21T01:50:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=802129617965377be271d08e18fea03e5f10d8cf'/>
<id>urn:sha1:802129617965377be271d08e18fea03e5f10d8cf</id>
<content type='text'>
complex DATA statement fo
initialization of complex variables.

R=rsc
CC=golang-dev
https://golang.org/cl/634045
</content>
</entry>
<entry>
<title>godoc: line numbers for all remote search results</title>
<updated>2010-03-20T05:48:08Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-03-20T05:48:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=6c8fdbe8c700cd5cda51bad47c5729a966897595'/>
<id>urn:sha1:6c8fdbe8c700cd5cda51bad47c5729a966897595</id>
<content type='text'>
Instead of returning the index lookup result via
RPC which has to be corrected for the client,
simply render it on the server and return the
final output.

R=rsc, r
CC=golang-dev
https://golang.org/cl/669041
</content>
</entry>
<entry>
<title>godoc: revert change 5089, per gri's instructions</title>
<updated>2010-03-20T00:46:18Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-03-20T00:46:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e8fb0b014ca37ffd34b99f2f83c477bca8ad13ff'/>
<id>urn:sha1:e8fb0b014ca37ffd34b99f2f83c477bca8ad13ff</id>
<content type='text'>
R=gri
CC=golang-dev
https://golang.org/cl/630043
</content>
</entry>
<entry>
<title>website: add Go Blog widget to frontpage,</title>
<updated>2010-03-20T00:42:57Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-03-20T00:42:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7190fdd3bff430f3be6ad2a25e10bac519bb8d77'/>
<id>urn:sha1:7190fdd3bff430f3be6ad2a25e10bac519bb8d77</id>
<content type='text'>
add Blog and Wiki links to sideba

R=r, rsc, gri
CC=golang-dev
https://golang.org/cl/611042
</content>
</entry>
</feed>
