- 13 Jun, 2012 20 commits
-
-
Sameer Ajmani authored
««« backport 726c57a92c5d C: correct entry: jmeurin, not jme. R=golang-dev, rsc CC=golang-dev, jme, jmeurin https://golang.org/cl/6192057 »»»
-
Sameer Ajmani authored
««« backport 448f98d1af28 C: Jeremy Ellington (Google CLA) R=golang-dev, rsc CC=golang-dev, jme https://golang.org/cl/6197058 »»»
-
Shenghou Ma authored
««« backport e388ce51be75 runtime: fix c compiler warning R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6185047 »»»
-
Rémy Oudompheng authored
««« backport 7873186d5774 math/big: fix superpolynomial complexity in Karatsuba algorithm. benchmark old ns/op new ns/op delta BenchmarkExp3Power0x10 732 734 +0.27% BenchmarkExp3Power0x40 834 836 +0.24% BenchmarkExp3Power0x100 1600 1579 -1.31% BenchmarkExp3Power0x400 3478 3417 -1.75% BenchmarkExp3Power0x1000 19388 19229 -0.82% BenchmarkExp3Power0x4000 160274 156881 -2.12% BenchmarkExp3Power0x10000 1552050 1372058 -11.60% BenchmarkExp3Power0x40000 27328710 15216920 -44.32% BenchmarkExp3Power0x100000 612349000 131407100 -78.54% BenchmarkExp3Power0x400000 44073524000 1122195000 -97.45% R=golang-dev, mtj, gri, rsc CC=golang-dev, remy https://golang.org/cl/6176043 »»»
-
Michael Chaten authored
[release-branch.go1] encoding/json: Fix panic when trying to unmarshal the empty string into an integer ««« backport 7ee60b35f644 encoding/json: Fix panic when trying to unmarshal the empty string into an integer Fixes #3450. R=rsc, bradfitz CC=golang-dev https://golang.org/cl/6035050 »»»
-
Adam Langley authored
««« backport d8d358ddc6e0 crypto/x509: fix panic when using unavailable hash function. crypto.Hash.New() changed to panicking when the hash function isn't linked in, but crypto/x509 still expects it to return nil. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6175047 »»»
-
Shenghou Ma authored
««« backport 26fc3f8aa53e cmd/dist: remove stray src/pkg/runtime/z* when cleaning R=golang-dev, bradfitz, dave, rsc, lstoakes, rsc CC=golang-dev https://golang.org/cl/6180044 »»»
-
Ian Lance Taylor authored
««« backport d063a7844d48 cgo: rename C names for Go types to avoid conflicting with package Fixes #3371. R=rsc, bsiegert, r, mtj, iant CC=golang-dev https://golang.org/cl/6131060 »»»
-
Robert Hencke authored
««« backport 1d4d8324085b cmd/go: do not ignore DepsErrors in 'go run' Fixes #3490. R=golang-dev, dave, rsc CC=golang-dev https://golang.org/cl/6040046 »»»
-
Brad Fitzpatrick authored
««« backport 69c9477136d3 encoding/base64: don't ignore underlying souce read error in decode Fixes #3577 R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6137054 »»»
-
Brian Dellisanti authored
««« backport 9d046474e95a os/exec: close all internal descriptors when Cmd.Start() fails. This closes any internal descriptors (pipes, etc) that Cmd.Start() had opened before it failed. Fixes #3468. R=golang-dev, iant, bradfitz CC=golang-dev https://golang.org/cl/5986044 »»»
-
Ian Lance Taylor authored
««« backport f63da4c9c6d7 A+C: add Brian Dellisanti (individual CLA) R=golang-dev, bsiegert, r CC=golang-dev https://golang.org/cl/6127056 »»»
-
Anthony Martin authored
««« backport 6c742b3b04d1 path/filepath: fix typo R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6117063 »»»
-
Dave Cheney authored
««« backport 73a10f76098b lib9: fix warning under clang 3.1 Fixes #3534. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6035054 »»»
-
Shenghou Ma authored
««« backport 6436d0889d29 syscall: support Getpid() on Windows Fixes #3379. R=golang-dev, alex.brainman, rsc, bradfitz CC=golang-dev https://golang.org/cl/5909043 »»»
-
Shenghou Ma authored
««« backport d7ef356b8c17 cmd/api: allow addition of API R=bradfitz, rsc CC=golang-dev https://golang.org/cl/5991081 »»»
-
Brad Fitzpatrick authored
««« backport 5e1544310d03 debug/gosym: in test, use temp binary name in /tmp, and clean up. This fixes all.bash on shared machines. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5992078 »»»
-
Shenghou Ma authored
««« backport bc79188b0281 build: run.bash no longer accepts --no-banner R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5986063 »»»
-
Shenghou Ma authored
««« backport 4ee28b87fb90 build: unset GOROOT_FINAL before tests Fix the builders. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5976068 »»»
-
Sameer Ajmani authored
««« backport d3896e6fb40e misc/emacs: fix go-mode syntax table and whitespace handling. - flag * and / as comment characters - mark newline as a comment-ender - include newline in go-mode-whitespace-p Thanks Jonathan Amsterdam and Steve Yegge for the patch! R=golang-dev, rsc CC=golang-dev, jba, stevey https://golang.org/cl/5938056 »»»
-
- 26 Apr, 2012 9 commits
-
-
Andrew Gerrand authored
Accidentally applied to release branch. ««« original CL description misc/dist: drop repetition in filenames, default to release tag R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6118059 »»» R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6120056
-
Andrew Gerrand authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6118059
-
Andrew Gerrand authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6121054
-
Andrew Gerrand authored
««« CL 6123055 / fdfe4968b115 doc: go1.0.1 release notes R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6123055 »»» R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6109062
-
Shenghou Ma authored
««« CL 5849053 / f68d1d478a97 cmd/godoc: update App Engine README and script for Go 1 R=adg, dsymonds CC=golang-dev https://golang.org/cl/5849053 »»» Also applied !appengine build constrain to main.go from CL 5969063 so that the godoc app at release-branch.go1 will build and work properly. R=golang-dev, adg CC=golang-dev https://golang.org/cl/6112063
-
Andrew Gerrand authored
««« CL 6127050 / 6d5417240a0c time: doc fix. R=golang-dev, r CC=golang-dev https://golang.org/cl/6127050 »»» R=golang-dev CC=golang-dev https://golang.org/cl/6118057
-
Andrew Gerrand authored
««« CL 6119054 / a7183646b353 doc: simplify the image_draw article example for converting an image to RGBA. R=adg, r, bsiegert CC=golang-dev https://golang.org/cl/6119054 »»» R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6119056
-
Andrew Gerrand authored
««« CL 6112060 / bcd5635a53b0 cmd/go: new tag selection logic The new logic is "use go1 if it's there, otherwise no tag." Nothing needs to say "I require go1.0.1", and I want to preserve some flexibility in defining what tags mean. Right now (before go1.0.1) there is only one possible tag, "go1", and I'd like to keep it that way. R=golang-dev, bradfitz, r, adg CC=golang-dev https://golang.org/cl/6112060 »»» R=golang-dev CC=golang-dev https://golang.org/cl/6116059
-
Andrew Gerrand authored
««« CL 6116055 / d282c379aad7 doc: update wiki article to use html/template properly. Fixes #3569. R=golang-dev, r CC=golang-dev https://golang.org/cl/6116055 »»» R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6119055
-
- 25 Apr, 2012 1 commit
-
-
Russ Cox authored
««« CL 6119051 / 1384d7510575 mime: make ParseMediaType return zero results on error Fixes #3562 R=golang-dev, adg, rsc CC=golang-dev https://golang.org/cl/6119051 »»» R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6127045
-
- 10 Apr, 2012 1 commit
-
-
Russ Cox authored
««« backport ca2868ad4611 A+C: Akshat Kumar (individual CLA) R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6004043 »»»
-
- 25 Apr, 2012 1 commit
-
-
Bobby Powers authored
««« backport 233ff5d46b3d encoding/json: allow punctuation in tag names everything except backslash and the quote chars is fair game. Fixes #3546. R=rsc, r CC=golang-dev https://golang.org/cl/6048047 »»»
-
- 24 Apr, 2012 2 commits
-
-
Brad Fitzpatrick authored
««« backport 4ecca118488b mime/multipart: report io.EOF correctly on part ending without newlines If a part ends with "--boundary--", without a final "\r\n", that's also a graceful EOF, and we should return io.EOF instead of the fmt-wrapped io.EOF from bufio.Reader.ReadSlice. I found this bug parsing an image attachment from gmail. Minimal test case stripped down from the original gmail-generated attachment included. R=golang-dev, r CC=golang-dev https://golang.org/cl/6118043 »»»
-
Rob Pike authored
««« backport ab273014412e path: document that Clean deletes trailing slashes. Fixes #3492. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6112044 »»»
-
- 23 Apr, 2012 2 commits
-
-
Rémy Oudompheng authored
««« backport 0739e30d5df7 net: fix typo in Listener.File() documentation R=golang-dev, dave, rsc CC=golang-dev, remy https://golang.org/cl/6097044 »»»
-
Luuk van Dijk authored
««« backport a890477d3dfb cmd/gc: fix addresses escaping through closures called in-place. Fixes #3545. R=rsc CC=golang-dev https://golang.org/cl/6061043 »»»
-
- 02 Apr, 2012 1 commit
-
-
Andrew Gerrand authored
««« backport 953b30b83997 doc: sync playground.js R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5956043 »»»
-
- 23 Apr, 2012 1 commit
-
-
Rob Pike authored
««« backport 82aaf0925029 reflect: document and test TypeOf(nil) Fixes #3549. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6107047 »»»
-
- 21 Apr, 2012 1 commit
-
-
Dave Cheney authored
««« backport 5f24ff99b5f1 net: fix race between Close and Read Fixes #3507. Applied the suggested fix from rsc. If the connection is in closing state then errClosing will bubble up to the caller. The fix has been applied to udp, ip and unix as well as their code path include nil'ing c.fd on close. Func tests are available in the linked issue that verified the bug existed there as well. R=rsc, fullung, alex.brainman, mikioh.mikioh CC=golang-dev https://golang.org/cl/6002053 »»»
-
- 20 Apr, 2012 1 commit
-
-
Andrew Gerrand authored
««« backport f4f63fb397c6 doc: don't wrap package names in directory listing Fixes #3522. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/6063054 »»»
-