<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2011-02-01</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2011-02-01</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2011-02-01'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2011-02-01T23:59:59Z</updated>
<entry>
<title>release.2011-02-01</title>
<updated>2011-02-01T23:59:59Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2011-02-01T23:59:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7aa758df0ce7578ff8b4e326eef777d8f10f70c4'/>
<id>urn:sha1:7aa758df0ce7578ff8b4e326eef777d8f10f70c4</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/4119050
</content>
</entry>
<entry>
<title>5l, 8l: pass stack frame size to morestack when needed</title>
<updated>2011-02-01T23:34:41Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-02-01T23:34:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1fa41734441ba95f06171db25af7769f6ae26b30'/>
<id>urn:sha1:1fa41734441ba95f06171db25af7769f6ae26b30</id>
<content type='text'>
Shame on me: I fixed the same bug in 6l in 8691fcc6a66e
(https://golang.org/cl/2609041) and neglected
to look at 5l and 8l to see if they were affected.

On the positive side, the check I added in that CL is the
one that detected this bug.

Fixes #1457.

R=ken2
CC=golang-dev
https://golang.org/cl/3981052
</content>
</entry>
<entry>
<title>arm: disable peep for release</title>
<updated>2011-02-01T23:02:07Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2011-02-01T23:02:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=80f07cfbeadb2c008827f6d6ce4ddd70d7cf0528'/>
<id>urn:sha1:80f07cfbeadb2c008827f6d6ce4ddd70d7cf0528</id>
<content type='text'>
R=ken2
CC=golang-dev
https://golang.org/cl/4001051
</content>
</entry>
<entry>
<title>go/ast: reflect communication operator changes accurately in ast</title>
<updated>2011-02-01T21:47:51Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2011-02-01T21:47:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=288a39c86b9c90a5e323810f6b55877e08943de8'/>
<id>urn:sha1:288a39c86b9c90a5e323810f6b55877e08943de8</id>
<content type='text'>
- go/ast: introduce SendStmt; adjust SelectStmt
- go/parser: accept new communication syntax, minor
  unrelated cleanups
- go/printer: adjustments for new ast, fewer binary
  expression precedences
- go/token: remove one binary precedence

Adjusted dependent code. gofmt -w src -misc. Ran all tests.

R=rsc, gri
CC=golang-dev
https://golang.org/cl/3989056
</content>
</entry>
<entry>
<title>go spec: s/log.Crash/log.Panic/</title>
<updated>2011-02-01T20:51:10Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2011-02-01T20:51:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7fc4e3785350b0d53112904c58b4384d65bce957'/>
<id>urn:sha1:7fc4e3785350b0d53112904c58b4384d65bce957</id>
<content type='text'>
There is no log.Crash.

R=r, rsc
CC=golang-dev
https://golang.org/cl/4058048
</content>
</entry>
<entry>
<title>ld: Add -I option to set ELF interpreter.</title>
<updated>2011-02-01T20:49:56Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2011-02-01T20:49:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9040da9e406a263f0ad3290490516f22ecb7d7c5'/>
<id>urn:sha1:9040da9e406a263f0ad3290490516f22ecb7d7c5</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/4080049
</content>
</entry>
<entry>
<title>log: rename Exit* to Fatal*</title>
<updated>2011-02-01T20:47:35Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2011-02-01T20:47:35Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=eea18d959e962571af177e24df125e0e8cae5c56'/>
<id>urn:sha1:eea18d959e962571af177e24df125e0e8cae5c56</id>
<content type='text'>
This aligns the naming scheme with the testing package and
also lets govet work on more logging calls.

R=rsc
CC=golang-dev
https://golang.org/cl/4001048
</content>
</entry>
<entry>
<title>govet: add Panic to the list of functions</title>
<updated>2011-02-01T20:47:09Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2011-02-01T20:47:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=6a13175f7decb03555476a3811abe67ac1ee8db0'/>
<id>urn:sha1:6a13175f7decb03555476a3811abe67ac1ee8db0</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/4119049
</content>
</entry>
<entry>
<title>go spec: follow-up cleanups after communication operator changes</title>
<updated>2011-02-01T20:02:49Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2011-02-01T20:02:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b50ed022f5d735ee341ebdf15a9a151f4b6e5494'/>
<id>urn:sha1:b50ed022f5d735ee341ebdf15a9a151f4b6e5494</id>
<content type='text'>
These are syntactical changes to better reflect the communication
operator's new status in the language.

- sending to a channel is now done via a send statement
- there is no binary communication operation anymore which
  leads to a reduction of the number of precedence levels
  from 6 to 5 (yeah!)
- small semantic change: since a send operation is not part
  of the expression syntax anymore, a &lt;- send operator is
  binding weaker than any other operator now
- receiving from a channel is done as before via the unary
  receive expression
- communication clauses in select statement now can contain
  send statements or receive expressions

R=rsc, r, iant, ken2, gri1
CC=golang-dev
https://golang.org/cl/3973051
</content>
</entry>
<entry>
<title>codereview: more ascii vs unicode nonsense</title>
<updated>2011-02-01T19:17:41Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-02-01T19:17:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=dc9a02fa66acb28795ff3006436bef1753dd90b4'/>
<id>urn:sha1:dc9a02fa66acb28795ff3006436bef1753dd90b4</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/4124047
</content>
</entry>
</feed>
