<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch go1.1rc2</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=go1.1rc2</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=go1.1rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2013-05-07T00:33:44Z</updated>
<entry>
<title>go1.1rc2</title>
<updated>2013-05-07T00:33:44Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-05-07T00:33:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1c5438aae896edcd1e9f9618f4776517f08053b3'/>
<id>urn:sha1:1c5438aae896edcd1e9f9618f4776517f08053b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api: add go1.1.txt; update cmd/api to use it</title>
<updated>2013-05-07T00:25:09Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2013-05-07T00:25:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9e93d5014e6a2e0ef9daf89489c7b12531fc95f3'/>
<id>urn:sha1:9e93d5014e6a2e0ef9daf89489c7b12531fc95f3</id>
<content type='text'>
R=golang-dev, adg, r
CC=golang-dev
https://golang.org/cl/9250043
</content>
</entry>
<entry>
<title>runtime: fix crash in badsignal()</title>
<updated>2013-05-06T23:15:03Z</updated>
<author>
<name>Dmitriy Vyukov</name>
<email>dvyukov@google.com</email>
</author>
<published>2013-05-06T23:15:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f322c786923ebef0c012ff65df8bab767f0d1ace'/>
<id>urn:sha1:f322c786923ebef0c012ff65df8bab767f0d1ace</id>
<content type='text'>
The linker can generate split stack prolog when a textflag 7 function
makes an indirect function call.  If it happens, badsignal() crashes
trying to dereference g.
Fixes #5337.

R=bradfitz, dave, adg, iant, r, minux.ma
CC=adonovan, golang-dev
https://golang.org/cl/9226043
</content>
</entry>
<entry>
<title>runtime: reduce max arena size on windows/amd64 to 32 GiB</title>
<updated>2013-05-06T22:53:02Z</updated>
<author>
<name>Shenghou Ma</name>
<email>minux.ma@gmail.com</email>
</author>
<published>2013-05-06T22:53:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b3b1efd88291c63b9717db190ded45df2ef8c243'/>
<id>urn:sha1:b3b1efd88291c63b9717db190ded45df2ef8c243</id>
<content type='text'>
Update #5236
Update #5402
This CL reduces gofmt's committed memory from 545864 KiB to 139568 KiB.
Note: Go 1.0.3 uses about 70MiB.

R=golang-dev, r, iant, nightlyone
CC=golang-dev
https://golang.org/cl/9245043
</content>
</entry>
<entry>
<title>database/sql: remove an unused field from Rows</title>
<updated>2013-05-06T22:16:47Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2013-05-06T22:16:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e85016f81f91268e3155f9024702ae9205ad2dd1'/>
<id>urn:sha1:e85016f81f91268e3155f9024702ae9205ad2dd1</id>
<content type='text'>
Found while debugging memory usage. Nobody accesses this field
anymore.

R=golang-dev, i.caught.air, adg, r
CC=golang-dev
https://golang.org/cl/9108043
</content>
</entry>
<entry>
<title>doc: add FAQ entry about language changes</title>
<updated>2013-05-06T22:02:56Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-05-06T22:02:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=61dbc3401a1af9feb0bbcf782adddd867bc3110f'/>
<id>urn:sha1:61dbc3401a1af9feb0bbcf782adddd867bc3110f</id>
<content type='text'>
R=golang-dev, dsymonds, r
CC=golang-dev
https://golang.org/cl/9244043
</content>
</entry>
<entry>
<title>syscall: fix prototype of Fchflags (API change)</title>
<updated>2013-05-06T21:20:00Z</updated>
<author>
<name>Shenghou Ma</name>
<email>minux.ma@gmail.com</email>
</author>
<published>2013-05-06T21:20:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=6de184b385c8a15095cab925f50980e7c62f2ec3'/>
<id>urn:sha1:6de184b385c8a15095cab925f50980e7c62f2ec3</id>
<content type='text'>
API change, but the old API is obviously wrong.

