<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2011-11-08</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2011-11-08</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2011-11-08'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2011-11-08T23:27:22Z</updated>
<entry>
<title>weekly.2011-11-08</title>
<updated>2011-11-08T23:27:22Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2011-11-08T23:27:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=4b39d115a0228d9c88b47f2fd86c9d6377ba7273'/>
<id>urn:sha1:4b39d115a0228d9c88b47f2fd86c9d6377ba7273</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/5351049
</content>
</entry>
<entry>
<title>html: treat &lt;image&gt; as &lt;img&gt;</title>
<updated>2011-11-08T22:43:55Z</updated>
<author>
<name>Andrew Balholm</name>
<email>andybalholm@gmail.com</email>
</author>
<published>2011-11-08T22:43:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ce4eec2e0acf9ec36c34bd42e81bbb2e32f18b81'/>
<id>urn:sha1:ce4eec2e0acf9ec36c34bd42e81bbb2e32f18b81</id>
<content type='text'>
Pass tests1.dat, test 90:
&lt;p&gt;&lt;image&gt;&lt;/p&gt;

| &lt;html&gt;
|   &lt;head&gt;
|   &lt;body&gt;
|     &lt;p&gt;
|       &lt;img&gt;

Also pass test 91:
&lt;a&gt;&lt;table&gt;&lt;a&gt;&lt;/table&gt;&lt;p&gt;&lt;a&gt;&lt;div&gt;&lt;a&gt;

R=nigeltao
CC=golang-dev
https://golang.org/cl/5339052
</content>
</entry>
<entry>
<title>text/template: make redefinition of a template in a set more consistent.</title>
<updated>2011-11-08T22:33:07Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2011-11-08T22:33:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3e94e757eff3bfa4150b1e88fda8db98905290de'/>
<id>urn:sha1:3e94e757eff3bfa4150b1e88fda8db98905290de</id>
<content type='text'>
Also make it agree with the documentation. You get an error, unless you're
calling Add explicitly, in which case it panics since that's almost certainly
a bug. The discrepancy was caused by a panic that wasn't turned into
an error along one path; deleted the offending function for clarity.

R=r, rsc
CC=golang-dev
https://golang.org/cl/5354045
</content>
</entry>
<entry>
<title>runtime: add timespec definition for freebsd</title>
<updated>2011-11-08T16:43:58Z</updated>
<author>
<name>Joel Sing</name>
<email>jsing@google.com</email>
</author>
<published>2011-11-08T16:43:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=0e5cd9d3f6ee8e0828cf29152d7180f70a00d6c7'/>
<id>urn:sha1:0e5cd9d3f6ee8e0828cf29152d7180f70a00d6c7</id>
<content type='text'>
R=golang-dev, devon.odell
CC=golang-dev
https://golang.org/cl/5340058
</content>
</entry>
<entry>
<title>os, syscall: fix Plan 9 build</title>
<updated>2011-11-08T14:06:02Z</updated>
<author>
<name>Anthony Martin</name>
<email>ality@pbrane.org</email>
</author>
<published>2011-11-08T14:06:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=cabe0e6ad38b1498098c7d9aba70dc218b0a23a7'/>
<id>urn:sha1:cabe0e6ad38b1498098c7d9aba70dc218b0a23a7</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/5330067
</content>
</entry>
<entry>
<title>html: parse &lt;body&gt;, &lt;base&gt;, &lt;link&gt;, &lt;meta&gt;, and &lt;title&gt; tags inside page body</title>
<updated>2011-11-08T06:55:17Z</updated>
<author>
<name>Andrew Balholm</name>
<email>andybalholm@gmail.com</email>
</author>
<published>2011-11-08T06:55:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f2b602ed4252ca0f37cf1ff0494342b75f0b6bfc'/>
<id>urn:sha1:f2b602ed4252ca0f37cf1ff0494342b75f0b6bfc</id>
<content type='text'>
Pass tests1.dat, test 87:
&lt;body&gt;&lt;body&gt;&lt;base&gt;&lt;link&gt;&lt;meta&gt;&lt;title&gt;&lt;p&gt;&lt;/title&gt;&lt;body&gt;&lt;p&gt;&lt;/body&gt;

| &lt;html&gt;
|   &lt;head&gt;
|   &lt;body&gt;
|     &lt;base&gt;
|     &lt;link&gt;
|     &lt;meta&gt;
|     &lt;title&gt;
|       "&lt;p&gt;"
|     &lt;p&gt;

Handling the last &lt;body&gt; tag requires correcting the original insertion mode in useTheRulesFor.

Also pass test 88:
&lt;textarea&gt;&lt;p&gt;&lt;/textarea&gt;

R=nigeltao
CC=golang-dev
https://golang.org/cl/5364047
</content>
</entry>
<entry>
<title>runtime: add windows callback tests</title>
<updated>2011-11-08T05:53:31Z</updated>
<author>
<name>Alex Brainman</name>
<email>alex.brainman@gmail.com</email>
</author>
<published>2011-11-08T05:53:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b776b9e724f3edbe4f52d0c1b8dd3ee532a897a3'/>
<id>urn:sha1:b776b9e724f3edbe4f52d0c1b8dd3ee532a897a3</id>
<content type='text'>
Just a copy of cgo callback tests from misc/cgo/test.

R=rsc
CC=golang-dev, hectorchu
https://golang.org/cl/5331062
</content>
</entry>
<entry>
<title>gotest: don't run examples that have no expected output</title>
<updated>2011-11-07T23:11:07Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2011-11-07T23:11:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2fcb045242bfdf96fdc3dbfc847847ed14ebebc1'/>
<id>urn:sha1:2fcb045242bfdf96fdc3dbfc847847ed14ebebc1</id>
<content type='text'>
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5364041
</content>
</entry>
<entry>
<title>html: fix typo in package docs.</title>
<updated>2011-11-07T23:09:17Z</updated>
<author>
<name>Nigel Tao</name>
<email>nigeltao@golang.org</email>
</author>
<published>2011-11-07T23:09:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=46ee09eff19f85512637bc85014f78937c3b688a'/>
<id>urn:sha1:46ee09eff19f85512637bc85014f78937c3b688a</id>
<content type='text'>
Fixes #2419.

R=dsymonds, rsc
CC=golang-dev
https://golang.org/cl/5352046
</content>
</entry>
<entry>
<title>net: fix build comment</title>
<updated>2011-11-07T21:56:35Z</updated>
<author>
<name>Mikio Hara</name>
<email>mikioh.mikioh@gmail.com</email>
</author>
<published>2011-11-07T21:56:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2d89db65c0fe6d7f736bb2272b84bb9ab02c013d'/>
<id>urn:sha1:2d89db65c0fe6d7f736bb2272b84bb9ab02c013d</id>
<content type='text'>
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5353045
</content>
</entry>
</feed>
