<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2010-02-23</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2010-02-23</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2010-02-23'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2010-02-24T00:35:31Z</updated>
<entry>
<title>release.2010-02-23 part one</title>
<updated>2010-02-24T00:35:31Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-02-24T00:35:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ef81b024b697a292a84e45288d03af2acbf5ff94'/>
<id>urn:sha1:ef81b024b697a292a84e45288d03af2acbf5ff94</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/217108
</content>
</entry>
<entry>
<title>misc/bbedit: treat predeclared identifiers as "keywords"</title>
<updated>2010-02-23T21:50:46Z</updated>
<author>
<name>Anthony Starks</name>
<email>ajstarks@gmail.com</email>
</author>
<published>2010-02-23T21:50:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b4bd4d926d471656da382b4c77b82f9d1683c927'/>
<id>urn:sha1:b4bd4d926d471656da382b4c77b82f9d1683c927</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/218064
</content>
</entry>
<entry>
<title>crypto package documentation fix</title>
<updated>2010-02-23T20:01:09Z</updated>
<author>
<name>Mark Zavislak</name>
<email>zavislak@google.com</email>
</author>
<published>2010-02-23T20:01:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=6a0af8e1188c2adfd45f9e31bc044763fd014406'/>
<id>urn:sha1:6a0af8e1188c2adfd45f9e31bc044763fd014406</id>
<content type='text'>
Replaces stale references to modes.go.

R=golang-dev, agl, rsc
CC=golang-dev
https://golang.org/cl/218071
</content>
</entry>
<entry>
<title>add Mark Zavislak (Google) to CONTRIBUTORS</title>
<updated>2010-02-23T20:00:38Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-02-23T20:00:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=79518b977f5ea08c6896c45c4eba84bcf17d1a96'/>
<id>urn:sha1:79518b977f5ea08c6896c45c4eba84bcf17d1a96</id>
<content type='text'>
R=adg
CC=golang-dev, zavislak
https://golang.org/cl/218072
</content>
</entry>
<entry>
<title>goyacc: fix handling of / and comments in goyacc</title>
<updated>2010-02-23T05:00:14Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-02-23T05:00:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=38202de114b6cf25f4ad900f64cd73bf24147484'/>
<id>urn:sha1:38202de114b6cf25f4ad900f64cd73bf24147484</id>
<content type='text'>
Fixes #618.

R=rsc
CC=golang-dev
https://golang.org/cl/217094
</content>
</entry>
<entry>
<title>runtime: work around Linux kernel bug in futex</title>
<updated>2010-02-23T04:45:36Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-02-23T04:45:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8ba5c5593f1a95e850143c46108d830ecd228c09'/>
<id>urn:sha1:8ba5c5593f1a95e850143c46108d830ecd228c09</id>
<content type='text'>
Fixes #420.

R=r
CC=golang-dev
https://golang.org/cl/218065
</content>
</entry>
<entry>
<title>net: disable UDP server test</title>
<updated>2010-02-23T04:38:56Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-02-23T04:38:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=5c2197ac8f6a7ca48a22e9d2d2e1128e004ebe12'/>
<id>urn:sha1:5c2197ac8f6a7ca48a22e9d2d2e1128e004ebe12</id>
<content type='text'>
has been flaking on various architectures.
not sure why, but doesn't seem to be Go's fault.

Fixes #617.

R=r
CC=golang-dev
https://golang.org/cl/217093
</content>
</entry>
<entry>
<title>math: add lgamma; in-line special cases of acosh, nextafter</title>
<updated>2010-02-23T01:12:48Z</updated>
<author>
<name>Charles L. Dorian</name>
<email>cldorian@gmail.com</email>
</author>
<published>2010-02-23T01:12:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=78e918ccba5102e8911002751840f611fa0d490e'/>
<id>urn:sha1:78e918ccba5102e8911002751840f611fa0d490e</id>
<content type='text'>
Added lgamma.go, tests and special cases.

R=rsc
CC=golang-dev
https://golang.org/cl/217060
</content>
</entry>
<entry>
<title>Fix xgb/example.go typo.</title>
<updated>2010-02-23T00:54:57Z</updated>
<author>
<name>Nigel Tao</name>
<email>nigeltao@golang.org</email>
</author>
<published>2010-02-23T00:54:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2ac3df210b723d8f1969b070cf56f18df3b5dc57'/>
<id>urn:sha1:2ac3df210b723d8f1969b070cf56f18df3b5dc57</id>
<content type='text'>
R=adg
CC=golang-dev
https://golang.org/cl/210047
</content>
</entry>
<entry>
<title>go_mem: clarified unbuffered channel sync example</title>
<updated>2010-02-23T00:51:28Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-02-23T00:51:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2551cf9d1a8760c187540224c5ed796aef7f2f7b'/>
<id>urn:sha1:2551cf9d1a8760c187540224c5ed796aef7f2f7b</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/218063
</content>
</entry>
</feed>
