- 01 Oct, 2010 2 commits
-
-
Andrew Gerrand authored
This crops up in a lot of places. It's just a one-liner, but doesn't add any dependancies. Seems worth it. R=r, r2 CC=golang-dev https://golang.org/cl/2344041
-
Ken Thompson authored
lv += f() fixes asn1 and maybe more R=rsc CC=golang-dev https://golang.org/cl/2341042
-
- 30 Sep, 2010 16 commits
-
-
Russ Cox authored
confused by using isddd for both ONAME and OCALL Fixes #1136. R=ken2 CC=golang-dev https://golang.org/cl/2314043
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2338041
-
Russ Cox authored
Implies no embedding of pointer to interface value either. R=gri, iant, ken2, r, r2 CC=golang-dev https://golang.org/cl/2289041
-
Russ Cox authored
R=r, r2 CC=golang-dev https://golang.org/cl/2329042
-
Russ Cox authored
TBR=r CC=golang-dev https://golang.org/cl/2333043
-
Russ Cox authored
Fixes racy regex-dna-parallel crashes. R=r, r2 CC=golang-dev https://golang.org/cl/2308042
-
Andrew Gerrand authored
R=nigeltao, nigeltao_gnome CC=golang-dev https://golang.org/cl/2330041
-
Andrew Gerrand authored
R=golang-dev, nigeltao_gnome CC=golang-dev https://golang.org/cl/2329041
-
Andrew Gerrand authored
R=r, r2 CC=golang-dev https://golang.org/cl/2315042
-
Stephen Ma authored
R=adg, rsc CC=golang-dev https://golang.org/cl/2303041
-
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 8 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
-