- 23 Feb, 2012 2 commits
-
-
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 33 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
-
Russ Cox authored
This is a manual undo of CL 5674098. It does not implement the even less strict spec that we just agreed on, but it gets us back where we were at the last weekly. R=ken2 CC=golang-dev https://golang.org/cl/5683069
-
Russ Cox authored
cc: add #pragma textflag to set it runtime: mark mheap to go into noptr-bss. remove special case in garbage collector Remove the ARM from.flag field created by CL 5687044. The DUPOK flag was already in p->reg, so keep using that. Otherwise test/nilptr.go creates a very large binary. Should fix the arm build. Diagnosed by minux.ma; replacement for CL 5690044. R=golang-dev, minux.ma, r CC=golang-dev https://golang.org/cl/5686060
-
Russ Cox authored
Or, depending on your point of view, make the comparisons satisfy any surrounding boolean type. Also, fix a few foo_bar -> fooBar in code fragments. Fixes #2561. R=golang-dev, r, bradfitz, gri, iant, kevlar CC=golang-dev https://golang.org/cl/5671096
-
Robert Griesemer authored
Fixes #3096. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5690063
-
Devon H. O'Dell authored
R=mikioh.mikioh, rsc CC=golang-dev https://golang.org/cl/5690062
-
Andrew Gerrand authored
R=gri, dsymonds CC=golang-dev https://golang.org/cl/5687071
-
Brad Fitzpatrick authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5688063
-
Brad Fitzpatrick authored
Accept certain non-compliant response headers (in particular, when spaces preceed the colon). All major browser and curl seem to support this, and at least one webserver seems to send these. *shrug* R=golang-dev, gri CC=golang-dev https://golang.org/cl/5690059
-
- 21 Feb, 2012 5 commits
-
-
Rémy Oudompheng authored
R=golang-dev, rsc CC=golang-dev, remy https://golang.org/cl/5688057
-
Andrew Gerrand authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5685070
-
Robert Griesemer authored
R=rsc, r CC=golang-dev https://golang.org/cl/5685069
-
Andrew Gerrand authored
R=ajstarks, r CC=golang-dev https://golang.org/cl/5687070
-
Andrew Gerrand authored
R=bradfitz CC=golang-dev https://golang.org/cl/5690058
-