<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2010-09-22</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2010-09-22</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2010-09-22'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2010-09-23T01:49:47Z</updated>
<entry>
<title>release.2010-09-22</title>
<updated>2010-09-23T01:49:47Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-09-23T01:49:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=71ee385ddfa552a1d1e79a512323b29ee065a0bc'/>
<id>urn:sha1:71ee385ddfa552a1d1e79a512323b29ee065a0bc</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/2208046
</content>
</entry>
<entry>
<title>netchan: fix comment typo.</title>
<updated>2010-09-23T01:32:11Z</updated>
<author>
<name>Nigel Tao</name>
<email>nigeltao@golang.org</email>
</author>
<published>2010-09-23T01:32:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=43527e9dbb14e8a4f66690c918ec2933d8997a50'/>
<id>urn:sha1:43527e9dbb14e8a4f66690c918ec2933d8997a50</id>
<content type='text'>
R=adg
CC=golang-dev
https://golang.org/cl/2204047
</content>
</entry>
<entry>
<title>exp/draw: add Point.Eq, Point.Mul, Point.Div, Rectangle.Size methods</title>
<updated>2010-09-23T00:58:59Z</updated>
<author>
<name>Roger Peppe</name>
<email>rogpeppe@gmail.com</email>
</author>
<published>2010-09-23T00:58:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=0f17173f79d674b3e94e6dabf096116677468fe6'/>
<id>urn:sha1:0f17173f79d674b3e94e6dabf096116677468fe6</id>
<content type='text'>
R=nigeltao, nigeltao_golang, rsc
CC=golang-dev, r
https://golang.org/cl/2192048
</content>
</entry>
<entry>
<title>http: fix redirect test for international users</title>
<updated>2010-09-23T00:40:07Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-09-23T00:40:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1a8bd6715d0f4d1edb3cb1570ca090ba0b2c1133'/>
<id>urn:sha1:1a8bd6715d0f4d1edb3cb1570ca090ba0b2c1133</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/2197047
</content>
</entry>
<entry>
<title>build: add missing files for arm changes</title>
<updated>2010-09-22T21:21:02Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-09-22T21:21:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=855f08358b59274e4d4f16bcc0c2c3b4fe16f442'/>
<id>urn:sha1:855f08358b59274e4d4f16bcc0c2c3b4fe16f442</id>
<content type='text'>
R=adg
TBR=adg
CC=golang-dev
https://golang.org/cl/2226046
</content>
</entry>
<entry>
<title>http: Change redirect test URL, as the old one now fails.</title>
<updated>2010-09-22T21:20:15Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2010-09-22T21:20:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7b175236cbcea9bec55c655db501987b5b1869d0'/>
<id>urn:sha1:7b175236cbcea9bec55c655db501987b5b1869d0</id>
<content type='text'>
R=rsc, r2
CC=golang-dev
https://golang.org/cl/2267042
</content>
</entry>
<entry>
<title>gofmt: support for ... after actual arguments</title>
<updated>2010-09-22T21:05:14Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-09-22T21:05:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=a6b6142f305195f235dc1e99d75571680b047f43'/>
<id>urn:sha1:a6b6142f305195f235dc1e99d75571680b047f43</id>
<content type='text'>
Pending acceptance of the proposed language change.

R=rsc
CC=golang-dev
https://golang.org/cl/2193048
</content>
</entry>
<entry>
<title>suffixarray: cleanup per suggestion from Roger Peppe</title>
<updated>2010-09-22T18:03:57Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-09-22T18:03:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3487495eb053a4a38e972437dab8487bbd496ec8'/>
<id>urn:sha1:3487495eb053a4a38e972437dab8487bbd496ec8</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/2213045
</content>
</entry>
<entry>
<title>http: don't always escape all reserved chars (fix build)</title>
<updated>2010-09-22T06:59:35Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-09-22T06:59:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ad9042bdfacbfe295157103fa44e0ce41ce12875'/>
<id>urn:sha1:ad9042bdfacbfe295157103fa44e0ce41ce12875</id>
<content type='text'>
R=nigeltao, nigeltao_golang
CC=golang-dev
https://golang.org/cl/2206044
</content>
</entry>
<entry>
<title>http: escape _all_ reserved characters as per the RFC</title>
<updated>2010-09-22T06:25:26Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-09-22T06:25:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d093bdbe7e10eb8b613b346ae5acba7569c97f7e'/>
<id>urn:sha1:d093bdbe7e10eb8b613b346ae5acba7569c97f7e</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/2199043
</content>
</entry>
</feed>
