- 07 Mar, 2012 31 commits
-
-
Russ Cox authored
Fixes #3143. R=ken2 CC=golang-dev https://golang.org/cl/5752070
-
Russ Cox authored
Let the outer environment filter down to the commands being run. TBR=r CC=golang-dev https://golang.org/cl/5758066
-
Russ Cox authored
Fixes #3146. R=ken2 CC=golang-dev https://golang.org/cl/5756074
-
Russ Cox authored
Lets us run multifile tests and tests with arguments. R=golang-dev, r CC=golang-dev https://golang.org/cl/5753068
-
Alex Brainman authored
go get code.google.com/p/gowingui R=golang-dev, minux.ma, r CC=golang-dev https://golang.org/cl/5752067
-
Shenghou Ma authored
Fixes #3190. R=rsc, tjyang2001, rsc CC=golang-dev https://golang.org/cl/5759056
-
Shenghou Ma authored
find() returns -1 when not found. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5752068
-
Francisco Souza authored
R=golang-dev, minux.ma, rsc CC=golang-dev https://golang.org/cl/5757059
-
Mikio Hara authored
Fixes #3226. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5756073
-
Russ Cox authored
I don't know what's out there, but something is answering to 127.0.71.111:80 on our builder, so use a different port. Also insert a check that the dial fails, which would have diagnosed this problem. Fixes #3016. R=golang-dev, mikioh.mikioh, r CC=golang-dev https://golang.org/cl/5754062
-
Francisco Souza authored
Also enabled it for darwin. R=rsc CC=golang-dev https://golang.org/cl/5754063
-
Russ Cox authored
I don't know enough about multicast. Should this be disabled on all systems, not just Windows? R=golang-dev CC=golang-dev https://golang.org/cl/5754060
-
Russ Cox authored
$ go run go run: no go files listed $ go run ../../pkg/math/bits.go go run: cannot run non-main package $ Fixes #3168. R=golang-dev, r CC=golang-dev https://golang.org/cl/5755064
-
Shenghou Ma authored
R=rsc CC=golang-dev https://golang.org/cl/5753054
-
Shenghou Ma authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5757050
-
Russ Cox authored
The last CL forgot the all-important 'backdoor' package. Cgo-using packages compile .c files with gcc, but we want to compile this one with 6c, so put it in a non-cgo package. TBR=golang-dev CC=golang-dev https://golang.org/cl/5758063
-
Russ Cox authored
By default the all.bash tests must not ever announce on an external address. It's not just an OS X issue. R=golang-dev, mikioh.mikioh CC=golang-dev https://golang.org/cl/5753067
-
Rob Pike authored
About 10% for hello, world. Maybe more reductions will come. Also clarify that we're comparing printf against Printf (gcc can optimize aggressively, making this a different sort of comparison). R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5756070
-
Russ Cox authored
The testso directory still needs to be enabled. R=golang-dev, r CC=golang-dev https://golang.org/cl/5731048
-
Russ Cox authored
$ go list -f '{{.ImportPath}} {{.Deps}}' fmt log fmt [errors io math os reflect runtime strconv sync sync/atomic syscall time unicode/utf8 unsafe] log [errors fmt io math os reflect runtime strconv sync sync/atomic syscall time unicode/utf8 unsafe] R=bradfitz, rogpeppe, r, r, rsc CC=golang-dev https://golang.org/cl/5753055
-
Rob Pike authored
We can write syslist.go by hand. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5757057
-
Rob Pike authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5752066
-
Rob Pike authored
R=golang-dev, bradfitz, alex.brainman CC=golang-dev https://golang.org/cl/5757058
-
Rob Pike authored
There are a few more but these are the easiest ones. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5756067
-
Rob Pike authored
We need a compact, reasonably efficient IsPrint. That adds about 2K of data, plus a modest amount of code, but now strconv is a near-leaf package. R=r, bradfitz, adg, rsc, minux.ma CC=golang-dev https://golang.org/cl/5756050
-
Andrew Gerrand authored
R=bradfitz CC=golang-dev https://golang.org/cl/5753066
-
Andrew Gerrand authored
Fixes #95. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5756066
-
Ian Lance Taylor authored
R=r CC=golang-dev https://golang.org/cl/5752065
-
Brad Fitzpatrick authored
Fixes #3223 R=golang-dev, r CC=golang-dev https://golang.org/cl/5755063
-
Johan Euphrosine authored
Update #2547. R=golang-dev, minux.ma, r, r, adg CC=golang-dev https://golang.org/cl/5755051
-
Alex Brainman authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5756064
-
- 06 Mar, 2012 9 commits
-
-
Adam Langley authored
In order to land 5700087 (which moves the knowledge of how to get the root certificates for the system from crypto/tls to crypto/x509), we need to relax the restrictions on crypto/x509. Afterwards, we can probably tighten them up in crypto/tls. R=golang-dev, rsc, krautz CC=golang-dev https://golang.org/cl/5753060
-
Brad Fitzpatrick authored
Bug reported by Blake Mizerany found while writing his new Postgres driver. R=golang-dev, blake.mizerany CC=golang-dev https://golang.org/cl/5754057
-
Shenghou Ma authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5754051
-
Rob Pike authored
SameFile has a bug. R=golang-dev TBR=rsc CC=golang-dev https://golang.org/cl/5754055
-
Shenghou Ma authored
Due to removal of go_tutorial, unused programs are removed. makehtml is unnecessary (it also gives wrong messages when the destination file doesn't exist) progs/run now compiles all remaining programs under doc/progs. Fixes #3076 (again) R=golang-dev, adg CC=golang-dev https://golang.org/cl/5755053
-
Rob Pike authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5759051
-
Andrew Gerrand authored
This is a philosophical document. We can soup it up at a later stage, but for now it's nice to have a URL to point to that isn't a mailing list post. R=golang-dev, r CC=golang-dev https://golang.org/cl/5676061
-
Robert Griesemer authored
R=golang-dev CC=golang-dev https://golang.org/cl/5752059
-
Robert Griesemer authored
R=rsc, bradfitz CC=golang-dev https://golang.org/cl/5756045
-