<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go.git/test/stringrange.go, branch dev.garbage</title>
<subtitle>code.google.com: Obsolete (use go-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/'/>
<entry>
<title>all: make Unicode surrogate halves illegal as UTF-8</title>
<updated>2012-08-08T21:01:23+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2012-08-08T21:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=22a47ed4d57e86ffa664ecb5a8d3af2f817ac806'/>
<id>22a47ed4d57e86ffa664ecb5a8d3af2f817ac806</id>
<content type='text'>
Surrogate halves are part of UTF-16 and should never appear in UTF-8.
(The rune that two combined halves represent in UTF-16 should
be encoded directly.)

Encoding: encode as RuneError.
Decoding: convert to RuneError, consume one byte.

This requires changing:
        package unicode/utf8
        runtime for range over string
Also added utf8.ValidRune and fixed bug in utf.RuneLen.

Fixes issue 3927.

R=golang-dev, rsc, bsiegert
CC=golang-dev
http://codereview.appspot.com/6458099
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Surrogate halves are part of UTF-16 and should never appear in UTF-8.
(The rune that two combined halves represent in UTF-16 should
be encoded directly.)

Encoding: encode as RuneError.
Decoding: convert to RuneError, consume one byte.

This requires changing:
        package unicode/utf8
        runtime for range over string
Also added utf8.ValidRune and fixed bug in utf.RuneLen.

Fixes issue 3927.

R=golang-dev, rsc, bsiegert
CC=golang-dev
http://codereview.appspot.com/6458099
</pre>
</div>
</content>
</entry>
<entry>
<title>test/[n-z]*.go: add documentation</title>
<updated>2012-02-24T00:48:19+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2012-02-24T00:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=2b2a8fe77447a7549a4114f2071032e1987a49a3'/>
<id>2b2a8fe77447a7549a4114f2071032e1987a49a3</id>
<content type='text'>
R=golang-dev, bradfitz, r
CC=golang-dev
http://codereview.appspot.com/5700056
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=golang-dev, bradfitz, r
CC=golang-dev
http://codereview.appspot.com/5700056
</pre>
</div>
</content>
</entry>
<entry>
<title>test: use testlib (final 61)</title>
<updated>2012-02-17T04:51:04+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-02-17T04:51:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=7021b86f26b27de2f15519ccf60becfed8599a03'/>
<id>7021b86f26b27de2f15519ccf60becfed8599a03</id>
<content type='text'>
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A *$;// build;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A &amp;&amp; \./\$A\.out *$;// run;g
X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g

R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5671080
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A *$;// build;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A &amp;&amp; \./\$A\.out *$;// run;g
X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g

R=golang-dev, bradfitz
CC=golang-dev
http://codereview.appspot.com/5671080
</pre>
</div>
</content>
</entry>
<entry>
<title>renaming_4: gofix -r everything/but/src/pkg</title>
<updated>2011-11-08T23:43:02+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2011-11-08T23:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=0f11cfc61b07dc4959bacf613ddfc4704d8c75f0'/>
<id>0f11cfc61b07dc4959bacf613ddfc4704d8c75f0</id>
<content type='text'>
R=rsc
CC=golang-dev
http://codereview.appspot.com/5338043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
CC=golang-dev
http://codereview.appspot.com/5338043
</pre>
</div>
</content>
</entry>
<entry>
<title>cgo, goyacc, go/build, html, http, path, path/filepath, testing/quick, test: use rune</title>
<updated>2011-10-26T05:20:02+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-10-26T05:20:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=a2a0c70a8b83096f346908dc85e6f269def667ac'/>
<id>a2a0c70a8b83096f346908dc85e6f269def667ac</id>
<content type='text'>
Nothing terribly interesting here.

R=golang-dev, bradfitz, gri, r
CC=golang-dev
http://codereview.appspot.com/5300043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nothing terribly interesting here.

R=golang-dev, bradfitz, gri, r
CC=golang-dev
http://codereview.appspot.com/5300043
</pre>
</div>
</content>
</entry>
<entry>
<title>test: remove semiocolons.</title>
<updated>2010-09-04T00:36:13+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-09-04T00:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=7c2e17b3e6e4c36a3713e272653dcfc9c2056cfd'/>
<id>7c2e17b3e6e4c36a3713e272653dcfc9c2056cfd</id>
<content type='text'>
The ken directory is untouched so we have some examples with explicit semis.

R=gri
CC=golang-dev
http://codereview.appspot.com/2157041
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ken directory is untouched so we have some examples with explicit semis.

R=gri
CC=golang-dev
http://codereview.appspot.com/2157041
</pre>
</div>
</content>
</entry>
<entry>
<title>fix "declared and not used" in tests;</title>
<updated>2009-09-15T04:03:53+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-09-15T04:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=298e8e3680bee2280342a991cf8d71cb3df8ef59'/>
<id>298e8e3680bee2280342a991cf8d71cb3df8ef59</id>
<content type='text'>
also template/template.go, missed last time.

R=r
DELTA=116  (61 added, 10 deleted, 45 changed)
OCL=34620
CL=34622
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also template/template.go, missed last time.

R=r
DELTA=116  (61 added, 10 deleted, 45 changed)
OCL=34620
CL=34622
</pre>
</div>
</content>
</entry>
<entry>
<title>fix up some irregular indentation</title>
<updated>2009-08-17T20:30:22+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2009-08-17T20:30:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=dc7bf11e534b92ce21630d07d0dc88096d7fb6f7'/>
<id>dc7bf11e534b92ce21630d07d0dc88096d7fb6f7</id>
<content type='text'>
R=rsc
OCL=33382
CL=33391
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc
OCL=33382
CL=33391
</pre>
</div>
</content>
</entry>
<entry>
<title>change utf8.FullRuneInString and utf8.DecodeRuneInString</title>
<updated>2009-05-11T21:10:34+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-05-11T21:10:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=31d0bd55451bc4b242e5c58886605eee1de8680d'/>
<id>31d0bd55451bc4b242e5c58886605eee1de8680d</id>
<content type='text'>
to use single string argument instead of string, index.

R=r
DELTA=136  (9 added, 7 deleted, 120 changed)
OCL=28642
CL=28644
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to use single string argument instead of string, index.

R=r
DELTA=136  (9 added, 7 deleted, 120 changed)
OCL=28642
CL=28644
</pre>
</div>
</content>
</entry>
<entry>
<title>move things out of sys into os and runtime</title>
<updated>2009-05-08T22:21:41+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-05-08T22:21:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=dfa70aacecca54bcd2d60156f99dc7b4f20fdd8a'/>
<id>dfa70aacecca54bcd2d60156f99dc7b4f20fdd8a</id>
<content type='text'>
R=r
OCL=28569
CL=28573
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=r
OCL=28569
CL=28573
</pre>
</div>
</content>
</entry>
</feed>
