<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2009-11-10.1</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2009-11-10.1</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2009-11-10.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2009-11-11T04:05:24Z</updated>
<entry>
<title>Implement new emacs command M-x gofmt</title>
<updated>2009-11-11T04:05:24Z</updated>
<author>
<name>Kevin Ballard</name>
<email>kevin@sb.org</email>
</author>
<published>2009-11-11T04:05:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c57054f7b49539ca4ed6533267c1c20c39aaaaa5'/>
<id>urn:sha1:c57054f7b49539ca4ed6533267c1c20c39aaaaa5</id>
<content type='text'>
Define a new interactive function in go-mode.el called gofmt.
This function passes the current buffer through the external `gofmt`
tool and replaces the buffer with the result.

R=agl, rsc
https://golang.org/cl/154044
</content>
</entry>
<entry>
<title>Fix go-mode.el to work on empty buffers</title>
<updated>2009-11-11T04:04:14Z</updated>
<author>
<name>Kevin Ballard</name>
<email>kevin@sb.org</email>
</author>
<published>2009-11-11T04:04:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=022e3ae2659491e519d392e266acd86223a510f4'/>
<id>urn:sha1:022e3ae2659491e519d392e266acd86223a510f4</id>
<content type='text'>
Fixes #8.

R=agl, agl1, rsc
https://golang.org/cl/153056
</content>
</entry>
<entry>
<title>update old comment: things are much better now</title>
<updated>2009-11-11T03:59:22Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-11-11T03:59:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=fe1e49241c04c748d0e3f4762925241adcb8d7da'/>
<id>urn:sha1:fe1e49241c04c748d0e3f4762925241adcb8d7da</id>
<content type='text'>
R=r
https://golang.org/cl/152057
</content>
</entry>
<entry>
<title>gotest: avoid problems with grepping for ·</title>
<updated>2009-11-11T03:56:32Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-11-11T03:56:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9604f7b00974ca31cacf5b69e2cbf4cc23531a50'/>
<id>urn:sha1:9604f7b00974ca31cacf5b69e2cbf4cc23531a50</id>
<content type='text'>
Fixes #7.

R=r
CC=golang-dev
https://golang.org/cl/154043
</content>
</entry>
<entry>
<title>install.html: ed needs to be installed too</title>
<updated>2009-11-11T03:34:31Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-11-11T03:34:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=4a29a733ec2e8bdb7c271d665c1d1dfce99916cf'/>
<id>urn:sha1:4a29a733ec2e8bdb7c271d665c1d1dfce99916cf</id>
<content type='text'>
Fixes #14.

R=r
https://golang.org/cl/152052
</content>
</entry>
<entry>
<title>make.bash: check $PATH indirectly via which quietgcc</title>
<updated>2009-11-11T03:20:34Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-11-11T03:20:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9ff712ecd1c8d89ea5f69aab516d421f685ad7d2'/>
<id>urn:sha1:9ff712ecd1c8d89ea5f69aab516d421f685ad7d2</id>
<content type='text'>
R=agl1
CC=golang-dev
https://golang.org/cl/152056
</content>
</entry>
<entry>
<title>sanity check environment variables better.</title>
<updated>2009-11-11T03:12:22Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-11-11T03:12:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2d70d603925955b7184a0ab22dea24b561949b32'/>
<id>urn:sha1:2d70d603925955b7184a0ab22dea24b561949b32</id>
<content type='text'>
Fixes #12.

R=agl1
CC=golang-dev
https://golang.org/cl/152055
</content>
</entry>
<entry>
<title>Adding myself (Kevin Ballard) to the AUTHORS/CONTRIBUTORS files</title>
<updated>2009-11-11T02:44:20Z</updated>
<author>
<name>Kevin Ballard</name>
<email>kevin@sb.org</email>
</author>
<published>2009-11-11T02:44:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ea5440dd42ec59be7d9c3b93952c84cbab2c755a'/>
<id>urn:sha1:ea5440dd42ec59be7d9c3b93952c84cbab2c755a</id>
<content type='text'>
R=rsc
https://golang.org/cl/153055
</content>
</entry>
<entry>
<title>net: fix error for connect to /etc/ on some systems</title>
<updated>2009-11-11T02:27:26Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-11-11T02:27:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=92a9ddf0faca359e32b80a647b722ab47e711b23'/>
<id>urn:sha1:92a9ddf0faca359e32b80a647b722ab47e711b23</id>
<content type='text'>
R=agl1
CC=golang-dev
https://golang.org/cl/152051
</content>
</entry>
<entry>
<title>fix final program to have Html-&gt;HTML</title>
<updated>2009-11-11T02:24:06Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2009-11-11T02:24:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8db6370d786337842aa6a86621817c6880f4b093'/>
<id>urn:sha1:8db6370d786337842aa6a86621817c6880f4b093</id>
<content type='text'>
R=rsc
CC=go-dev
https://golang.org/cl/152050
</content>
</entry>
</feed>
