- 22 Feb, 2012 5 commits
-
-
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 30 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
-
Andrew Gerrand authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5689056
-
Bobby Powers authored
When installing pprof into the tools directory, it needs to have execute permissions on unix-like systems. Fixes issues 3077. R=golang-dev, rsc, minux.ma CC=golang-dev https://golang.org/cl/5675095
-
Russ Cox authored
Before we were using "ESMTP" in the banner as a clue, but that is not required by the RFC and breaks mailing to smtp.yandex.ru. Fixes #3045. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5687066
-
Russ Cox authored
A fault during malloc might lead to the program's first call to findfunc, which would in turn call malloc. Don't do that. Fixes #1777. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5689047
-
Shenghou Ma authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5689063
-
Mike Rosset authored
R=golang-dev, minux.ma, rsc CC=golang-dev https://golang.org/cl/5686058
-
Mike Rosset authored
R=golang-dev, rsc, r, r CC=golang-dev https://golang.org/cl/5673093
-
Adam Langley authored
Without -d, bison doesn't generate y.tab.h. R=rsc CC=golang-dev https://golang.org/cl/5685065
-
Marcel van Lohuizen authored
by other low-level libraries, like collate. Extra care has been given to optimize the performance of normalizing to NFD, as this is what will be used by the collator. The overhead of checking whether a string is normalized vs simply decomposing a string is neglible. Assuming that most strings are in the FCD form, this iterator can be used to decompose strings and normalize with minimal overhead. R=r CC=golang-dev https://golang.org/cl/5676057
-
Rémy Oudompheng authored
The supposedly overflowing variable was registerized. R=golang-dev, r CC=golang-dev https://golang.org/cl/5687061
-
Rémy Oudompheng authored
Also cleanup the resolveName method. Fixes failure on go/build declaration: var ToolDir = filepath.Join(...) R=golang-dev, bradfitz CC=golang-dev, remy https://golang.org/cl/5681043
-
Andrew Gerrand authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5686053
-
Rob Pike authored
Awfulness by the bucket that we hope Fixes #3057. R=golang-dev, mikioh.mikioh, dsymonds, r, rsc CC=golang-dev https://golang.org/cl/5687060
-
Rob Pike authored
TBR=bradfitz R=golang-dev CC=golang-dev https://golang.org/cl/5684050
-
Rémy Oudompheng authored
Such variables would be put at 0(SP), leading to serious corruptions at zero initialization. Fixes #3084. R=golang-dev, r CC=golang-dev, remy https://golang.org/cl/5683052
-
Rob Pike authored
TBR=dsymonds R=dsymonds CC=golang-dev https://golang.org/cl/5687058
-
Rob Pike authored
Part of diagnosing the selfConnect bug TBR=dsymonds R=golang-dev CC=golang-dev https://golang.org/cl/5687057
-
Rob Pike authored
TBR=dsymonds R=golang-dev CC=golang-dev https://golang.org/cl/5683057
-
Brad Fitzpatrick authored
This doesn't run all ~750 of the tests, but most. Progress on issue 2833 R=golang-dev, ality, rsc, r, r CC=golang-dev https://golang.org/cl/5625044
-
Andrew Gerrand authored
Fixes #3051. R=golang-dev, r CC=golang-dev https://golang.org/cl/5683056
-
Rob Pike authored
Use methods for key questions. Provide access to non-portable pieces through portable methods. Windows and Plan 9 updated. R=golang-dev, bradfitz, bradfitz, r, dsymonds, rsc, iant, iant CC=golang-dev https://golang.org/cl/5673077
-
Mikio Hara authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5686049
-
Andrew Gerrand authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5685061
-
Andrew Gerrand authored
Fixes #2935. R=golang-dev, r CC=golang-dev https://golang.org/cl/5684048
-
Brad Fitzpatrick authored
Fixes #2777 R=golang-dev, r CC=golang-dev https://golang.org/cl/5685060
-
- 20 Feb, 2012 5 commits
-
-
Brad Fitzpatrick authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5688047
-
Devon H. O'Dell authored
R=rsc, mikioh.mikioh CC=golang-dev https://golang.org/cl/5689046
-
Mikio Hara authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5687052
-
Rob Pike authored
Fixes #3013. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5683049
-
Russ Cox authored
The alternative is to record enough information that the trap handler know which registers contain cached globals and can flush the registers back to their original locations. That's significantly more work. This only affects globals that have been written to. Code that reads from a global should continue to registerize as well as before. Fixes #1304. R=ken2 CC=golang-dev https://golang.org/cl/5687046
-