<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2011-10-25</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2011-10-25</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2011-10-25'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2011-10-26T05:09:25Z</updated>
<entry>
<title>weekly.2011-10-25</title>
<updated>2011-10-26T05:09:25Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2011-10-26T05:09:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=cdd3d6932853ec2fb2ac0a693143b22098adb012'/>
<id>urn:sha1:cdd3d6932853ec2fb2ac0a693143b22098adb012</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/5321053
</content>
</entry>
<entry>
<title>html: improve parsing of lists</title>
<updated>2011-10-26T03:02:30Z</updated>
<author>
<name>Andrew Balholm</name>
<email>andybalholm@gmail.com</email>
</author>
<published>2011-10-26T03:02:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=05ed18f4f6c661bfe01db0d8c25e5d7b65658a54'/>
<id>urn:sha1:05ed18f4f6c661bfe01db0d8c25e5d7b65658a54</id>
<content type='text'>
Make a &lt;li&gt; tag close the previous &lt;li&gt; element.
Make a &lt;/ul&gt; tag close &lt;li&gt; elements.

Pass tests1.dat, test 33:
&lt;!DOCTYPE html&gt;&lt;li&gt;hello&lt;li&gt;world&lt;ul&gt;how&lt;li&gt;do&lt;/ul&gt;you&lt;/body&gt;&lt;!--do--&gt;

| &lt;!DOCTYPE html&gt;
| &lt;html&gt;
|   &lt;head&gt;
|   &lt;body&gt;
|     &lt;li&gt;
|       "hello"
|     &lt;li&gt;
|       "world"
|       &lt;ul&gt;
|         "how"
|         &lt;li&gt;
|           "do"
|       "you"
|   &lt;!-- do --&gt;

R=nigeltao
CC=golang-dev
https://golang.org/cl/5321051
</content>
</entry>
<entry>
<title>html: improve parsing of tables</title>
<updated>2011-10-26T00:36:46Z</updated>
<author>
<name>Andrew Balholm</name>
<email>andybalholm@gmail.com</email>
</author>
<published>2011-10-26T00:36:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=6e318bda6c4236caf5a7f02d5ce545f5365094e0'/>
<id>urn:sha1:6e318bda6c4236caf5a7f02d5ce545f5365094e0</id>
<content type='text'>
When foster parenting, merge adjacent text nodes.
Properly close table row at &lt;/tr&gt; tag.

Pass tests1.dat, test 32:
&lt;!-----&gt;&lt;font&gt;&lt;div&gt;hello&lt;table&gt;excite!&lt;b&gt;me!&lt;th&gt;&lt;i&gt;please!&lt;/tr&gt;&lt;!--X--&gt;

| &lt;!-- - --&gt;
| &lt;html&gt;
|   &lt;head&gt;
|   &lt;body&gt;
|     &lt;font&gt;
|       &lt;div&gt;
|         "helloexcite!"
|         &lt;b&gt;
|           "me!"
|         &lt;table&gt;
|           &lt;tbody&gt;
|             &lt;tr&gt;
|               &lt;th&gt;
|                 &lt;i&gt;
|                   "please!"
|             &lt;!-- X --&gt;

