- 21 Dec, 2011 35 commits
-
-
Robert Griesemer authored
R=iant, rsc CC=golang-dev https://golang.org/cl/5500065
-
Andrew Gerrand authored
Fixes #2596. R=golang-dev CC=golang-dev https://golang.org/cl/5498061
-
Russ Cox authored
R=golang-dev CC=golang-dev https://golang.org/cl/5498062
-
Russ Cox authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5502062
-
Russ Cox authored
* work around a linker/cgo bug * do not run deps.bash on Windows unless we need it (cuts a full minute off the build time) * add windows to the list of cgo-enabled targets The gopack problem is issue 2601. R=golang-dev, r, bradfitz CC=golang-dev https://golang.org/cl/5504062
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5502060
-
Rob Pike authored
Fixes #2593. R=rsc, alex.brainman, n13m3y3r CC=golang-dev https://golang.org/cl/5500052
-
Brad Fitzpatrick authored
Fixes #2600 R=golang-dev, agl, rsc CC=golang-dev https://golang.org/cl/5500064
-
Robert Griesemer authored
No visible external changes yet. The current approach is a stop-gap approach: For methods of anonymous fields to be seen, the anonymous field's types must be exported. Missing: computing the actual MethodDocs and displaying them. (Depending on the operation mode of godoc, the input to go/doc is a pre-filtered AST with all non-exported nodes removed. Non- exported anonymous fields are not even seen by go/doc in this case, and it is impossible to collect associated (even exported) methods. A correct fix will require some more significant re- engineering; AST filtering will have to happen later, possibly inside go/doc.) R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5500055
-
Russ Cox authored
TBR=golang-dev CC=golang-dev https://golang.org/cl/5504056
-
Russ Cox authored
R=lvd CC=golang-dev https://golang.org/cl/5500060
-
Russ Cox authored
This lets us mark net's cgo_stub.go as only to be built when cgo is disabled. R=golang-dev, ality, mikioh.mikioh CC=golang-dev https://golang.org/cl/5489100
-
Roger Peppe authored
R=rsc CC=golang-dev https://golang.org/cl/5501053
-
Russ Cox authored
R=golang-dev CC=golang-dev https://golang.org/cl/5500061
-
Russ Cox authored
TBR=golang-dev CC=golang-dev https://golang.org/cl/5489102
-
Anthony Martin authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5503057
-
Russ Cox authored
* correct dependency calculations * comment meaning of action fields * new alias "std" like "all" but standard packages only * add -o flag to 'go build' * set up for parallel build (still serial) * understand that import "C" depends on cgo, runtime/cgo R=golang-dev, mikioh.mikioh CC=golang-dev https://golang.org/cl/5502055
-
Mikio Hara authored
This CL makes both InterfaceAddrs and Addrs method on Interface return IPNet struct for representing interface address and mask like below: interface "lo0": flags "up|loopback|multicast", ifindex 1, mtu 16384 interface address "fe80::1/64" interface address "127.0.0.1/8" interface address "::1/128" joined group address "ff02::fb" joined group address "224.0.0.251" joined group address "ff02::2:65d0:d71e" joined group address "224.0.0.1" joined group address "ff01::1" joined group address "ff02::1" joined group address "ff02::1:ff00:1" Fixes #2571. R=rsc CC=golang-dev https://golang.org/cl/5489062
-
Russ Cox authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5502056
-
Mikio Hara authored
R=rsc CC=golang-dev https://golang.org/cl/5505053
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/5500059
-
Joel Sing authored
R=golang-dev, mikioh.mikioh CC=golang-dev https://golang.org/cl/5501052
-
Andrew Gerrand authored
R=dsymonds, rsc CC=golang-dev https://golang.org/cl/5505054
-
Russ Cox authored
Should help windows/amd64 R=adg CC=golang-dev https://golang.org/cl/5500058
-
Andrew Gerrand authored
R=golang-dev, dsymonds, adg CC=golang-dev https://golang.org/cl/5500057
-
Andrew Gerrand authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5489099
-
Alex Brainman authored
R=rsc CC=golang-dev https://golang.org/cl/5502054
-
Andrew Gerrand authored
dashboard: record run time R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5504054
-
Andrew Gerrand authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5503056
-
Andrew Gerrand authored
This CL contains no code changes. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5498056
-
Andrew Gerrand authored
R=rsc, adg CC=golang-dev https://golang.org/cl/5490081
-
Mikio Hara authored
R=rsc, golang-dev CC=golang-dev https://golang.org/cl/5504053
-
Russ Cox authored
TBR=r CC=golang-dev https://golang.org/cl/5505052
-
Andrew Gerrand authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5503054
-
Andrew Gerrand authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5505050
-
- 20 Dec, 2011 5 commits
-
-
Brad Fitzpatrick authored
OS X 10.6 doesn't do O_CLOEXEC. OS X 10.7 does. For now, always fall back to using syscall.CloseOnExec on darwin. This can removed when 10.6 is old news, or if we find a way to cheaply & reliably detect 10.6 vs 10.7 at runtime. Fixes #2587 R=golang-dev, rsc, iant CC=golang-dev https://golang.org/cl/5500053
-
Brad Fitzpatrick authored
R=golang-dev, r, rsc CC=golang-dev https://golang.org/cl/5502051
-
Nigel Tao authored
R=r, rsc CC=golang-dev https://golang.org/cl/5493084
-
Nigel Tao authored
Also recognize that, in the latest version of the HTML5 spec, foreign content is not an insertion mode, but a separate concern. Pass tests10.dat, test 13: <!DOCTYPE html><body><table><caption><svg><g>foo</g><g>bar</g><p>baz</table><p>quux | <!DOCTYPE html> | <html> | <head> | <body> | <table> | <caption> | <svg svg> | <svg g> | "foo" | <svg g> | "bar" | <p> | "baz" | <p> | "quux" Also pass tests through test 15: <!DOCTYPE html><body><table><colgroup><svg><g>foo</g><g>bar</g><p>baz</table><p>quux R=andybalholm CC=golang-dev https://golang.org/cl/5494078
-
Andrew Gerrand authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5498055
-