- 30 Sep, 2010 6 commits
-
-
Stephen Ma authored
R=adg, r2 CC=golang-dev https://golang.org/cl/2302041
-
David Symonds authored
R=r, r2 CC=golang-dev https://golang.org/cl/2323042
-
Russ Cox authored
R=adg TBR=adg CC=golang-dev https://golang.org/cl/2326041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/2125042
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2270041
-
Andrew Gerrand authored
R=r, r2 CC=golang-dev https://golang.org/cl/2301041
-
- 29 Sep, 2010 14 commits
-
-
Robert Griesemer authored
R=r, r2 CC=golang-dev https://golang.org/cl/2312041
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2313041
-
Rob Pike authored
R=rsc, stephenm CC=golang-dev https://golang.org/cl/2310041
-
Andrew Gerrand authored
An entirely mechanical change, with these exceptions: - removed 'stub questions' that reference the other FAQs - removed "Why doesn't Go run on Windows yet?" - out of date I will follow this CL with another that updates many of the answers to make them more current. R=r CC=golang-dev https://golang.org/cl/2300041
-
Stephen Ma authored
R=rsc CC=golang-dev https://golang.org/cl/1993043
-
Russ Cox authored
Fixes #946. R=r, r2 CC=golang-dev https://golang.org/cl/2137048
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2298041
-
Russ Cox authored
R=r, brainman CC=golang-dev https://golang.org/cl/2297041
-
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 10 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
-