<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2010-11-23</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2010-11-23</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2010-11-23'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2010-11-23T23:47:59Z</updated>
<entry>
<title>release.2010-11-23</title>
<updated>2010-11-23T23:47:59Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-11-23T23:47:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=fbfa971a162d57aa03ca2b3365b35c4d0998aea4'/>
<id>urn:sha1:fbfa971a162d57aa03ca2b3365b35c4d0998aea4</id>
<content type='text'>
R=nigeltao
CC=golang-dev
https://golang.org/cl/3293041
</content>
</entry>
<entry>
<title>doc: add link to codewalks.</title>
<updated>2010-11-22T23:43:16Z</updated>
<author>
<name>Yves Junqueira</name>
<email>yves.junqueira@gmail.com</email>
</author>
<published>2010-11-22T23:43:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=de3a3976153a75ae00bbbdff9acb6624e9159702'/>
<id>urn:sha1:de3a3976153a75ae00bbbdff9acb6624e9159702</id>
<content type='text'>
Fixes #1281.

R=adg
CC=golang-dev
https://golang.org/cl/3150041
</content>
</entry>
<entry>
<title>Documentation: how to write Makefiles for commands.</title>
<updated>2010-11-22T23:42:04Z</updated>
<author>
<name>Yves Junqueira</name>
<email>yves.junqueira@gmail.com</email>
</author>
<published>2010-11-22T23:42:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=52c23f300972fefdb7cbc57eadbc524afeea0cf5'/>
<id>urn:sha1:52c23f300972fefdb7cbc57eadbc524afeea0cf5</id>
<content type='text'>
Fixes #1282.

R=adg
CC=golang-dev
https://golang.org/cl/3152041
</content>
</entry>
<entry>
<title>net: add ReadFrom and WriteTo windows version.</title>
<updated>2010-11-22T16:01:30Z</updated>
<author>
<name>Wei Guangjing</name>
<email>vcc.163@gmail.com</email>
</author>
<published>2010-11-22T16:01:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=95c341fc78b885b265314a678fa6643522ce37f5'/>
<id>urn:sha1:95c341fc78b885b265314a678fa6643522ce37f5</id>
<content type='text'>
Fixes #1275.

R=rsc, brainman
CC=golang-dev
https://golang.org/cl/3136042
</content>
</entry>
<entry>
<title>gc: better error message for bad type in channel send</title>
<updated>2010-11-22T15:59:51Z</updated>
<author>
<name>Anthony Martin</name>
<email>ality@pbrane.org</email>
</author>
<published>2010-11-22T15:59:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1ee4512b98edfadbd2e12fb983232cf08cd8b31d'/>
<id>urn:sha1:1ee4512b98edfadbd2e12fb983232cf08cd8b31d</id>
<content type='text'>
# test program
1 package main
2
3 type C chan int
4
5 func F(c C) {
6 	c &lt;- true
7 }

# old error
test.go:6: cannot use true (type bool) as type int in function argument

# new error
test.go:6: cannot use true (type bool) as type int in channel send

R=rsc, ejsherry
CC=golang-dev
https://golang.org/cl/3231042
</content>
</entry>
<entry>
<title>position.go: more flexible AddFile method</title>
<updated>2010-11-21T05:30:36Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-11-21T05:30:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e21aac29ba179c310b4b834bc3c37f152ab20bf2'/>
<id>urn:sha1:e21aac29ba179c310b4b834bc3c37f152ab20bf2</id>
<content type='text'>
This will make it easier to use Pos values
together with suffix arrays by slightly de-
coupling the mapping of Pos values to global
offsets.

R=rsc
CC=golang-dev
https://golang.org/cl/3231041
</content>
</entry>
<entry>
<title>more on dynamic hash in compound literals.</title>
<updated>2010-11-20T23:58:28Z</updated>
<author>
<name>Ken Thompson</name>
<email>ken@golang.org</email>
</author>
<published>2010-11-20T23:58:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8cb8ba14a5c2d196105ba2c47c788610ad8d1971'/>
<id>urn:sha1:8cb8ba14a5c2d196105ba2c47c788610ad8d1971</id>
<content type='text'>
thanks to vskrap, andrey mirtchovski,
and Eoghan Sherry.

R=rsc
CC=golang-dev
https://golang.org/cl/3245041
</content>
</entry>
<entry>
<title>godoc: use correct time stamp to indicate accuracy of search result</title>
<updated>2010-11-19T22:05:12Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-11-19T22:05:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b1fd0860df0683ebe94267a78020864b26b44d7a'/>
<id>urn:sha1:b1fd0860df0683ebe94267a78020864b26b44d7a</id>
<content type='text'>
- compare against fsModified to check if index is out of date
- don't change fsModified if there are no user-mapped file systems

R=rsc, iant
CC=golang-dev
https://golang.org/cl/3213041
</content>
</entry>
<entry>
<title>	crypto/cipher: add CFB and OCFB mode.</title>
<updated>2010-11-19T21:17:58Z</updated>
<author>
<name>Adam Langley</name>
<email>agl@golang.org</email>
</author>
<published>2010-11-19T21:17:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b84b20b820a41ae78881ebefa4e768a264dfb203'/>
<id>urn:sha1:b84b20b820a41ae78881ebefa4e768a264dfb203</id>
<content type='text'>
        (Files which I left out of the initial commit to keep it small.)

R=rsc
CC=golang-dev
https://golang.org/cl/3183043
</content>
</entry>
<entry>
<title>index/suffixarray: use sort.Search</title>
<updated>2010-11-19T21:04:25Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-11-19T21:04:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b51f0c5cca0074257b76518dbe169d7cc2a30f00'/>
<id>urn:sha1:b51f0c5cca0074257b76518dbe169d7cc2a30f00</id>
<content type='text'>
R=gri
CC=golang-dev
https://golang.org/cl/3200041
</content>
</entry>
</feed>
