<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2011-07-07</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2011-07-07</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2011-07-07'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2011-07-08T03:13:38Z</updated>
<entry>
<title>weekly.2011-07-07</title>
<updated>2011-07-08T03:13:38Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2011-07-08T03:13:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=4f03ef7993ce7aa125530010b6b8bf3c4ae2cfa0'/>
<id>urn:sha1:4f03ef7993ce7aa125530010b6b8bf3c4ae2cfa0</id>
<content type='text'>
R=golang-dev, dsymonds, r
CC=golang-dev
https://golang.org/cl/4668061
</content>
</entry>
<entry>
<title>sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]</title>
<updated>2011-07-08T00:52:50Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2011-07-08T00:52:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=5bcbcab3118368e87cd676722db711d54d590403'/>
<id>urn:sha1:5bcbcab3118368e87cd676722db711d54d590403</id>
<content type='text'>
Includes 'sorthelpers' gofix and updates to tree.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4631098
</content>
</entry>
<entry>
<title>gob: export fields in structs in the package documentation.</title>
<updated>2011-07-08T00:51:56Z</updated>
<author>
<name>David Symonds</name>
<email>dsymonds@golang.org</email>
</author>
<published>2011-07-08T00:51:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e67a2504a15ac579758f8dc494d4d4e2b5fc13ab'/>
<id>urn:sha1:e67a2504a15ac579758f8dc494d4d4e2b5fc13ab</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/4648075
</content>
</entry>
<entry>
<title>cgi: don't depend on CGI.pm for tests</title>
<updated>2011-07-08T00:45:28Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2011-07-08T00:45:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3236097ab02943068c7d29c5fd43e97962363b7d'/>
<id>urn:sha1:3236097ab02943068c7d29c5fd43e97962363b7d</id>
<content type='text'>
CGI.pm used to be part of the Perl core,
but some distros now bundle perl-core
and perl-modules separately.

It's not worth depending on.

R=golang-dev, mattn.jp
CC=golang-dev
https://golang.org/cl/4675063
</content>
</entry>
<entry>
<title>image/draw: add draw tests where the destination image doesn't start</title>
<updated>2011-07-07T23:54:21Z</updated>
<author>
<name>Nigel Tao</name>
<email>nigeltao@golang.org</email>
</author>
<published>2011-07-07T23:54:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b39afde805f632bfbe5c4be7a68d01db03de2ce8'/>
<id>urn:sha1:b39afde805f632bfbe5c4be7a68d01db03de2ce8</id>
<content type='text'>
at (0, 0).

Also refactor the test to use the SubImage method rather than monkeying
with an image's Pix and Rect fields.

R=r
CC=golang-dev
https://golang.org/cl/4678045
</content>
</entry>
<entry>
<title>crypto/x509: prevent chain cycles in Verify</title>
<updated>2011-07-07T22:06:50Z</updated>
<author>
<name>Adam Langley</name>
<email>agl@golang.org</email>
</author>
<published>2011-07-07T22:06:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d1d466f6207ff0c90e3ae079578399e86328c631'/>
<id>urn:sha1:d1d466f6207ff0c90e3ae079578399e86328c631</id>
<content type='text'>
It's possible to include a self-signed root certificate as an
intermediate and push Verify into a loop.

I already had a test for this so I thought that it was ok, but it
turns out that the test was void because the Verisign root certificate
doesn't contain the "IsCA" flag and so it wasn't an acceptable
intermediate certificate for that reason.

R=bradfitz
CC=golang-dev
https://golang.org/cl/4657080
</content>
</entry>
<entry>
<title>doc: remove ed from apt-get package list</title>
<updated>2011-07-07T20:45:13Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2011-07-07T20:45:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=141f676bab9100cb9323297f839ef8d11b0c3e4d'/>
<id>urn:sha1:141f676bab9100cb9323297f839ef8d11b0c3e4d</id>
<content type='text'>
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4672052
</content>
</entry>
<entry>
<title>image: tighten Paletted.Opaque to check only those palette entries</title>
<updated>2011-07-07T06:32:19Z</updated>
<author>
<name>Nigel Tao</name>
<email>nigeltao@golang.org</email>
</author>
<published>2011-07-07T06:32:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=03f987c8eae3b9ac065b4e69c3fd3024fa73fe92'/>
<id>urn:sha1:03f987c8eae3b9ac065b4e69c3fd3024fa73fe92</id>
<content type='text'>
in the image, not all palette entries.

R=r
CC=golang-dev
https://golang.org/cl/4672049
</content>
</entry>
<entry>
<title>os: fix documentation for FileInfo.Name.</title>
<updated>2011-07-07T06:05:38Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2011-07-07T06:05:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=07c9a925644ad2c6f6742be09371c0556f3beb91'/>
<id>urn:sha1:07c9a925644ad2c6f6742be09371c0556f3beb91</id>
<content type='text'>
It's the base name, not the full name.
Fixes #2047.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4680041
</content>
</entry>
<entry>
<title>exp/template: handle pointers and values in empty interfaces.</title>
<updated>2011-07-07T04:51:35Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2011-07-07T04:51:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=238274ede0ec19e6a8b83334b5c6729afa746beb'/>
<id>urn:sha1:238274ede0ec19e6a8b83334b5c6729afa746beb</id>
<content type='text'>
R=golang-dev, r, mattn.jp
CC=golang-dev
https://golang.org/cl/4664064
</content>
</entry>
</feed>
