commit 7317c10f5ea7a9d7216fc3e4a1e1c5c1bce6d6fa [browse]
Author: Andrew Gerrand
Date: 2010-07-15 13:04:04 +10:00
release.2010-07-14
R=rsc
CC=golang-dev
https://golang.org/cl/1844041
commit 9b64fef71acf71175bc74e2d04ea7fc0a011b03b [browse]
Author: Brad Fitzpatrick
Date: 2010-07-14 17:26:14 -07:00
mime/multipart and HTTP multipart/form-data support
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
commit e9bcbc539890020668cbd361a0d8edbb8f6ab8a1 [browse]
Author: Russ Cox
Date: 2010-07-14 17:25:46 -07:00
os: use /tmp again
R=adg
CC=golang-dev
https://golang.org/cl/1823041
commit 9028d6bf7cb4f0a3b24e940d04945fcd89e97f3c [browse]
Author: Joe Poirier
Date: 2010-07-14 17:21:13 -07:00
windows: append executable extension (done as per Russ' suggestion)
R=rsc
CC=brainman, golang-dev
https://golang.org/cl/1690053
commit 0432f289f7637499ac7a02ebdba9ac112da557d1 [browse]
Author: Russ Cox
Date: 2010-07-14 17:17:53 -07:00
cgo: various bug fixes
* 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
clone the repository to get more history