<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2011-10-26</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2011-10-26</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2011-10-26'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2011-10-26T05:47:38Z</updated>
<entry>
<title>weekly.2011-10-26 (new rune type)</title>
<updated>2011-10-26T05:47:38Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2011-10-26T05:47:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=659f1f208af02a3dd5cc13da0d4f8756a3cc5369'/>
<id>urn:sha1:659f1f208af02a3dd5cc13da0d4f8756a3cc5369</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/5297062
</content>
</entry>
<entry>
<title>exp/norm: use rune</title>
<updated>2011-10-26T05:26:12Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-10-26T05:26:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c945f77f41fc69b652dc359e52a32f031ca5c730'/>
<id>urn:sha1:c945f77f41fc69b652dc359e52a32f031ca5c730</id>
<content type='text'>
Nothing terribly interesting here. (!)

Since the public APIs are all in terms of UTF-8,
the changes are all internal only.

R=mpvl, gri, r
CC=golang-dev
https://golang.org/cl/5309042
</content>
</entry>
<entry>
<title>csv, gob, json, mail, mime, xml: use rune</title>
<updated>2011-10-26T05:23:54Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-10-26T05:23:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b50a847c3cf4ffa9064f03652126ef603efa3cf5'/>
<id>urn:sha1:b50a847c3cf4ffa9064f03652126ef603efa3cf5</id>
<content type='text'>
Nothing terribly interesting here.

R=golang-dev, r, borman
CC=golang-dev
https://golang.org/cl/5315043
</content>
</entry>
<entry>
<title>bufio, io: use rune</title>
<updated>2011-10-26T05:23:34Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-10-26T05:23:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9f6d036f333effed712e54c0e087b4be616d2dab'/>
<id>urn:sha1:9f6d036f333effed712e54c0e087b4be616d2dab</id>
<content type='text'>
ReadRune, WriteRune change signature.

R=golang-dev, gri, r
CC=golang-dev
https://golang.org/cl/5314043
</content>
</entry>
<entry>
<title>unicode, utf8, utf16: use rune</title>
<updated>2011-10-26T05:23:15Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-10-26T05:23:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7630a107bb8a10f041881774afb70e90782263c3'/>
<id>urn:sha1:7630a107bb8a10f041881774afb70e90782263c3</id>
<content type='text'>
Everything changes.

R=r
CC=golang-dev
https://golang.org/cl/5310045
</content>
</entry>
<entry>
<title>old/regexp, old/template, template: use rune</title>
<updated>2011-10-26T05:22:42Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-10-26T05:22:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=cfa036ae3adffb56a2d93a074b97025a16519463'/>
<id>urn:sha1:cfa036ae3adffb56a2d93a074b97025a16519463</id>
<content type='text'>
Nothing terribly interesting here.

R=r, gri
CC=golang-dev
https://golang.org/cl/5308042
</content>
</entry>
<entry>
<title>exp/template/html: use rune</title>
<updated>2011-10-26T05:22:26Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-10-26T05:22:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=4911622055d1bcc88182a0c3292115e33c299814'/>
<id>urn:sha1:4911622055d1bcc88182a0c3292115e33c299814</id>
<content type='text'>
Nothing terribly interesting here.

R=mikesamuel, nigeltao, r
CC=golang-dev
https://golang.org/cl/5307044
</content>
</entry>
<entry>
<title>bytes, strings: use rune</title>
<updated>2011-10-26T05:22:09Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-10-26T05:22:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8f5718176fdd3040d874f85fbd5c825fbd359173'/>
<id>urn:sha1:8f5718176fdd3040d874f85fbd5c825fbd359173</id>
<content type='text'>
Various rune-based APIs change.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5306044
</content>
</entry>
<entry>
<title>big: update for fmt interface changes</title>
<updated>2011-10-26T05:21:49Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-10-26T05:21:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=0e513317b1fe148b4fd6604455bc89ecf44ed088'/>
<id>urn:sha1:0e513317b1fe148b4fd6604455bc89ecf44ed088</id>
<content type='text'>
Nothing terribly interesting here.

R=gri
CC=golang-dev
https://golang.org/cl/5305046
</content>
</entry>
<entry>
<title>fmt: use rune</title>
<updated>2011-10-26T05:21:33Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-10-26T05:21:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=4e4eca261817c80c77ebe0b8522df8b0746cf10b'/>
<id>urn:sha1:4e4eca261817c80c77ebe0b8522df8b0746cf10b</id>
<content type='text'>
Lots of internal edits.

Formatter and Scanner interfaces change
(clients to be checked by govet).

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