- 24 Sep, 2010 26 commits
-
-
Rob Pike authored
R=rsc, rog CC=golang-dev https://golang.org/cl/2275041
-
Russ Cox authored
Not all OS make that the default. Can finally do this now that the syscall package has the right definitions. Fixes #679. R=r CC=golang-dev https://golang.org/cl/2204048
-
Russ Cox authored
Reported by jan.newmarch. Fixes #1130. R=r CC=golang-dev https://golang.org/cl/2212043
-
Robert Griesemer authored
Fixes rewrite bug: 'f(x) -> f(0)' where functions "picked up" ... arguments. R=rsc CC=golang-dev https://golang.org/cl/2279041
-
Russ Cox authored
darwin/386 darwin/amd64 freebsd/386 freebsd/amd64 linux/386 linux/amd64 nacl/386 TBR=adg CC=golang-dev https://golang.org/cl/2198047
-
Russ Cox authored
THIS WILL BREAK THE BUILD. The z files have socketpair code in them that was written by hand; breaking the build with this is the first step in getting rid of that hand-written code. R=adg TBR=adg CC=golang-dev https://golang.org/cl/2197050
-
Russ Cox authored
TBR=adg CC=golang-dev https://golang.org/cl/2218044
-
Russ Cox authored
TBR=adg CC=golang-dev https://golang.org/cl/2208050
-
Russ Cox authored
TBR=adg CC=golang-dev https://golang.org/cl/2208049
-
Russ Cox authored
work on FreeBSD even without /usr/src/sys. work on systems where gcc -static is broken. TBR so I can test my semi-automated z builder. TBR=adg CC=golang-dev https://golang.org/cl/2215046
-
Russ Cox authored
TBR=gri CC=golang-dev https://golang.org/cl/2229047
-
Russ Cox authored
TBR=gri CC=golang-dev https://golang.org/cl/2221044
-
Russ Cox authored
Replace Marshal with MarshalToMemory (no one was using old Marshal anyway). Swap arguments to Unmarshal. Fixes #1133. R=agl1 CC=golang-dev https://golang.org/cl/2249045
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2218043
-
Dan Sinclair authored
Fixes #1112. R=rsc CC=golang-dev https://golang.org/cl/2255042
-
Russ Cox authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/2273042
-
Russ Cox authored
R=ken2, ken3 CC=golang-dev https://golang.org/cl/2208047
-
Russ Cox authored
Makes gdb display full paths in backtrace. Dropped during the most recent reorg. R=r CC=golang-dev https://golang.org/cl/2216047
-
Russ Cox authored
Bug and fix identified by Alexey Gokhberg. Fixes #1135. R=r, brainman CC=golang-dev https://golang.org/cl/2198046
-
Rob Pike authored
Fixes #1132. R=rsc CC=golang-dev https://golang.org/cl/2215045
-
Nigel Tao authored
R=rsc, r2 CC=golang-dev https://golang.org/cl/2248046
-
Peter Mundy authored
Fixes #1129. R=rsc, brainman CC=Joe Poirier, golang-dev https://golang.org/cl/2211045
-
Russ Cox authored
Everything is incomplete. Let's not make noise like this a habit. R=nigeltao_gnome CC=golang-dev https://golang.org/cl/2272041
-
Russ Cox authored
R=nigeltao_gnome, nigeltao CC=golang-dev https://golang.org/cl/2253042
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/2198044
-
Nigel Tao authored
R=rsc CC=golang-dev https://golang.org/cl/2265042
-
- 23 Sep, 2010 12 commits
-
-
Robert Griesemer authored
gofmt: preserve syntactically relevant blanks between ints and tokens that start with a '.' (2nd attempt) R=rsc CC=golang-dev https://golang.org/cl/2270042
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2246046
-
Russ Cox authored
Fixes: make clean; make test R=gri CC=golang-dev https://golang.org/cl/2234044
-
Roger Peppe authored
R=r CC=golang-dev, rsc https://golang.org/cl/2271041
-
Roger Peppe authored
enable traversing rune-by-rune backwards in strings R=r, rsc CC=golang-dev https://golang.org/cl/2192050
-
Rob Pike authored
- delete unnecessary newlines - make sure formatted prints call the formatting routines R=adg CC=golang-dev https://golang.org/cl/2225046
-
Alex Brainman authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/2215044
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2244044
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2208046
-
Nigel Tao authored
R=adg CC=golang-dev https://golang.org/cl/2204047
-
Roger Peppe authored
R=nigeltao, nigeltao_golang, rsc CC=golang-dev, r https://golang.org/cl/2192048
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2197047
-
- 22 Sep, 2010 2 commits
-
-
Russ Cox authored
R=adg TBR=adg CC=golang-dev https://golang.org/cl/2226046
-
Ian Lance Taylor authored
R=rsc, r2 CC=golang-dev https://golang.org/cl/2267042
-