<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2010-02-17</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2010-02-17</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2010-02-17'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2010-02-18T00:31:52Z</updated>
<entry>
<title>release 2010-02-17 part one</title>
<updated>2010-02-18T00:31:52Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-02-18T00:31:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d3a6cd4cd49172d5e0201b85923156137ff68963'/>
<id>urn:sha1:d3a6cd4cd49172d5e0201b85923156137ff68963</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/212047
</content>
</entry>
<entry>
<title>language spec: make NUL byte rule an implementation restriction</title>
<updated>2010-02-17T23:50:34Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-02-17T23:50:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f42e8833b30748c0f564fa384cc9ebd9b9ef9e8c'/>
<id>urn:sha1:f42e8833b30748c0f564fa384cc9ebd9b9ef9e8c</id>
<content type='text'>
R=rsc, r, iant, ken2
CC=golang-dev
https://golang.org/cl/211041
</content>
</entry>
<entry>
<title>apply gofmt to src and misc</title>
<updated>2010-02-17T23:46:46Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-02-17T23:46:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=cd72f77f23e986133f4480d0a82e1bf2350cb6de'/>
<id>urn:sha1:cd72f77f23e986133f4480d0a82e1bf2350cb6de</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/213041
</content>
</entry>
<entry>
<title>gofmt: make sure certain 2-line comments are stable</title>
<updated>2010-02-17T23:41:26Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-02-17T23:41:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1cf6fdf8a112059e464402d6b1031772f4701d13'/>
<id>urn:sha1:1cf6fdf8a112059e464402d6b1031772f4701d13</id>
<content type='text'>
       under repeated application of gofmt

R=agl, agl1
CC=golang-dev
https://golang.org/cl/212046
</content>
</entry>
<entry>
<title>8g: respect ullman numbers in float comparison</title>
<updated>2010-02-17T23:28:45Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-02-17T23:28:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=fb5506600ff219639279917b4cb635c6561be93c'/>
<id>urn:sha1:fb5506600ff219639279917b4cb635c6561be93c</id>
<content type='text'>
Fixes #602.

R=ken2
CC=golang-dev
https://golang.org/cl/212045
</content>
</entry>
<entry>
<title>time.Ticker: fix bug arising when all tickers are dead.</title>
<updated>2010-02-17T22:55:29Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-02-17T22:55:29Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7b76175a1c4c6427fb54249adaced6081edd435e'/>
<id>urn:sha1:7b76175a1c4c6427fb54249adaced6081edd435e</id>
<content type='text'>
thanks to yglgogo for analysis.

Fixes #593.

R=rsc
CC=golang-dev
https://golang.org/cl/210044
</content>
</entry>
<entry>
<title>Add Src and Over draw operators.</title>
<updated>2010-02-17T03:34:51Z</updated>
<author>
<name>Nigel Tao</name>
<email>nigeltao@golang.org</email>
</author>
<published>2010-02-17T03:34:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3dc04f4a22743623ef35ef69062e4d99ac12275d'/>
<id>urn:sha1:3dc04f4a22743623ef35ef69062e4d99ac12275d</id>
<content type='text'>
R=r, rsc
CC=golang-dev
https://golang.org/cl/207096
</content>
</entry>
<entry>
<title>install: Added gcc, build-essential to apt-get command line.</title>
<updated>2010-02-17T01:48:43Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-02-17T01:48:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=77525dc866fdfc21b7612f11d9af08a4e5753aa6'/>
<id>urn:sha1:77525dc866fdfc21b7612f11d9af08a4e5753aa6</id>
<content type='text'>
Mercury now requires build tools to install.

R=rsc
CC=golang-dev
https://golang.org/cl/210042
</content>
</entry>
<entry>
<title>gc: undo attempt at fixing recursive interface embedding</title>
<updated>2010-02-17T01:44:15Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-02-17T01:44:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7b5789b5848f88da067d27a5cfa4bd62a77b1c12'/>
<id>urn:sha1:7b5789b5848f88da067d27a5cfa4bd62a77b1c12</id>
<content type='text'>
Fixes #582.

Update #287
Status: Accepted
Bug fix was too intrusive; undo and reopen issue.

R=ken2
CC=golang-dev
https://golang.org/cl/209044
</content>
</entry>
<entry>
<title>go/scanner: comply with spec changes (do not allow NUL chars)</title>
<updated>2010-02-17T01:39:44Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-02-17T01:39:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=855986d54f7831fa45f3b30cb9732d0d5758fc88'/>
<id>urn:sha1:855986d54f7831fa45f3b30cb9732d0d5758fc88</id>
<content type='text'>
and complain about illegal UTF-8 code sequences

R=rsc
CC=golang-dev
https://golang.org/cl/209043
</content>
</entry>
</feed>
