Age | Commit message (Collapse) | Author | Files | Lines |
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/204044
|
|
bake default values in during build.
R=r
CC=golang-dev
http://codereview.appspot.com/186173
|
|
R=rsc
http://codereview.appspot.com/157159
Committer: Russ Cox <rsc@golang.org>
|
|
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>
|
|
1. allocate an extra byte for use by write.
2. throw away the code trying to translate
uid and gid to names. i suspect it of causing
seg faults in some situations, and it is
not needed by the compilers.
Fixes issue 48. (I hope.)
R=r
http://codereview.appspot.com/152077
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/154049
|
|
various missing or incorrect files.
R=r
CC=go-dev
http://go/go-review/1014004
|
|
rune now unsigned.
R=r
DELTA=10 (1 added, 0 deleted, 9 changed)
OCL=34140
CL=34146
|
|
R=rsc
DELTA=41 (20 added, 2 deleted, 19 changed)
OCL=33412
CL=33415
|
|
R=rsc
DELTA=2339 (19 added, 2303 deleted, 17 changed)
OCL=33239
CL=33253
|
|
pow10 was giving up too easily.
R=r
DELTA=4 (0 added, 3 deleted, 1 changed)
OCL=32310
CL=32321
|
|
R=r
DELTA=1 (0 added, 0 deleted, 1 changed)
OCL=31863
CL=31870
|
|
-r
SVN=126198
|
|
SVN=126184
|
|
remove the dependency on /home/r.
SVN=122482
|