- 29 Sep, 2010 6 commits
-
-
Russ Cox authored
R=nigeltao CC=golang-dev https://golang.org/cl/2290041
-
Russ Cox authored
TBR=r CC=golang-dev https://golang.org/cl/2296041
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/2295041
-
Russ Cox authored
On systems where the mmap succeeds (e.g., sysctl -w vm.mmap_min_addr=0) it changes the signal code delivered for a nil fault from ``page not mapped'' to ``invalid permissions for page.'' TBR=r CC=golang-dev https://golang.org/cl/2294041
-
Russ Cox authored
R=r, iant, robert.swiecki, rsc1 CC=golang-dev https://golang.org/cl/1904044
-
Russ Cox authored
Fixes #1134. R=r, r2 CC=golang-dev https://golang.org/cl/2264043
-
- 28 Sep, 2010 10 commits
-
-
Robert Griesemer authored
R=iant, r, rsc, rog CC=golang-dev https://golang.org/cl/2226047
-
Russ Cox authored
Was also recording for .dynstrtab which made the table run out of space and would have caused confusion if the ELF code tried to refer to any of the strings. R=r CC=golang-dev https://golang.org/cl/2288041
-
Russ Cox authored
Fixes #977. Fixes #451. R=r, r2 CC=golang-dev https://golang.org/cl/2246049
-
Russ Cox authored
Fixes #451. Fixes #770. R=ken2 CC=golang-dev https://golang.org/cl/2207045
-
Russ Cox authored
Silence warnings about not checking return values from read and write system calls. R=r, r2 CC=golang-dev https://golang.org/cl/2258045
-
Russ Cox authored
R=ken2, gri CC=golang-dev https://golang.org/cl/2208053
-
Charles L. Dorian authored
Fixes #1141. R=rsc CC=adg, golang-dev https://golang.org/cl/2194047
-
Robert Griesemer authored
R=rsc, r, iant CC=golang-dev https://golang.org/cl/2266043
-
Brad Fitzpatrick authored
R=rsc, bradfitz1 CC=golang-dev https://golang.org/cl/2261042
-
Russ Cox authored
Fixes #1076. R=adg CC=golang-dev https://golang.org/cl/2248045
-
- 27 Sep, 2010 12 commits
-
-
Robert Griesemer authored
There are a variety of token pairs that if printed without separating blank may combine into a different token sequence. Most of these (except for INT + .) don't happen at the moment due to the spacing introduced between expression operands. However, this will prevent errors should the expression spacing change. R=rsc CC=golang-dev https://golang.org/cl/2207044
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2216054
-
Rob Pike authored
when creating an array of Strings. R=rsc CC=golang-dev https://golang.org/cl/2267046
-
Russ Cox authored
Fixes #906. R=ken2 CC=golang-dev https://golang.org/cl/2279042
-
Russ Cox authored
Fixes #1142. R=ken2 CC=golang-dev https://golang.org/cl/2218046
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/2254047
-
Russ Cox authored
Fixes #1139. R=ken2 CC=golang-dev https://golang.org/cl/2194046
-
Balazs Lecz authored
R=rsc CC=golang-dev https://golang.org/cl/2241045
-
Russ Cox authored
R=r, r2 CC=golang-dev https://golang.org/cl/2216053
-
Wei Guangjing authored
R=rsc CC=golang-dev, vcc https://golang.org/cl/2216051
-
Alex Brainman authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/2213048
-
Andrew Gerrand authored
Fixes #1140. R=golang-dev CC=golang-dev https://golang.org/cl/2240043
-
- 25 Sep, 2010 2 commits
-
-
Alex Brainman authored
R=golang-dev CC=golang-dev https://golang.org/cl/2204050
-
Ian Lance Taylor authored
R=gri CC=golang-dev https://golang.org/cl/2220048
-
- 24 Sep, 2010 10 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/2225048
-
Russ Cox authored
was x.go:2: syntax error: unexpected $undefined now x.go:2: syntax error: unexpected \ R=ken2 CC=golang-dev https://golang.org/cl/2267044
-
Robert Griesemer authored
Also: Fixed a bug in the BuiltinCall production. R=iant, r, rsc CC=golang-dev https://golang.org/cl/2278041
-
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
-