<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2011-06-09</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2011-06-09</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2011-06-09'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2011-06-10T04:26:09Z</updated>
<entry>
<title>weekly.2011-06-09</title>
<updated>2011-06-10T04:26:09Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2011-06-10T04:26:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=11b04261c754c67ad4c4ef13b667854c5ecb64e8'/>
<id>urn:sha1:11b04261c754c67ad4c4ef13b667854c5ecb64e8</id>
<content type='text'>
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4601052
</content>
</entry>
<entry>
<title>image: add Paletted.Set, and a basic test of the concrete image types.</title>
<updated>2011-06-10T04:07:29Z</updated>
<author>
<name>Nigel Tao</name>
<email>nigeltao@golang.org</email>
</author>
<published>2011-06-10T04:07:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c0c824cd7be85fa46806050b880e3d03a2b4a7e8'/>
<id>urn:sha1:c0c824cd7be85fa46806050b880e3d03a2b4a7e8</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/4589045
</content>
</entry>
<entry>
<title>sync/atomic: fix arm check64 bug</title>
<updated>2011-06-10T03:50:19Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2011-06-10T03:50:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d44c4c351d9c3779b407e819fb1d06755492c9ad'/>
<id>urn:sha1:d44c4c351d9c3779b407e819fb1d06755492c9ad</id>
<content type='text'>
R=r, rsc
CC=golang-dev
https://golang.org/cl/4571059
</content>
</entry>
<entry>
<title>gopack: make unused page function a fatal error</title>
<updated>2011-06-10T02:41:19Z</updated>
<author>
<name>Dave Cheney</name>
<email>dave@cheney.net</email>
</author>
<published>2011-06-10T02:41:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=86183e43c92be0f3761abd0855e5cdac2280e073'/>
<id>urn:sha1:86183e43c92be0f3761abd0855e5cdac2280e073</id>
<content type='text'>
R=iant, rsc
CC=golang-dev
https://golang.org/cl/4601051
</content>
</entry>
<entry>
<title>http: fix regression permitting io.Copy on HEAD response</title>
<updated>2011-06-10T01:10:21Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2011-06-10T01:10:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=5e8b9c614bed42da8cc2c16b705e491dcab693fc'/>
<id>urn:sha1:5e8b9c614bed42da8cc2c16b705e491dcab693fc</id>
<content type='text'>
With the ReadFrom change in the sendfile CL, it became
possible to illegally send a response to a HEAD request if you
did it via io.Copy.

Fixes #1939

R=rsc
CC=golang-dev
https://golang.org/cl/4584049
</content>
</entry>
<entry>
<title>gopack: remove warning from the use of mktemp</title>
<updated>2011-06-10T01:04:26Z</updated>
<author>
<name>Dave Cheney</name>
<email>dave@cheney.net</email>
</author>
<published>2011-06-10T01:04:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=aac6afbb11d7845ecd431f296d4cbe625a0001da'/>
<id>urn:sha1:aac6afbb11d7845ecd431f296d4cbe625a0001da</id>
<content type='text'>
gcc-4.6 considers mktemp to be racey

R=golang-dev, rsc, iant
CC=golang-dev
https://golang.org/cl/4602050
</content>
</entry>
<entry>
<title>mail: decode RFC 2047-encoded words, not phrases.</title>
<updated>2011-06-09T22:47:27Z</updated>
<author>
<name>David Symonds</name>
<email>dsymonds@golang.org</email>
</author>
<published>2011-06-09T22:47:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=63639dd237553ec0db95351eae79e2e75592532e'/>
<id>urn:sha1:63639dd237553ec0db95351eae79e2e75592532e</id>
<content type='text'>
R=rsc, r, bradfitz
CC=golang-dev
https://golang.org/cl/4590047
</content>
</entry>
<entry>
<title>5l: fix softfloat nits</title>
<updated>2011-06-09T22:38:25Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-06-09T22:38:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1fddbab736f506e760cced149d1ae3aeb55b48b0'/>
<id>urn:sha1:1fddbab736f506e760cced149d1ae3aeb55b48b0</id>
<content type='text'>
Need to load math.a so that sqrtGoC is available.
Also was missing prototype.

R=ken2
CC=golang-dev
https://golang.org/cl/4517148
</content>
</entry>
<entry>
<title>gc: compactframe breaks arm - fix build</title>
<updated>2011-06-09T22:28:27Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-06-09T22:28:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=900c5fa98e2010f3a80fda4d6cfa1531e5509046'/>
<id>urn:sha1:900c5fa98e2010f3a80fda4d6cfa1531e5509046</id>
<content type='text'>
R=lvd
CC=golang-dev
https://golang.org/cl/4591063
</content>
</entry>
<entry>
<title>gc: nit</title>
<updated>2011-06-09T22:08:57Z</updated>
<author>
<name>Luuk van Dijk</name>
<email>lvd@golang.org</email>
</author>
<published>2011-06-09T22:08:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=fd2e24727efbaaa9062e6678f19c45b90152b46f'/>
<id>urn:sha1:fd2e24727efbaaa9062e6678f19c45b90152b46f</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/4604041
</content>
</entry>
</feed>
