<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/src/pkg/encoding/git85/git_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:30:42Z</updated>
<entry>
<title>build: remove code now in subrepositories</title>
<updated>2012-01-25T20:30:42Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-01-25T20:30:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=0368ca138babbceb0d4938b421465cb0c3f378f0'/>
<id>urn:sha1:0368ca138babbceb0d4938b421465cb0c3f378f0</id>
<content type='text'>
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5569064
</content>
</entry>
<entry>
<title>src/pkg/[a-m]*: gofix -r error -force=error</title>
<updated>2011-11-02T02:04:37Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-11-02T02:04:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c2049d2dfeeea3d41fafa91e3e3f0e47c285355b'/>
<id>urn:sha1:c2049d2dfeeea3d41fafa91e3e3f0e47c285355b</id>
<content type='text'>
R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/5322051
</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>... changes</title>
<updated>2010-09-24T15:55:48Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-09-24T15:55:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2ee420fa5ebe212926ee077e0b892839307ef88f'/>
<id>urn:sha1:2ee420fa5ebe212926ee077e0b892839307ef88f</id>
<content type='text'>
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/2273042
</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>fix build - misc ... vs ...T fixes</title>
<updated>2010-02-03T02:19:27Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-02-03T02:19:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8b8c103b2bb74881dc728477b91ce3b0d28a06d9'/>
<id>urn:sha1:8b8c103b2bb74881dc728477b91ce3b0d28a06d9</id>
<content type='text'>
TBR=r
CC=golang-dev
https://golang.org/cl/198081
</content>
</entry>
<entry>
<title>               1) Change default gofmt default settings for</title>
<updated>2009-12-15T23:27:16Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2009-12-15T23:27:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1c729599996c05e7b743372baeec2b6c70472084'/>
<id>urn:sha1:1c729599996c05e7b743372baeec2b6c70472084</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

	       2nd set of files.

R=rsc
CC=golang-dev
https://golang.org/cl/179067
</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>move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.</title>
<updated>2009-12-03T06:02:14Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2009-12-03T06:02:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b0683bd77a0779fd9a87a2a51bd9eb7969606ffe'/>
<id>urn:sha1:b0683bd77a0779fd9a87a2a51bd9eb7969606ffe</id>
<content type='text'>
this breaks the dependency of package io on package bytes.

R=rsc
CC=golang-dev
https://golang.org/cl/163085
</content>
</entry>
<entry>
<title>	- replaced gofmt expression formatting algorithm with</title>
<updated>2009-11-10T05:13:17Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2009-11-10T05:13:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=baba292998286e5d9011705a9b4173a2ec99c5e0'/>
<id>urn:sha1:baba292998286e5d9011705a9b4173a2ec99c5e0</id>
<content type='text'>
 	  rsc's algorithm
	- applied gofmt -w misc src
	- partial CL (remaining files in other CLs)

R=rsc, r
http://go/go-review/1026036
</content>
</entry>
</feed>
