<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2010-03-04</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2010-03-04</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2010-03-04'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2010-03-04T02:00:29Z</updated>
<entry>
<title>release.2010-03-04</title>
<updated>2010-03-04T02:00:29Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-03-04T02:00:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=baa65fd1066c867ee647fc5a19b6107fa0f91263'/>
<id>urn:sha1:baa65fd1066c867ee647fc5a19b6107fa0f91263</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/229048
</content>
</entry>
<entry>
<title>First run at a Programming FAQ</title>
<updated>2010-03-04T01:56:08Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-03-04T01:56:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1d5af1553c91d346e70c83aa5b7132e242c15242'/>
<id>urn:sha1:1d5af1553c91d346e70c83aa5b7132e242c15242</id>
<content type='text'>
Moved a couple of FAQs from the main FAQ, and added some others

R=r, rsc, iant, gri
CC=golang-dev
https://golang.org/cl/218070
</content>
</entry>
<entry>
<title>net: put [ ] around IPv6 addresses for Dial</title>
<updated>2010-03-04T01:30:39Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-03-04T01:30:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e53f7d8993b4fae1e2de425e5c87852803362bd2'/>
<id>urn:sha1:e53f7d8993b4fae1e2de425e5c87852803362bd2</id>
<content type='text'>
Update #538.

R=r
CC=golang-dev
https://golang.org/cl/229045
</content>
</entry>
<entry>
<title>net: fix nil deref in testTimeout when Dial fails</title>
<updated>2010-03-04T01:30:29Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-03-04T01:30:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=74b131c0abf977a4ee94aec42412b16f30f4549c'/>
<id>urn:sha1:74b131c0abf977a4ee94aec42412b16f30f4549c</id>
<content type='text'>
Pointed out by Scott Schwartz.

Fixes #637.

R=scotts
CC=golang-dev
https://golang.org/cl/225042
</content>
</entry>
<entry>
<title>gc: fix imported and not used message - show path</title>
<updated>2010-03-04T01:23:47Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-03-04T01:23:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f1550482fa382baf529f285897c2f0fb2ab39def'/>
<id>urn:sha1:f1550482fa382baf529f285897c2f0fb2ab39def</id>
<content type='text'>
R=ken2
CC=golang-dev
https://golang.org/cl/229046
</content>
</entry>
<entry>
<title>encoding/binary: fix error reporting bug</title>
<updated>2010-03-03T20:35:16Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-03-03T20:35:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=90367756bb09abdf268ec120c4912a1ddfe576b1'/>
<id>urn:sha1:90367756bb09abdf268ec120c4912a1ddfe576b1</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/224096
</content>
</entry>
<entry>
<title>net: fix network timeout boundary condition.</title>
<updated>2010-03-03T07:43:36Z</updated>
<author>
<name>Stephen Ma</name>
<email>stephenm@golang.org</email>
</author>
<published>2010-03-03T07:43:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3b82f295b47e0601a0cec34c27e35fa2a03484fb'/>
<id>urn:sha1:3b82f295b47e0601a0cec34c27e35fa2a03484fb</id>
<content type='text'>
Fixes #472.

R=golang-dev
CC=golang-dev
https://golang.org/cl/223108
</content>
</entry>
<entry>
<title>net: correct DNS configuration</title>
<updated>2010-03-03T04:25:26Z</updated>
<author>
<name>Stephen Ma</name>
<email>stephenm@golang.org</email>
</author>
<published>2010-03-03T04:25:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b73e592ed1e0f242a824d7bf4ed865fcb1dea916'/>
<id>urn:sha1:b73e592ed1e0f242a824d7bf4ed865fcb1dea916</id>
<content type='text'>
Set defaults to the same values as various C DNS resolver libraries.
Use the timeout value from the configuration.
Fixes #632.

R=rsc
CC=golang-dev
https://golang.org/cl/223094
</content>
</entry>
<entry>
<title>test: fix 386 build (missing complex)</title>
<updated>2010-03-03T02:53:25Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-03-03T02:53:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=486d9eb48ef42d78d1673254a52275fc8ada9c0a'/>
<id>urn:sha1:486d9eb48ef42d78d1673254a52275fc8ada9c0a</id>
<content type='text'>
R=ken2
CC=golang-dev
https://golang.org/cl/223106
</content>
</entry>
<entry>
<title>more on type complex.</title>
<updated>2010-03-03T02:32:11Z</updated>
<author>
<name>Ken Thompson</name>
<email>ken@golang.org</email>
</author>
<published>2010-03-03T02:32:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7d4b1e4c0dadcd06b07e61c3f11a0b8a205f45f1'/>
<id>urn:sha1:7d4b1e4c0dadcd06b07e61c3f11a0b8a205f45f1</id>
<content type='text'>
getting close.

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