<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2010-07-14</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2010-07-14</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2010-07-14'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2010-07-15T03:04:04Z</updated>
<entry>
<title>release.2010-07-14</title>
<updated>2010-07-15T03:04:04Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-07-15T03:04:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=7317c10f5ea7a9d7216fc3e4a1e1c5c1bce6d6fa'/>
<id>urn:sha1:7317c10f5ea7a9d7216fc3e4a1e1c5c1bce6d6fa</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/1844041
</content>
</entry>
<entry>
<title>mime/multipart and HTTP multipart/form-data support</title>
<updated>2010-07-15T00:26:14Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>brad@danga.com</email>
</author>
<published>2010-07-15T00:26:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9b64fef71acf71175bc74e2d04ea7fc0a011b03b'/>
<id>urn:sha1:9b64fef71acf71175bc74e2d04ea7fc0a011b03b</id>
<content type='text'>
Somewhat of a work-in-progress (in that MIME is a large spec), but this is
functional and enough for discussion and/or code review.

In addition to the unit tests, I've tested with curl and Chrome with
a variety of test files, making sure the digests of files are unaltered
when read via a multipart Part.

R=rsc, adg, dsymonds1, agl1
CC=golang-dev
https://golang.org/cl/1681049
</content>
</entry>
<entry>
<title>os: use /tmp again</title>
<updated>2010-07-15T00:25:46Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-07-15T00:25:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e9bcbc539890020668cbd361a0d8edbb8f6ab8a1'/>
<id>urn:sha1:e9bcbc539890020668cbd361a0d8edbb8f6ab8a1</id>
<content type='text'>
R=adg
CC=golang-dev
https://golang.org/cl/1823041
</content>
</entry>
<entry>
<title>windows: append executable extension (done as per Russ' suggestion)</title>
<updated>2010-07-15T00:21:13Z</updated>
<author>
<name>Joe Poirier</name>
<email>jdpoirier@gmail.com</email>
</author>
<published>2010-07-15T00:21:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9028d6bf7cb4f0a3b24e940d04945fcd89e97f3c'/>
<id>urn:sha1:9028d6bf7cb4f0a3b24e940d04945fcd89e97f3c</id>
<content type='text'>
R=rsc
CC=brainman, golang-dev
https://golang.org/cl/1690053
</content>
</entry>
<entry>
<title>cgo: various bug fixes</title>
<updated>2010-07-15T00:17:53Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-07-15T00:17:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=0432f289f7637499ac7a02ebdba9ac112da557d1'/>
<id>urn:sha1:0432f289f7637499ac7a02ebdba9ac112da557d1</id>
<content type='text'>
* remember #defined names, so that C.stdout can refer
  to the real name (on OS X) __stdoutp.
* better handling of #defined constant expressions
* allow n, err = C.strtol("asdf", 0, 123) to get errno as os.Error
* write all output files to current directory
* don't require gcc output if there was no input

Fixes #533.
Fixes #709.
Fixes #756.

R=r
CC=dho, golang-dev, iant
https://golang.org/cl/1734047
</content>
</entry>
<entry>
<title>codereview: Fix for Mercurial &gt;= 1.6</title>
<updated>2010-07-15T00:17:04Z</updated>
<author>
<name>Evan Shaw</name>
<email>chickencha@gmail.com</email>
</author>
<published>2010-07-15T00:17:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=e8fcf600939997d0d77f404ad082728e921a15c3'/>
<id>urn:sha1:e8fcf600939997d0d77f404ad082728e921a15c3</id>
<content type='text'>
R=rsc, adg, rsc1
CC=golang-dev
https://golang.org/cl/1804041
</content>
</entry>
<entry>
<title>go spec: clarification of channel close()</title>
<updated>2010-07-14T23:09:22Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-07-14T23:09:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=dc60c5a7ec6be11d494fcba8421b0f68324c8eb1'/>
<id>urn:sha1:dc60c5a7ec6be11d494fcba8421b0f68324c8eb1</id>
<content type='text'>
R=r, rsc
CC=golang-dev
https://golang.org/cl/1766042
</content>
</entry>
<entry>
<title>tutorial: show how to compile helloworld3, which depends on ./file</title>
<updated>2010-07-14T20:29:12Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-07-14T20:29:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=708d7160fa84ee79924fc7cf0bc29acb03406e6f'/>
<id>urn:sha1:708d7160fa84ee79924fc7cf0bc29acb03406e6f</id>
<content type='text'>
make shell prompts consistent

R=rsc
CC=golang-dev
https://golang.org/cl/1824042
</content>
</entry>
<entry>
<title>channel tests: added a couple of tests with closed channels</title>
<updated>2010-07-14T20:18:57Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-07-14T20:18:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=47b835e4a8e1b4792eb3698d78751fe213336690'/>
<id>urn:sha1:47b835e4a8e1b4792eb3698d78751fe213336690</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/1774047
</content>
</entry>
<entry>
<title>fix build: reverting exp/eval Makefile to old form</title>
<updated>2010-07-14T17:11:12Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-07-14T17:11:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=a3855235cd493af6d67e232136b8f5e3f86de183'/>
<id>urn:sha1:a3855235cd493af6d67e232136b8f5e3f86de183</id>
<content type='text'>
(gofmt doesn't exist when this is built)

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