<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2011-07-29</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2011-07-29</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2011-07-29'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2011-07-29T22:11:48Z</updated>
<entry>
<title>weekly.2011-07-29</title>
<updated>2011-07-29T22:11:48Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2011-07-29T22:11:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b583108436b22f32d0ddb67b68ca890d306d0fb5'/>
<id>urn:sha1:b583108436b22f32d0ddb67b68ca890d306d0fb5</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/4801062
</content>
</entry>
<entry>
<title>runtime: fix scheduling race</title>
<updated>2011-07-29T21:39:02Z</updated>
<author>
<name>Hector Chu</name>
<email>hectorchu@gmail.com</email>
</author>
<published>2011-07-29T21:39:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9bc58accce0ab83dab6ca08f0cc319e75f7dd889'/>
<id>urn:sha1:9bc58accce0ab83dab6ca08f0cc319e75f7dd889</id>
<content type='text'>
Affects programs using cgo or runtime.LockOSThread.

Fixes #2100.

R=rsc, dvyukov
CC=golang-dev
https://golang.org/cl/4810059
</content>
</entry>
<entry>
<title>xml: Header: fix close tag and newline</title>
<updated>2011-07-29T18:09:07Z</updated>
<author>
<name>Kyle Lemons</name>
<email>kyle@kylelemons.net</email>
</author>
<published>2011-07-29T18:09:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=31442a6737c98ba5297b348b87bc47edecf667c1'/>
<id>urn:sha1:31442a6737c98ba5297b348b87bc47edecf667c1</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/4830043
</content>
</entry>
<entry>
<title>libmach: stubs for openbsd</title>
<updated>2011-07-29T17:48:00Z</updated>
<author>
<name>Joel Sing</name>
<email>jsing@google.com</email>
</author>
<published>2011-07-29T17:48:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2d7ddfa64dcdc480f07c579f298b9019ba737f96'/>
<id>urn:sha1:2d7ddfa64dcdc480f07c579f298b9019ba737f96</id>
<content type='text'>
Add libmach stubs for openbsd.

R=rsc
CC=golang-dev
https://golang.org/cl/4815065
</content>
</entry>
<entry>
<title>godoc: allow form feed in text files</title>
<updated>2011-07-29T17:47:54Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-07-29T17:47:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=124172e2cfe55f1bfefb5e478a42ae3b29e62478'/>
<id>urn:sha1:124172e2cfe55f1bfefb5e478a42ae3b29e62478</id>
<content type='text'>
Now recognizes misc/emacs/go-mode-load.el as text.

Fixes #2115.

R=gri
CC=golang-dev
https://golang.org/cl/4801061
</content>
</entry>
<entry>
<title>6l: OpenBSD support</title>
<updated>2011-07-29T17:47:41Z</updated>
<author>
<name>Joel Sing</name>
<email>jsing@google.com</email>
</author>
<published>2011-07-29T17:47:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ffa14e849c1268fd94ecf30f7a26d3c4ba39f0ca'/>
<id>urn:sha1:ffa14e849c1268fd94ecf30f7a26d3c4ba39f0ca</id>
<content type='text'>
Add linker support for OpenBSD ELF-64.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4815066
</content>
</entry>
<entry>
<title>runtime: fix data race in findfunc()</title>
<updated>2011-07-29T17:47:24Z</updated>
<author>
<name>Dmitriy Vyukov</name>
<email>dvyukov@google.com</email>
</author>
<published>2011-07-29T17:47:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=91f0f18100564478f77c6fc8e16ea56f9528951c'/>
<id>urn:sha1:91f0f18100564478f77c6fc8e16ea56f9528951c</id>
<content type='text'>
The data race can lead to reads of partially
initialized concurrently mutated symbol data.
The change also adds a simple sanity test
for Caller() and FuncForPC().

R=rsc
CC=golang-dev
https://golang.org/cl/4817058
</content>
</entry>
<entry>
<title>syscall: move bsd pipe syscall</title>
<updated>2011-07-29T17:47:20Z</updated>
<author>
<name>Joel Sing</name>
<email>jsing@google.com</email>
</author>
<published>2011-07-29T17:47:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=eb2b3f5dc74181b66848bef194bfd0ec1401345c'/>
<id>urn:sha1:eb2b3f5dc74181b66848bef194bfd0ec1401345c</id>
<content type='text'>
Not all BSDs have the same pipe() syscall implementation - move the Darwin/FreeBSD specific implementation into their respective OS syscall files. This will be needed to add OpenBSD syscall support.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4823057
</content>
</entry>
<entry>
<title>archive/zip: more efficient reader and bug fix</title>
<updated>2011-07-29T17:47:00Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2011-07-29T17:47:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e0b6f4721fac04fbaaa669e3a52818ef6c2d5df1'/>
<id>urn:sha1:e0b6f4721fac04fbaaa669e3a52818ef6c2d5df1</id>
<content type='text'>
Fixes #2090.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/4815068
</content>
</entry>
<entry>
<title>CONTRIBUTORS: add Joel Sing (Google CLA)</title>
<updated>2011-07-29T17:31:42Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-07-29T17:31:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=60dac9b3db4aa1771ba1d843fa94928b4ff515b8'/>
<id>urn:sha1:60dac9b3db4aa1771ba1d843fa94928b4ff515b8</id>
<content type='text'>
R=golang-dev, r
CC=golang-dev, jsing
https://golang.org/cl/4830044
</content>
</entry>
</feed>
