<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/src/pkg/patch/patch_test.go, branch main</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2012-01-25T20:41:49Z</updated>
<entry>
<title>build: fix build</title>
<updated>2012-01-25T20:41:49Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-01-25T20:41:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=bf67a7b9b12f0f35c46aa39de65f7c67bfb5238c'/>
<id>urn:sha1:bf67a7b9b12f0f35c46aa39de65f7c67bfb5238c</id>
<content type='text'>
I said rm, but not hg rm.
I never was good at Simon says.

TBR=bradfitz
CC=golang-dev
https://golang.org/cl/5574066
</content>
</entry>
<entry>
<title>gofmt -s -w src misc</title>
<updated>2010-10-22T17:06:33Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-10-22T17:06:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3478891d1202c1324b096a61da2294dade732c63'/>
<id>urn:sha1:3478891d1202c1324b096a61da2294dade732c63</id>
<content type='text'>
R=r, rsc
CC=golang-dev
https://golang.org/cl/2662041
</content>
</entry>
<entry>
<title>strings: delete Runes, Bytes</title>
<updated>2010-02-26T00:01:29Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-02-26T00:01:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9750adbbadad547ef71cc5f0dbd6b80af7edef09'/>
<id>urn:sha1:9750adbbadad547ef71cc5f0dbd6b80af7edef09</id>
<content type='text'>
gofmt -w -r 'strings.Bytes(a) -&gt; []byte(a)' src/cmd src/pkg test/bench
gofmt -w -r 'strings.Runes(a) -&gt; []int(a)' src/cmd src/pkg test/bench
delete unused imports

R=r
CC=golang-dev
https://golang.org/cl/224062
</content>
</entry>
<entry>
<title>patch: handle text diffs from git</title>
<updated>2010-01-27T01:49:33Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-01-27T01:49:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3e0ee6b594d08773001a75688c1aa8359db314c3'/>
<id>urn:sha1:3e0ee6b594d08773001a75688c1aa8359db314c3</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/194094
</content>
</entry>
<entry>
<title>1) Change default gofmt default settings for</title>
<updated>2009-12-15T23:40:16Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2009-12-15T23:40:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d65a5cce89596e0256280ab8318548d3fa5bb09b'/>
<id>urn:sha1:d65a5cce89596e0256280ab8318548d3fa5bb09b</id>
<content type='text'>
   parsing and printing to new syntax.

   Use -oldparser to parse the old syntax,
   use -oldprinter to print the old syntax.

2) Change default gofmt formatting settings
   to use tabs for indentation only and to use
   spaces for alignment. This will make the code
   alignment insensitive to an editor's tabwidth.

   Use -spaces=false to use tabs for alignment.

3) Manually changed src/exp/parser/parser_test.go
   so that it doesn't try to parse the parser's
   source files using the old syntax (they have
   new syntax now).

4) gofmt -w src misc test/bench

4th set of files.

R=rsc
CC=golang-dev
https://golang.org/cl/180049
</content>
</entry>
<entry>
<title>remove uses of string concatenation from src and misc directory</title>
<updated>2009-12-10T00:54:07Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2009-12-10T00:54:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=295ceb4526078d22f2a0e53ef341a7f5316a9e54'/>
<id>urn:sha1:295ceb4526078d22f2a0e53ef341a7f5316a9e54</id>
<content type='text'>
R=rsc
https://golang.org/cl/172041
</content>
</entry>
<entry>
<title>remove semis after statements in one-statement statement lists</title>
<updated>2009-11-09T20:07:39Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2009-11-09T20:07:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=40621d5c0d3f9fc222089967ab1aec44e94b5f78'/>
<id>urn:sha1:40621d5c0d3f9fc222089967ab1aec44e94b5f78</id>
<content type='text'>
R=rsc, r
http://go/go-review/1025029
</content>
</entry>
<entry>
<title>gofmt'ed various stragglers</title>
<updated>2009-11-06T02:24:53Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2009-11-06T02:24:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7e92eedced0d592e1e2beef291d857a95f55bcfb'/>
<id>urn:sha1:7e92eedced0d592e1e2beef291d857a95f55bcfb</id>
<content type='text'>
R=rsc
http://go/go-review/1022002
</content>
</entry>
<entry>
<title>package patch</title>
<updated>2009-11-05T01:55:06Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-11-05T01:55:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=cc1a979272aadb3bad34a2a70081500a26b2d969'/>
<id>urn:sha1:cc1a979272aadb3bad34a2a70081500a26b2d969</id>
<content type='text'>
R=r
http://go/go-review/1018043
</content>
</entry>
</feed>
