<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/src/pkg/container/vector/stringvector.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>2011-10-11T23:41:48Z</updated>
<entry>
<title>container/vector: delete</title>
<updated>2011-10-11T23:41:48Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2011-10-11T23:41:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f4cb96b4380efa8e78431124dabb6d654f05b705'/>
<id>urn:sha1:f4cb96b4380efa8e78431124dabb6d654f05b705</id>
<content type='text'>
Slices are better:
http://code.google.com/p/go-wiki/wiki/SliceTricks

R=golang-dev, bradfitz, dsymonds
CC=golang-dev
https://golang.org/cl/5248060
</content>
</entry>
<entry>
<title>go/printer: changed max. number of newlines from 3 to 2</title>
<updated>2011-07-14T21:39:40Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2011-07-14T21:39:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=90564a92565877d19e456694ac4e2ef205720432'/>
<id>urn:sha1:90564a92565877d19e456694ac4e2ef205720432</id>
<content type='text'>
manual changes in src/pkg/go/printer, src/cmd/gofix/signal_test.go
(cd src/cmd/gofix/testdata; gofmt -w *.in *.out)
(cd src/pkg/go/printer; gotest -update)
gofmt -w misc src

runs all tests

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4715041
</content>
</entry>
<entry>
<title>container/vector: rename Data() -&gt; Copy()</title>
<updated>2010-07-13T00:22:21Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-07-13T00:22:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d9c47cd8c8887ea1bb81a60f9df2bdd963b2eafd'/>
<id>urn:sha1:d9c47cd8c8887ea1bb81a60f9df2bdd963b2eafd</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/1814043
</content>
</entry>
<entry>
<title>container/vector: remove Iter() from interface</title>
<updated>2010-07-12T20:51:42Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-07-12T20:51:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=345f9c9eb283dafb0724e0ebc53f1412e0b97dad'/>
<id>urn:sha1:345f9c9eb283dafb0724e0ebc53f1412e0b97dad</id>
<content type='text'>
(Iter() is almost never the right mechanism to call.
Per discussion with rsc.)

R=rsc
CC=golang-dev
https://golang.org/cl/1771043
</content>
</entry>
<entry>
<title>vector: undo changes to autogenerated files</title>
<updated>2010-05-31T22:53:55Z</updated>
<author>
<name>Fazlul Shahriar</name>
<email>fshahriar@gmail.com</email>
</author>
<published>2010-05-31T22:53:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=eed5bb3bee66daefbb55497c93a6e2e92c3762b1'/>
<id>urn:sha1:eed5bb3bee66daefbb55497c93a6e2e92c3762b1</id>
<content type='text'>
Also, move Do() to vector.go, so that Do() for IntVector and StringVector
is autogenerated.

The only files edited are Makefile, defs.go, and vector.go. The rest are
autogenerated with "make generate".

R=r
CC=golang-dev, hoisie
https://golang.org/cl/1435041
</content>
</entry>
<entry>
<title>vector: use correct capacity in call to make</title>
<updated>2010-05-01T20:00:01Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-05-01T20:00:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=cf0e2243805468cb9d9866988e31cd590db82b7b'/>
<id>urn:sha1:cf0e2243805468cb9d9866988e31cd590db82b7b</id>
<content type='text'>
R=gri, r, bflm
CC=golang-dev
https://golang.org/cl/1032043
</content>
</entry>
<entry>
<title>Replace container/vector with exp/vector (faster).</title>
<updated>2009-12-23T02:25:27Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2009-12-23T02:25:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8c7d001602908d63df3f7d1fb8414bff93260da9'/>
<id>urn:sha1:8c7d001602908d63df3f7d1fb8414bff93260da9</id>
<content type='text'>
Manual changes to the following files:
src/pkg/Makefile
src/pkg/exp/vector/Makefile (now: src/pkg/container/vector/Makefile)

R=rsc, r
CC=golang-dev
https://golang.org/cl/181041
</content>
</entry>
<entry>
<title>               1) Change default gofmt default settings for</title>
<updated>2009-12-15T23:33:31Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2009-12-15T23:33:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=5a1d3323fe2032beb0b429f44b9356e8ca43fdf7'/>
<id>urn:sha1:5a1d3323fe2032beb0b429f44b9356e8ca43fdf7</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

	       1st set of files.

R=rsc
CC=agl, golang-dev, iant, ken2, r
https://golang.org/cl/180047
</content>
</entry>
<entry>
<title>Change to container/vector interface:</title>
<updated>2009-11-24T21:43:18Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2009-11-24T21:43:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=001a8b11ff2746de14648d702120120b4f98e688'/>
<id>urn:sha1:001a8b11ff2746de14648d702120120b4f98e688</id>
<content type='text'>
- removed New(len int) in favor of new(Vector).Resize(len, cap)
- removed Init(len int) in favor of Resize(len, cap)
- runs all.bash

Fixes #294.

R=rsc, r, r1
https://golang.org/cl/157143
</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>
</feed>
