<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2010-05-27</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2010-05-27</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2010-05-27'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2010-05-27T23:50:31Z</updated>
<entry>
<title>release.2010-05-27</title>
<updated>2010-05-27T23:50:31Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-05-27T23:50:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=371bf8e61b7b8ef725f795be05f7ce4553433e98'/>
<id>urn:sha1:371bf8e61b7b8ef725f795be05f7ce4553433e98</id>
<content type='text'>
R=r, rsc
CC=golang-dev
https://golang.org/cl/1354041
</content>
</entry>
<entry>
<title>golang.org: added Resources page, re-organized left hand panel.</title>
<updated>2010-05-27T23:47:42Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-05-27T23:47:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1ca99c84f8fd70129d970758b35f05857333cc02'/>
<id>urn:sha1:1ca99c84f8fd70129d970758b35f05857333cc02</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/1309045
</content>
</entry>
<entry>
<title>changes &amp;x -&gt; x[0:] for array to slice conversion</title>
<updated>2010-05-27T21:51:47Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-05-27T21:51:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=bb84f4b5d260d3642ef0a3197a1a5433ed2c2481'/>
<id>urn:sha1:bb84f4b5d260d3642ef0a3197a1a5433ed2c2481</id>
<content type='text'>
R=gri
CC=golang-dev
https://golang.org/cl/1326042
</content>
</entry>
<entry>
<title>fmt.Scan: custom formatters</title>
<updated>2010-05-27T01:16:41Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-05-27T01:16:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7ee6d44e4f34e648a1698a69ff2c6344910a3b62'/>
<id>urn:sha1:7ee6d44e4f34e648a1698a69ff2c6344910a3b62</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/1315042
</content>
</entry>
<entry>
<title>fmt.Scan: custom formatters</title>
<updated>2010-05-27T01:15:09Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-05-27T01:15:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=6965b407dd60ad3c5e2730c45aacbf0072f91d2e'/>
<id>urn:sha1:6965b407dd60ad3c5e2730c45aacbf0072f91d2e</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/1315042
</content>
</entry>
<entry>
<title>godoc: collect package comments from all package files, not just the first one found</title>
<updated>2010-05-26T20:44:27Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-05-26T20:44:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=a4129988a4d1dea05b9c604131088ece053e2ccb'/>
<id>urn:sha1:a4129988a4d1dea05b9c604131088ece053e2ccb</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/1331041
</content>
</entry>
<entry>
<title>big: add ModInverse.</title>
<updated>2010-05-26T19:58:58Z</updated>
<author>
<name>Adam Langley</name>
<email>agl@golang.org</email>
</author>
<published>2010-05-26T19:58:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f199f292e72b97aa0efffb64e5d058e61c5aa682'/>
<id>urn:sha1:f199f292e72b97aa0efffb64e5d058e61c5aa682</id>
<content type='text'>
ModInverse is just a small wrapper around GcdInt, but it's nice to
have in order to be clear about what one is doing in other code.

R=gri, agl1
CC=golang-dev
https://golang.org/cl/1244045
</content>
</entry>
<entry>
<title>fmt: fix 386 build. error strings differ for overflow on 386.</title>
<updated>2010-05-26T17:01:52Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-05-26T17:01:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=5b779284783fffdc1f573811b2b792fd83dea347'/>
<id>urn:sha1:5b779284783fffdc1f573811b2b792fd83dea347</id>
<content type='text'>
R=gri
CC=golang-dev
https://golang.org/cl/1316042
</content>
</entry>
<entry>
<title>fmt.Scan, fmt.Scanln: Start of a simple scanning API in the fmt package.</title>
<updated>2010-05-26T04:02:35Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-05-26T04:02:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=71f130f55cd2df82747fb4d3232c7a080fdc7b16'/>
<id>urn:sha1:71f130f55cd2df82747fb4d3232c7a080fdc7b16</id>
<content type='text'>
Still to do:
	- composite types
	- user-defined scanners
	- format-driven scanning
The package comment will be updated when more of the functionality is in place.

R=rsc
CC=golang-dev
https://golang.org/cl/1252045
</content>
</entry>
<entry>
<title>spec: Fix link to fallthrough statements</title>
<updated>2010-05-26T01:24:07Z</updated>
<author>
<name>Evan Shaw</name>
<email>chickencha@gmail.com</email>
</author>
<published>2010-05-26T01:24:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=67d30bb696fd28477ec023926b0ead375cf8371e'/>
<id>urn:sha1:67d30bb696fd28477ec023926b0ead375cf8371e</id>
<content type='text'>
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/1303041
</content>
</entry>
</feed>