R=nigeltao
CC=golang-dev
https://golang.org/cl/5323048
</content>
</entry>
<entry>
<title>syscall: correct name of mksyscall script in comment</title>
<updated>2011-10-25T19:49:51Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2011-10-25T19:49:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7959aeb0f9d143986f1230d907280b3b9de7f1f7'/>
<id>urn:sha1:7959aeb0f9d143986f1230d907280b3b9de7f1f7</id>
<content type='text'>
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5310055
</content>
</entry>
<entry>
<title>runtime: include bootstrap m in mcpu accounting</title>
<updated>2011-10-25T07:35:20Z</updated>
<author>
<name>Hector Chu</name>
<email>hectorchu@gmail.com</email>
</author>
<published>2011-10-25T07:35:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2572ca2ff2cda56a3fb1732a4b628fc7b85ea798'/>
<id>urn:sha1:2572ca2ff2cda56a3fb1732a4b628fc7b85ea798</id>
<content type='text'>
R=rsc, dvyukov
CC=golang-dev
https://golang.org/cl/5307052
</content>
</entry>
<entry>
<title>http: doc typo</title>
<updated>2011-10-25T02:29:44Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2011-10-25T02:29:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d72267ae23380cdec4fd84a66058772ae7f84da6'/>
<id>urn:sha1:d72267ae23380cdec4fd84a66058772ae7f84da6</id>
<content type='text'>
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5303067
</content>
</entry>
<entry>
<title>syscall: use uintptr for Mount flags.</title>
<updated>2011-10-25T02:28:50Z</updated>
<author>
<name>David Anderson</name>
<email>danderson@google.com</email>
</author>
<published>2011-10-25T02:28:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=85b9f3573e3f5a27fe0293c48cb99305f652a4bc'/>
<id>urn:sha1:85b9f3573e3f5a27fe0293c48cb99305f652a4bc</id>
<content type='text'>
R=bradfitz, rsc
CC=golang-dev
https://golang.org/cl/5308044
</content>
</entry>
<entry>
<title>html: remove the Tokenizer.ReturnComments option.</title>
<updated>2011-10-25T00:28:07Z</updated>
<author>
<name>Nigel Tao</name>
<email>nigeltao@golang.org</email>
</author>
<published>2011-10-25T00:28:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=18b025d530b2410c74c094c0e78671570c60b7bd'/>
<id>urn:sha1:18b025d530b2410c74c094c0e78671570c60b7bd</id>
<content type='text'>
The original intention was to simplify the parser, in making it skip
all comment tokens. However, checking that the Go html package is
100% compatible with the WebKit HTML test suite requires parsing the
comments. There is no longer any real benefit for the option.

R=gri, andybalholm
CC=golang-dev
https://golang.org/cl/5321043
</content>
</entry>
<entry>
<title>exp/ssh: introduce Session to replace Cmd for interactive commands</title>
<updated>2011-10-24T23:13:55Z</updated>
<author>
<name>Dave Cheney</name>
<email>dave@cheney.net</email>
</author>
<published>2011-10-24T23:13:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=5791233461d9eaef94f8a29cee7a1933a5c015d2'/>
<id>urn:sha1:5791233461d9eaef94f8a29cee7a1933a5c015d2</id>
<content type='text'>
This CL replaces the Cmd type with a Session type representing
interactive channels. This lays the foundation for supporting
other kinds of channels like direct-tcpip or x11.

client.go:
* replace chanlist map with slice.
* generalize stdout and stderr into a single type.
* unexport ClientChan to clientChan.

doc.go:
* update ServerConfig/ServerConn documentation.
* update Client example for Session.

message.go:
* make channelExtendedData more like channelData.

session.go:
* added Session which replaces Cmd.

R=agl, rsc, n13m3y3r, gustavo
CC=golang-dev
https://golang.org/cl/5302054
</content>
</entry>
<entry>
<title>html: dump attributes when running parser tests.</title>
<updated>2011-10-24T22:33:15Z</updated>
<author>
<name>Andrew Balholm</name>
<email>andybalholm@gmail.com</email>
</author>
<published>2011-10-24T22:33:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2f3f3aa2ed298344f03813214d6b8d486b5f113e'/>
<id>urn:sha1:2f3f3aa2ed298344f03813214d6b8d486b5f113e</id>
<content type='text'>
The WebKit test data shows attributes as though they were child nodes:

&lt;a X&gt;0&lt;b&gt;1&lt;a Y&gt;2
dumps as:
| &lt;html&gt;
|   &lt;head&gt;
|   &lt;body&gt;
|     &lt;a&gt;
|       x=""
|       "0"
|       &lt;b&gt;
|         "1"
|     &lt;b&gt;
|       &lt;a&gt;
|         y=""
|         "2"

So we need to do the same when dumping a tree to compare with it.

R=nigeltao
CC=golang-dev
https://golang.org/cl/5322044
</content>
</entry>
</feed>
