<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2010-10-27</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2010-10-27</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2010-10-27'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2010-10-28T00:21:44Z</updated>
<entry>
<title>tag release.2010-10-27</title>
<updated>2010-10-28T00:21:44Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-10-28T00:21:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=fded5fed0bfac968e73aae7b543bbd337debf4ef'/>
<id>urn:sha1:fded5fed0bfac968e73aae7b543bbd337debf4ef</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/2778042
</content>
</entry>
<entry>
<title>release.2010-10-27</title>
<updated>2010-10-28T00:19:52Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-10-28T00:19:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9e4031ae56a922bf4bcaf0bdf69f6f3d1d800c01'/>
<id>urn:sha1:9e4031ae56a922bf4bcaf0bdf69f6f3d1d800c01</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/2747044
</content>
</entry>
<entry>
<title>rpc: expose Server type to allow multiple RPC Server instances</title>
<updated>2010-10-28T00:05:56Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-10-28T00:05:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=250ac87368f25bf1c35ffd6f522639fea119dc2d'/>
<id>urn:sha1:250ac87368f25bf1c35ffd6f522639fea119dc2d</id>
<content type='text'>
R=r, rsc, msolo, sougou
CC=golang-dev
https://golang.org/cl/2696041
</content>
</entry>
<entry>
<title>go spec: clarify return type of append, argument type for ...T parameters</title>
<updated>2010-10-27T17:44:31Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-10-27T17:44:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=904adfdc46507b3ddfe0f8b742b8414df31052d2'/>
<id>urn:sha1:904adfdc46507b3ddfe0f8b742b8414df31052d2</id>
<content type='text'>
R=iant, ken2, r, rsc
CC=golang-dev
https://golang.org/cl/2774041
</content>
</entry>
<entry>
<title>image/png: speed up paletted encoding ~25%</title>
<updated>2010-10-27T11:48:18Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>brad@danga.com</email>
</author>
<published>2010-10-27T11:48:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ad7d24ac4b66f9ee83e1cb5f81c3ae4cb3eb5610'/>
<id>urn:sha1:ad7d24ac4b66f9ee83e1cb5f81c3ae4cb3eb5610</id>
<content type='text'>
Avoids a lot of redundant bounds checks.

R=nigeltao, rsc
CC=golang-dev
https://golang.org/cl/2678041
</content>
</entry>
<entry>
<title>use copy</title>
<updated>2010-10-27T04:52:54Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-10-27T04:52:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d86ab015f7ec9a909ba278b154086585e2f15285'/>
<id>urn:sha1:d86ab015f7ec9a909ba278b154086585e2f15285</id>
<content type='text'>
R=gri
CC=golang-dev
https://golang.org/cl/2763041
</content>
</entry>
<entry>
<title>5g, 6g, 8g: generate code for string index</title>
<updated>2010-10-27T04:11:17Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-10-27T04:11:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e48c0fb562e95f0011b45c8ab9c5f01d088c8e20'/>
<id>urn:sha1:e48c0fb562e95f0011b45c8ab9c5f01d088c8e20</id>
<content type='text'>
instead of calling function.

R=ken2
CC=golang-dev
https://golang.org/cl/2762041
</content>
</entry>
<entry>
<title>big: arm assembly, faster software mulWW, divWW</title>
<updated>2010-10-27T04:10:17Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-10-27T04:10:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=705c0382e8f8437558a099a92a1d48674a252ddb'/>
<id>urn:sha1:705c0382e8f8437558a099a92a1d48674a252ddb</id>
<content type='text'>
Reduces time spent running crypto/rsa test by 65%.

Fixes #1227.

R=gri, PeterGo
CC=golang-dev
https://golang.org/cl/2743041
</content>
</entry>
<entry>
<title>go spec: note re: append() not being implemented yet</title>
<updated>2010-10-27T03:30:35Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-10-27T03:30:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=a8abb64a7165a2d673449306adf0aa68686d9091'/>
<id>urn:sha1:a8abb64a7165a2d673449306adf0aa68686d9091</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/2761041
</content>
</entry>
<entry>
<title>builder: pass GOHOSTOS and GOHOSTARCH to build</title>
<updated>2010-10-27T00:27:52Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-10-27T00:27:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=fe57dd8522b19f3a3ebae94acc64a0d197909b02'/>
<id>urn:sha1:fe57dd8522b19f3a3ebae94acc64a0d197909b02</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/2759041
</content>
</entry>
</feed>
