commit 50ddb98b243e35de1dbe572bc5240129054af9f6 [browse]
Author: Andrew Gerrand
Date: 2011-07-20 15:45:55 +10:00
weekly.2011-07-19
R=golang-dev, nigeltao, dsymonds, r
CC=golang-dev
https://golang.org/cl/4801042
commit 48d1240e51bcbbbfe10cbb6a70332039acbf0fe9 [browse]
Author: Andrew Gerrand
Date: 2011-07-20 11:22:56 +10:00
misc/dashboard: center align build results
R=rsc, dsymonds
CC=golang-dev
https://golang.org/cl/4806041
commit 62f618a22cf5c607a90ccb95bf6ceed6ab866ffe [browse]
Author: Rob Pike
Date: 2011-07-20 08:39:24 +10:00
sync/atomic: delete workaround
Load seems to work on arm now.
R=dsymonds
CC=golang-dev
https://golang.org/cl/4795042
commit 8930ce2dc1590c21d22a658723d05f08a8e4f6a7 [browse]
Author: Robert Griesemer
Date: 2011-07-19 08:22:20 -07:00
godoc: implement http.FileSystem for zip files
R=rsc, adg, bradfitz
CC=golang-dev
https://golang.org/cl/4750047
commit b546f5071604db359caab7ae62ed66af308c27f4 [browse]
Author: Lucio De Re
Date: 2011-07-19 11:04:33 -04:00
runtime: make goc2c build on Plan 9
pkg/runtime/Makefile:
. Adjusted so "goc2c.c" is built using the Plan 9 libraries.
pkg/runtime/goc2c.c:
. Added/subtracted #include headers to correspond to Plan 9
toolkit.
. Changed fprintf(stderr,...)/exit() combinations to
sysfatal() calls, adjusted the "%u" format to "%ud".
. Added exits(0) at the end of main().
. Made main() a void-returning function and removed the
"return 0" at the end of it.
Tested on UBUNTU and Plan 9 only.
R=r, rsc
CC=golang-dev
https://golang.org/cl/4626093
clone the repository to get more history