| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
It doesn't work, it's not portable, it's not part of the released
binaries, and a better tool is due.
Fixes issue 1319.
Fixes issue 4621.
R=golang-dev, bradfitz, dave, rsc
CC=golang-dev
https://codereview.appspot.com/9681044
|
|
|
|
|
|
|
|
| |
Fixes issue 4386.
R=golang-dev, iant
CC=golang-dev
http://codereview.appspot.com/6854050
|
|
|
|
|
|
|
|
| |
Fixes issue 3422.
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/5967057
|
|
|
|
|
|
|
|
|
|
| |
So that we don't duplicate knowledge about which OS/ARCH combination
supports cgo.
Also updated src/run.bash and src/sudo.bash to use 'go env'.
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/5792055
|
|
|
|
|
|
| |
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/5647063
|
|
|
|
|
|
| |
R=rsc, balasanjay, rsc
CC=golang-dev
http://codereview.appspot.com/5630051
|
|
|
|
|
|
| |
R=bradfitz, ality, r, r, iant, mikioh.mikioh
CC=golang-dev
http://codereview.appspot.com/5615058
|
|
|
|
|
|
|
|
| |
cov, nm, pprof, prof
R=rsc, r, rsc
CC=golang-dev
http://codereview.appspot.com/5576067
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When installing profiling tools on Mac OS X print
message if there is a problem with /usr/local/bin
Fixes issue 2209.
R=golang-dev, r, adg
CC=golang-dev, mike.rosset
http://codereview.appspot.com/4950057
Committer: Rob Pike <r@golang.org>
|
|
|
|
|
|
| |
R=adg, r, PeterGo
CC=golang-dev
http://codereview.appspot.com/1942044
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the bash scripts and makefiles for building go didn't take into account
the fact $GOROOT / $GOBIN could both be directories containing whitespaces,
and was not possible to build it in such a situation.
this commit adjusts the various makefiles/scripts to make it aware of that
possibility, and now it builds successfully when using a path with whitespaces
as well.
Fixes issue 115.
R=rsc, dsymonds1
http://codereview.appspot.com/157067
Committer: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
|
|
|
| |
This does still contain some FreeBSD-specific bits, but
it's a pain to do partial diffs.
R=rsc
http://codereview.appspot.com/152138
Committer: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
| |
R=rsc
CC=golang-dev
http://codereview.appspot.com/152117
|
|
they have to go in /usr/local/bin
because the setgid bit is ignored in /Users.
R=r
DELTA=54 (49 added, 0 deleted, 5 changed)
OCL=19424
CL=19463
|