- 10 Feb, 2012 22 commits
-
-
Russ Cox authored
Actually %GOBUILDEXIT% I suppose. R=golang-dev CC=golang-dev https://golang.org/cl/5651058
-
Russ Cox authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5651057
-
Alex Brainman authored
not sure that it will work, but. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5649051
-
Andrew Gerrand authored
Relax. It's still in macho.go. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5653054
-
Rob Pike authored
Fixes #2954. R=golang-dev, bradfitz, rsc, r CC=golang-dev https://golang.org/cl/5645077
-
Rob Pike authored
Fixes #2940. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5645078
-
Russ Cox authored
This is for filling a column with "fail", like I just did for Windows, when the builder would get stuck running that build. (We have safeguards against the tests getting stuck but this was the bootstrap build getting stuck.) I usually use -cmd=/bin/false, but this avoids the Mercurial checkouts, which means it runs instantly instead of requiring ~1 minute per "fail". R=golang-dev, adg CC=golang-dev https://golang.org/cl/5649049
-
Daniel Theophanes authored
Fixes #2931. R=golang-dev, alex.brainman CC=golang-dev, rsc https://golang.org/cl/5651049
-
Rob Pike authored
Fixes #2952. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5651054
-
Brad Fitzpatrick authored
Fixes #2948 R=golang-dev, r CC=golang-dev https://golang.org/cl/5655048
-
Rob Pike authored
Fixes #2957. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5653053
-
Rob Pike authored
Fixes #2960. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5652055
-
Rob Pike authored
Fixes #2959. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5651053
-
Rob Pike authored
Dead code. Fixes #2961. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5650053
-
Rob Pike authored
The comment on IsOneOf regarding Latin-1 was an implementation detail: when the function is called internally, that condition is true. It used to matter, but now the comment is a dreg. The function works fine if the character is Latin-1, so we just delete the comment. Fixes #2966. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5655047
-
Rob Pike authored
Fixes #2963. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5650051
-
Brad Fitzpatrick authored
Delete O_NDELAY, O_NONBLOCK, O_NOCTTY, O_ASYNC. Clean up some docs. Rename ShellExpand -> ExpandEnv. Make NewFile take a uintptr; change File.Fd to return one. (for API compatibility between Unix and Windows) Fixes #2947 R=golang-dev, r CC=golang-dev https://golang.org/cl/5655045
-
Rob Pike authored
Also replace archaic definition of rune. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5654048
-
Rob Pike authored
Fixes #2965. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5652054
-
Rob Pike authored
Fixes #2958. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5650050
-
Alex Brainman authored
Fixes #2974. R=golang-dev, r, rsc CC=golang-dev https://golang.org/cl/5653052
-
Brad Fitzpatrick authored
Part of issue 2947 R=golang-dev, r CC=golang-dev https://golang.org/cl/5651051
-
- 09 Feb, 2012 18 commits
-
-
Brad Fitzpatrick authored
Fixes #2942 R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5650049
-
Robert Griesemer authored
Fixes #2962. R=rsc CC=golang-dev https://golang.org/cl/5652048
-
Brad Fitzpatrick authored
Fixes #2953 R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5653051
-
Brad Fitzpatrick authored
Also fix a doc error. Fixes #2843 R=golang-dev, r, rsc CC=golang-dev https://golang.org/cl/5653050
-
Rob Pike authored
godoc doesn't have the fu to present the example well, but this gives us an example of an example to develop example fu. Fixes #2840. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5645063
-
Brad Fitzpatrick authored
For gccgo. Also removes bunch of special cases. Fixes #2906 R=golang-dev, remyoudompheng CC=golang-dev https://golang.org/cl/5644050
-
Brad Fitzpatrick authored
Fixes #2039 R=r, rsc, n13m3y3r, r, rogpeppe CC=golang-dev https://golang.org/cl/5643067
-
Rob Pike authored
R=golang-dev, rsc, gri, r CC=golang-dev https://golang.org/cl/5641062
-
Gustavo Niemeyer authored
R=rsc, gustavo CC=golang-dev https://golang.org/cl/5642045
-
Rob Pike authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5642075
-
Alex Brainman authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5645074
-
Andrew Balholm authored
If the database driver supports the Execer interface but returns ErrSkip, calling Exec on a transaction was returning the error instead of using the slow path. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5654044
-
Alex Brainman authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5650048
-
Brad Fitzpatrick authored
Part of issue 2843 R=golang-dev, gri CC=golang-dev https://golang.org/cl/5646063
-
Shenghou Ma authored
Fixes #2533. R=rsc CC=golang-dev https://golang.org/cl/5654045
-
Brad Fitzpatrick authored
strings.Reader is already stateful and read-only. This permits a *Reader with http.ServeContent. R=golang-dev, r, rsc, rsc CC=golang-dev https://golang.org/cl/5639068
-
Rob Pike authored
Fixes #2383. R=golang-dev, bradfitz, adg, rsc CC=golang-dev https://golang.org/cl/5641061
-
Russ Cox authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5642068
-