R=golang-dev, iant, r, rsc
CC=golang-dev
https://golang.org/cl/9157044
</content>
</entry>
<entry>
<title>go/doc/example: Fix bug causing false negatives for Example playability.</title>
<updated>2013-05-06T17:15:16Z</updated>
<author>
<name>Jeremiah Harmsen</name>
<email>jeremiah@google.com</email>
</author>
<published>2013-05-06T17:15:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=a228e733b9908c3839cbca9c3545de0a3f1aba47'/>
<id>urn:sha1:a228e733b9908c3839cbca9c3545de0a3f1aba47</id>
<content type='text'>
Allows Examples with KeyValue expressions to be playable in godoc.

During the traversal of the abstract syntax tree any KeyValueExpr Key.Name was incorrectly being added as an unresolved identifier.
Since this identifier could not be provided the Example was marked as unplayable.
This updates the AST traversal to skip Keys (but continue traversing the Values).

Example of problematic AST now fixed (see L99 where "UpperBound" was being added as a missing identifier):

 81  .  .  .  .  .  .  .  .  .  Values: []ast.Expr (len = 1) {
 82  .  .  .  .  .  .  .  .  .  .  0: *ast.UnaryExpr {
 83  .  .  .  .  .  .  .  .  .  .  .  OpPos: 12:19
 84  .  .  .  .  .  .  .  .  .  .  .  Op: &amp;
 85  .  .  .  .  .  .  .  .  .  .  .  X: *ast.CompositeLit {
 86  .  .  .  .  .  .  .  .  .  .  .  .  Type: *ast.SelectorExpr {
 87  .  .  .  .  .  .  .  .  .  .  .  .  .  X: *ast.Ident {
 88  .  .  .  .  .  .  .  .  .  .  .  .  .  .  NamePos: 12:20
 89  .  .  .  .  .  .  .  .  .  .  .  .  .  .  Name: "t_proto"
 90  .  .  .  .  .  .  .  .  .  .  .  .  .  }
 91  .  .  .  .  .  .  .  .  .  .  .  .  .  Sel: *ast.Ident {
 92  .  .  .  .  .  .  .  .  .  .  .  .  .  .  NamePos: 12:41
 93  .  .  .  .  .  .  .  .  .  .  .  .  .  .  Name: "BConfig"
 94  .  .  .  .  .  .  .  .  .  .  .  .  .  }
 95  .  .  .  .  .  .  .  .  .  .  .  .  }
 96  .  .  .  .  .  .  .  .  .  .  .  .  Lbrace: 12:79
 97  .  .  .  .  .  .  .  .  .  .  .  .  Elts: []ast.Expr (len = 2) {
 98  .  .  .  .  .  .  .  .  .  .  .  .  .  0: *ast.KeyValueExpr {
 99  .  .  .  .  .  .  .  .  .  .  .  .  .  .  Key: *ast.Ident {
100  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  NamePos: 13:3
101  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  Name: "UpperBound"
102  .  .  .  .  .  .  .  .  .  .  .  .  .  .  }
103  .  .  .  .  .  .  .  .  .  .  .  .  .  .  Colon: 13:13
104  .  .  .  .  .  .  .  .  .  .  .  .  .  .  Value: *ast.CallExpr {
105  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  Fun: *ast.SelectorExpr {
106  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  X: *ast.Ident {
107  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  NamePos: 13:15
108  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  Name: "proto"
109  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  }
110  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  Sel: *ast.Ident {
111  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  NamePos: 13:21
112  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  Name: "Float32"
113  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  }

R=adg
CC=gobot, golang-dev, gri
https://golang.org/cl/8569045
</content>
</entry>
<entry>
<title>C: add Jeremiah Harmsen (Google CLA)</title>
<updated>2013-05-06T17:12:45Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-05-06T17:12:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b13eac88aca4ac27174e3f32284637d8d8d0915d'/>
<id>urn:sha1:b13eac88aca4ac27174e3f32284637d8d8d0915d</id>
<content type='text'>
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/9229043
</content>
</entry>
<entry>
<title>image/png: fix error message to not return width twice</title>
<updated>2013-05-06T16:59:33Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2013-05-06T16:59:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1294f14f1fb632a963df2af39a97b496e49fe9a8'/>
<id>urn:sha1:1294f14f1fb632a963df2af39a97b496e49fe9a8</id>
<content type='text'>
Fixes #5413

R=golang-dev, dave, adg
CC=golang-dev
https://golang.org/cl/9153045
</content>
</entry>
</feed>
