<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2010-12-22</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2010-12-22</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2010-12-22'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2010-12-23T02:32:20Z</updated>
<entry>
<title>release.2010-12-22</title>
<updated>2010-12-23T02:32:20Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-12-23T02:32:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7d557ebc1d5220a1843c8f8f5a972eacc056af51'/>
<id>urn:sha1:7d557ebc1d5220a1843c8f8f5a972eacc056af51</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/3809042
</content>
</entry>
<entry>
<title>testing: fix error message on invalid regexp</title>
<updated>2010-12-23T00:40:10Z</updated>
<author>
<name>Eoghan Sherry</name>
<email>ejsherry@gmail.com</email>
</author>
<published>2010-12-23T00:40:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=04a231d40624412d16a4e120335b4bf77b7b9964'/>
<id>urn:sha1:04a231d40624412d16a4e120335b4bf77b7b9964</id>
<content type='text'>
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/3831041
</content>
</entry>
<entry>
<title>hash/crc64: fix typo in Sum.</title>
<updated>2010-12-21T23:28:22Z</updated>
<author>
<name>Nigel Tao</name>
<email>nigeltao@golang.org</email>
</author>
<published>2010-12-21T23:28:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ea70b0d51d2967e747f31be599bd28953831cd53'/>
<id>urn:sha1:ea70b0d51d2967e747f31be599bd28953831cd53</id>
<content type='text'>
R=agl1
CC=golang-dev
https://golang.org/cl/3772043
</content>
</entry>
<entry>
<title>bufio: removed dead code</title>
<updated>2010-12-21T21:43:35Z</updated>
<author>
<name>Stefan Nilsson</name>
<email>snilsson@nada.kth.se</email>
</author>
<published>2010-12-21T21:43:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8cfd9e06762eb5ba3320b071f60710662cc25317'/>
<id>urn:sha1:8cfd9e06762eb5ba3320b071f60710662cc25317</id>
<content type='text'>
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/3779043
</content>
</entry>
<entry>
<title>template: fix trivial bug: integers are not "empty"</title>
<updated>2010-12-20T21:36:47Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-12-20T21:36:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d3866ddc65789d1dbdbb90e4bedafcf0bfc65c87'/>
<id>urn:sha1:d3866ddc65789d1dbdbb90e4bedafcf0bfc65c87</id>
<content type='text'>
Fixes #1357.

R=adg, gri
CC=golang-dev
https://golang.org/cl/3809041
</content>
</entry>
<entry>
<title>expvar: quote StringFunc output, same as String output.</title>
<updated>2010-12-20T06:35:21Z</updated>
<author>
<name>David Symonds</name>
<email>dsymonds@golang.org</email>
</author>
<published>2010-12-20T06:35:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8bfa9175a3937cbcb144b53464d46040345c467c'/>
<id>urn:sha1:8bfa9175a3937cbcb144b53464d46040345c467c</id>
<content type='text'>
R=adg
CC=golang-dev
https://golang.org/cl/3797041
</content>
</entry>
<entry>
<title>suffixarray: implememted FindAllIndex regexp search</title>
<updated>2010-12-17T22:00:46Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-12-17T22:00:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2662b99f39d21f4b98f984a6fe9a38b0b45176bd'/>
<id>urn:sha1:2662b99f39d21f4b98f984a6fe9a38b0b45176bd</id>
<content type='text'>
Implementation uses fast suffixarray lookup to find
initial matches if the regular expression starts with
a suitable prefix without meta characters.

R=r, rsc
CC=golang-dev
https://golang.org/cl/3720042
</content>
</entry>
<entry>
<title>go/scanner: interpret filenames in //line filename:line comments</title>
<updated>2010-12-17T21:54:37Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-12-17T21:54:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8f68b23b8d847868c3ec3af3358a5ce9d3dd7b89'/>
<id>urn:sha1:8f68b23b8d847868c3ec3af3358a5ce9d3dd7b89</id>
<content type='text'>
	    relative to the source file directory

R=r, rsc
CC=golang-dev
https://golang.org/cl/3752041
</content>
</entry>
<entry>
<title>tls: fix argument mistake in Error call.</title>
<updated>2010-12-17T21:47:52Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-12-17T21:47:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ae6bfe3687521c2761285a71232c7ee63dd25cf7'/>
<id>urn:sha1:ae6bfe3687521c2761285a71232c7ee63dd25cf7</id>
<content type='text'>
R=agl, agl1, rsc
CC=golang-dev
https://golang.org/cl/3753041
</content>
</entry>
<entry>
<title>json: fix Fatal call in test</title>
<updated>2010-12-17T21:43:59Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-12-17T21:43:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=18b39f20ef9743df24a1b0a4fa2bc94e719e5c70'/>
<id>urn:sha1:18b39f20ef9743df24a1b0a4fa2bc94e719e5c70</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/3751041
</content>
</entry>
</feed>
