- 23 Feb, 2012 15 commits
-
-
Robert Griesemer authored
R=rsc, r, r, adg CC=golang-dev https://golang.org/cl/5688074
-
Rob Pike authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5674112
-
Robert Griesemer authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5695046
-
Robert Griesemer authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5698044
-
Robert Griesemer authored
Replaces pending CL 5674097. Thanks to ality@pbrane.org for spearheading the effort. R=rsc, r CC=golang-dev https://golang.org/cl/5683077
-
Robert Griesemer authored
Fixes #3055. R=rsc, r CC=golang-dev https://golang.org/cl/5683079
-
Andrew Gerrand authored
R=golang-dev CC=golang-dev https://golang.org/cl/5699044
-
Andrew Gerrand authored
R=golang-dev, r, bradfitz CC=golang-dev https://golang.org/cl/5698043
-
Brad Fitzpatrick authored
Including a commented-out test we might tackle later, after seeing what browsers do. R=dsymonds, rsc CC=golang-dev https://golang.org/cl/5694045
-
Gustavo Niemeyer authored
Anonymous pointer fields is not yet supported. The problem is documented in issue 3108. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5694043
-
Mikio Hara authored
Also adds -external flag to allow use of external networks on tests. R=rsc CC=golang-dev https://golang.org/cl/5693043
-
Russ Cox authored
Makes it possible for client code to maintain its own profiles, and also reduces the API surface by giving us a type that models built-in profiles. R=golang-dev, r CC=golang-dev https://golang.org/cl/5684056
-
Russ Cox authored
R=golang-dev, r, r CC=golang-dev https://golang.org/cl/5687076
-
Gustavo Niemeyer authored
This also fixes MarshalIndent's example after the recent formatting convention changes. Fixes #2831. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5671062
-
Alex Brainman authored
R=golang-dev, r, bradfitz, r CC=golang-dev https://golang.org/cl/5689076
-
- 22 Feb, 2012 25 commits
-
-
Russ Cox authored
R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/5689073
-
Russ Cox authored
Using reg as the flag word was unfortunate, since the default value is not 0 but NREG (==16), which happens to be the bit NOPTR now. Clear it. If I say this will fix the build, it won't. R=golang-dev, r CC=golang-dev https://golang.org/cl/5690072
-
Russ Cox authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5689072
-
Mikio Hara authored
Make it rely on underlying socket's address family. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5673091
-
Mikio Hara authored
Suggested by Paul Borman. Fixes #2826. R=rsc, borman CC=golang-dev https://golang.org/cl/5689048
-
Rob Pike authored
fix a couple of other minor related details. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5690071
-
Shenghou Ma authored
R=golang-dev, bradfitz, rsc CC=golang-dev https://golang.org/cl/5690069
-
Russ Cox authored
Fixes #3030. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5689071
-
Brad Fitzpatrick authored
This compiles again. R=golang-dev, minux.ma, rsc CC=golang-dev https://golang.org/cl/5687078
-
Robert Griesemer authored
Not a Go 1 issue, but appeared to be fairly easy to fix. - Note that a few existing test cases look slightly worse but those cases were not representative for real code. All real code looks better now. - Manual move of the comment in go/scanner/example_test.go before applying gofmt. - gofmt -w $GOROOT/src $GOROOT/misc Fixes #3062. R=rsc CC=golang-dev https://golang.org/cl/5674093
-
Robert Griesemer authored
Fixes #3092. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5683075
-
Gustavo Niemeyer authored
Fixes #3082. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5683074
-
Robert Griesemer authored
- renamed firstSentence -> Synopsis - also deal with common abbreviations R=rsc CC=golang-dev https://golang.org/cl/5676088
-
Mikio Hara authored
This CL replaces the last two in source tree. R=golang-dev, r CC=golang-dev https://golang.org/cl/5685080
-
Robert Griesemer authored
R=golang-dev, bradfitz, dsymonds CC=golang-dev https://golang.org/cl/5683072
-
Russ Cox authored
Have to assign them before we create the symbol table. ARM debugging. TBR=r CC=golang-dev https://golang.org/cl/5689067
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/5688064
-
Russ Cox authored
TBR=lvd CC=golang-dev https://golang.org/cl/5686063
-
Rob Pike authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5686064
-
Russ Cox authored
As in gdb $(go tool -n 6g). R=golang-dev, r CC=golang-dev https://golang.org/cl/5689066
-
David Symonds authored
The os.Wait function has been removed entirely, so there's no point in fixing code that called it. R=r CC=golang-dev https://golang.org/cl/5685078
-
Devon H. O'Dell authored
Ignore signals while we are spawning a new thread. Previously, a signal arriving just before runtime.minit setting up the signal handler triggers a "double fault" in signal trampolining. Fixes #3017. R=rsc, mikioh.mikioh, minux.ma, adg CC=golang-dev https://golang.org/cl/5684060
-
Joe Poirier authored
fix, and shrink, the gopher icon, txt extensions for license and readme files, minor format changes in the wxs file R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5683054
-
Russ Cox authored
dodata will convert to SNOPTRDATA if appropriate. Should fix arm build (hope springs eternal). TBR=golang-dev CC=golang-dev https://golang.org/cl/5687074
-
Andrew Gerrand authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5685075
-