An error occurred fetching the project authors.
- 02 Nov, 2011 1 commit
-
-
Russ Cox authored
R=golang-dev, iant, r, r CC=golang-dev https://golang.org/cl/5307066
-
- 29 Aug, 2011 1 commit
-
-
Jaroslavas Počepko authored
R=rsc CC=alex.brainman, golang-dev, vcc.163 https://golang.org/cl/4965050
-
- 09 Jul, 2011 1 commit
-
-
Mikio Hara authored
R=r, gri, r CC=golang-dev https://golang.org/cl/4662085
-
- 01 Jul, 2011 1 commit
-
-
Wei Guangjing authored
Fixes #1487. R=rsc, alex.brainman, go.peter.90, mikioh.mikioh, mattn.jp CC=golang-dev https://golang.org/cl/4600042
-
- 18 Apr, 2011 1 commit
-
-
Rob Pike authored
R=golang-dev, iant CC=golang-dev https://golang.org/cl/4446053
-
- 18 Jan, 2011 1 commit
-
-
Rob Pike authored
R=brainman CC=golang-dev https://golang.org/cl/4042042
-
- 03 Aug, 2010 1 commit
-
-
Rob Pike authored
Besides being more correct, it protects against people accidentally exchanging the permission and open mode arguments to Open. R=rsc CC=golang-dev https://golang.org/cl/1904045
-
- 15 Dec, 2009 1 commit
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/179063
-
- 02 Nov, 2009 1 commit
-
-
Rob Pike authored
also add a section about compiling programs because some found it surprising not to have one R=rsc CC=go-dev http://go/go-review/1018011
-
- 13 Oct, 2009 1 commit
-
-
Rob Pike authored
*** Reason for rollback *** roll back the changes to the tutorial programs (only) since they break the automated processing used to create the tutorial. *** Original change description *** apply gofmt to the LGTM-marked files from 34501 that have not changed since I applied gofmt. R=rsc DELTA=139 (0 added, 44 deleted, 95 changed) OCL=35670 CL=35670
-
- 06 Oct, 2009 1 commit
-
-
Russ Cox authored
that have not changed since I applied gofmt. R=gri DELTA=456 (77 added, 3 deleted, 376 changed) OCL=35378 CL=35383
-
- 26 Jun, 2009 1 commit
-
-
Russ Cox authored
echo back context of call in error if likely to be useful. For example, if os.Open("/etc/passwd", os.O_RDONLY) fails with syscall.EPERM, it returns as the os.Error &PathError{ Op: "open", Path: "/etc/passwd" Error: os.EPERM } which formats as open /etc/passwd: permission denied Not converted: datafmt go/... google/... regexp tabwriter template R=r DELTA=1153 (561 added, 156 deleted, 436 changed) OCL=30738 CL=30781
-
- 02 Jun, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=713 (109 added, 386 deleted, 218 changed) OCL=29707 CL=29722
-
- 17 Apr, 2009 1 commit
-
-
Rob Pike authored
lib/template updated to use new setup; its clients also updated. Step 2 will make os's error support internally much cleaner. R=rsc OCL=27586 CL=27586
-
- 17 Mar, 2009 1 commit
-
-
Rob Pike authored
also make the default input for makehtml be go_tutorial.txt. R=rsc DELTA=176 (58 added, 58 deleted, 60 changed) OCL=26374 CL=26374
-