<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2010-03-30</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2010-03-30</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2010-03-30'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2010-03-31T00:40:57Z</updated>
<entry>
<title>release 2010-03-30</title>
<updated>2010-03-31T00:40:57Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-03-31T00:40:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c2f3737cb01bf35991a775c14cd28e5a2d3a102e'/>
<id>urn:sha1:c2f3737cb01bf35991a775c14cd28e5a2d3a102e</id>
<content type='text'>
R=rsc, gri
CC=golang-dev
https://golang.org/cl/821045
</content>
</entry>
<entry>
<title>godoc: support for title and subtitle headers when serving .html docs</title>
<updated>2010-03-31T00:37:42Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-03-31T00:37:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e8e4987ba3212fecf8fd936d55e212c247ba4026'/>
<id>urn:sha1:e8e4987ba3212fecf8fd936d55e212c247ba4026</id>
<content type='text'>
and use it to show version (date) of go spec

Fixes #68.

R=rsc
CC=golang-dev, r
https://golang.org/cl/848042
</content>
</entry>
<entry>
<title>runtime: fix arm build, slightly.</title>
<updated>2010-03-31T00:00:27Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-03-31T00:00:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7ecefdc03f2ef38ce6df9bf65e11ae1b8e0b0b8e'/>
<id>urn:sha1:7ecefdc03f2ef38ce6df9bf65e11ae1b8e0b0b8e</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/842042
</content>
</entry>
<entry>
<title>go/printer: follow-up on CL 802043</title>
<updated>2010-03-30T23:49:51Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-03-30T23:49:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f1c39c13a6a68431c12b7b4afc65b20907401fed'/>
<id>urn:sha1:f1c39c13a6a68431c12b7b4afc65b20907401fed</id>
<content type='text'>
- more test cases
- comment fixes
- minor unrelated changes as part of investigation of issue 702

R=rsc
CC=golang-dev
https://golang.org/cl/860041
</content>
</entry>
<entry>
<title>time: do not segment time strings by character class.</title>
<updated>2010-03-30T21:54:32Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-03-30T21:54:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=78547ca13214e6e3062fb5600afe05bd2e6d93dc'/>
<id>urn:sha1:78547ca13214e6e3062fb5600afe05bd2e6d93dc</id>
<content type='text'>
instead use pure substring matching to find template values.

this makes stdZulu unnecessary and allows formats
like "20060102 030405" (used in some internet protocols).

this makes Parse not handle years &lt; 0000 or &gt; 9999 anymore.
that seems like an okay price to pay, trading hypothetical
functionality for real functionality.

also changed the comments on the Time struct to use the
same reference date as the format and parse routines.

R=r
CC=golang-dev
https://golang.org/cl/833045
</content>
</entry>
<entry>
<title>syscall: add IPV6 constants</title>
<updated>2010-03-30T21:32:59Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-03-30T21:32:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8fbe8bee6c82f9c1a346eab78a1babfb2bb86d54'/>
<id>urn:sha1:8fbe8bee6c82f9c1a346eab78a1babfb2bb86d54</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/848041
</content>
</entry>
<entry>
<title>single argument panic on non-darwin and in comments</title>
<updated>2010-03-30T20:15:16Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-03-30T20:15:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1231382b9e18f8b7e0b7cc35248e22236fa2116d'/>
<id>urn:sha1:1231382b9e18f8b7e0b7cc35248e22236fa2116d</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/800042
</content>
</entry>
<entry>
<title>Gofmt preserves newlines in multiline selector expressions.</title>
<updated>2010-03-30T18:46:21Z</updated>
<author>
<name>Risto Jaakko Saarelma</name>
<email>rsaarelm@gmail.com</email>
</author>
<published>2010-03-30T18:46:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ac58f646ac63f9e12730ec683dd29367b50961d7'/>
<id>urn:sha1:ac58f646ac63f9e12730ec683dd29367b50961d7</id>
<content type='text'>
This is for making the fluent interface idiom usable with gofmt.

R=gri
CC=golang-dev
https://golang.org/cl/802043
</content>
</entry>
<entry>
<title>contributors, authors: add Risto Saarelma</title>
<updated>2010-03-30T18:46:06Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-03-30T18:46:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=76fc2f62d3e1e6edbb0f3d3a9c31366355b10604'/>
<id>urn:sha1:76fc2f62d3e1e6edbb0f3d3a9c31366355b10604</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/836043
</content>
</entry>
<entry>
<title>Effective Go: update maps description regarding lookup of nonexistent entry.</title>
<updated>2010-03-30T18:21:50Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-03-30T18:21:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=4710642d4104918dc72b44ac20ef6528478862bb'/>
<id>urn:sha1:4710642d4104918dc72b44ac20ef6528478862bb</id>
<content type='text'>
R=rsc, gri, iant
CC=golang-dev
https://golang.org/cl/821044
</content>
</entry>
</feed>
