<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2010-08-25</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2010-08-25</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2010-08-25'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2010-08-25T04:58:29Z</updated>
<entry>
<title>release.2010-08-25</title>
<updated>2010-08-25T04:58:29Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-08-25T04:58:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=deb00ac3f43076e07d2774c2ea689f7d2ccb983b'/>
<id>urn:sha1:deb00ac3f43076e07d2774c2ea689f7d2ccb983b</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/2009043
</content>
</entry>
<entry>
<title>scanner: change package comment to be clearer about its functionality.</title>
<updated>2010-08-25T03:07:08Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-08-25T03:07:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d7736413a6942f93fcc4892ad782758d9bbb7e33'/>
<id>urn:sha1:d7736413a6942f93fcc4892ad782758d9bbb7e33</id>
<content type='text'>
No semantic changes.

R=gri, rsc1
CC=golang-dev
https://golang.org/cl/1998045
</content>
</entry>
<entry>
<title>gotest: remove lingering references to $GOBIN</title>
<updated>2010-08-25T01:56:32Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-08-25T01:56:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2aa77c6b938a5e048da39335bdc5ff6a882f6890'/>
<id>urn:sha1:2aa77c6b938a5e048da39335bdc5ff6a882f6890</id>
<content type='text'>
(Assumed to be in $PATH.  all.bash ensures that
during the main build and the user must ensure it
when running commands like gotest or gomake
by hand.  This belonged in the earlier CL but I missed it.)

R=r
CC=golang-dev
https://golang.org/cl/1967048
</content>
</entry>
<entry>
<title>build: fix build again - not sure where the " went.  sigh.</title>
<updated>2010-08-25T00:43:31Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-08-25T00:43:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e3034adfc23f7b62f0dd4a09f67b3e87b5300ef4'/>
<id>urn:sha1:e3034adfc23f7b62f0dd4a09f67b3e87b5300ef4</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/2024043
</content>
</entry>
<entry>
<title>time: Remove unused zoneinfo.go (replaced by zoneinfo_unix.go).</title>
<updated>2010-08-25T00:24:40Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2010-08-25T00:24:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2b73ad592ca7569e3653afae448217af202b3ceb'/>
<id>urn:sha1:2b73ad592ca7569e3653afae448217af202b3ceb</id>
<content type='text'>
R=r, rsc
CC=brainman, golang-dev
https://golang.org/cl/2020043
</content>
</entry>
<entry>
<title>build: fix build - last CL missed Make.clib</title>
<updated>2010-08-25T00:15:52Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-08-25T00:15:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8b718b9a3794579f1d1e594bdc13d74c55684e10'/>
<id>urn:sha1:8b718b9a3794579f1d1e594bdc13d74c55684e10</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/1981047
</content>
</entry>
<entry>
<title>build: update, streamline documentation for new $GOBIN</title>
<updated>2010-08-25T00:00:50Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-08-25T00:00:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=86920ad81d50e920a099ec2d75ee719ae3f145ff'/>
<id>urn:sha1:86920ad81d50e920a099ec2d75ee719ae3f145ff</id>
<content type='text'>
R=adg, r
CC=golang-dev
https://golang.org/cl/2025041
</content>
</entry>
<entry>
<title>build: $GOBIN defaults to $GOROOT/bin</title>
<updated>2010-08-25T00:00:33Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-08-25T00:00:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=aafe474ec9af1e0e8677df3eac3ef2c92fb946e9'/>
<id>urn:sha1:aafe474ec9af1e0e8677df3eac3ef2c92fb946e9</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/1982049
</content>
</entry>
<entry>
<title>time.Parse should not require minutes for time zone</title>
<updated>2010-08-24T21:41:26Z</updated>
<author>
<name>Jan H. Hosang</name>
<email>jan.hosang@gmail.com</email>
</author>
<published>2010-08-24T21:41:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2100f57e0fcb75d67176a217f48a67609c5a12ef'/>
<id>urn:sha1:2100f57e0fcb75d67176a217f48a67609c5a12ef</id>
<content type='text'>
Fixes #1026.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/1962048
</content>
</entry>
<entry>
<title>test: Add testcase which crashes gccgo.</title>
<updated>2010-08-24T20:08:05Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2010-08-24T20:08:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=58a25c6de7aa8c47a6753f72aa7dab48c04d02f4'/>
<id>urn:sha1:58a25c6de7aa8c47a6753f72aa7dab48c04d02f4</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/1995050
</content>
</entry>
</feed>
