- 11 Nov, 2009 7 commits
-
-
Russ Cox authored
R=r https://golang.org/cl/153051
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/153049
-
Russ Cox authored
R=agl, agl1 CC=golang-dev https://golang.org/cl/153050
-
Russ Cox authored
R=agl, agl1 CC=golang-dev https://golang.org/cl/153048
-
Russ Cox authored
some dns resolvers (opendns, for example) are willing to make up results for any name. R=agl, agl1 CC=golang-dev https://golang.org/cl/152049
-
Russ Cox authored
if suffixes don't work, check for name directly. also fixes short names like bit.ly when ndots>1. tested by tossing domain and search lines from /etc/resolv.conf Fixes #2. R=agl, agl1 CC=golang-dev https://golang.org/cl/152048
-
Russ Cox authored
R=r http://codereview.prom.corp.google.com/1024050
-
- 10 Nov, 2009 26 commits
-
-
Robert Griesemer authored
R=rsc https://golang.org/cl/152046
-
Russ Cox authored
R=r http://codereview.prom.corp.google.com/1026040
-
Ken Thompson authored
R=rsc http://go/go-review/1025037
-
Russ Cox authored
R=r http://go/go-review/1024049
-
Russ Cox authored
-
Russ Cox authored
-
Russ Cox authored
R=r http://go/go-review/1024048
-
Robert Griesemer authored
R=rsc CC=r http://go/go-review/1026038
-
Russ Cox authored
R=r http://go/go-review/1024047
-
Russ Cox authored
and doc/contribute.html. add #go-nuts to help section on nav bar. R=r http://go/go-review/1025035
-
Russ Cox authored
R=r http://go/go-review/1025036
-
Russ Cox authored
R=r http://go/go-review/1024046
-
Ian Lance Taylor authored
The text changes are trivial and may be ignored, but there are two code corrections. R=r, rsc CC=go-dev http://go/go-review/1024045
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1025034
-
Robert Griesemer authored
- matches style of source file directory listing R=rsc http://go/go-review/1024044
-
Russ Cox authored
R=r http://go/go-review/1024043
-
Russ Cox authored
too hard to make it the same everywhere. still checking for non-zero exit status though. disable core files while running tests R=r http://go/go-review/1026037
-
Robert Griesemer authored
- better debugging support - gofmt -l src misc | wc -l is 0 R=rsc http://go/go-review/1024042
-
Robert Griesemer authored
rsc's algorithm - applied gofmt -w misc src - partial CL (last chunk) R=rsc, r http://go/go-review/1024041
-
Robert Griesemer authored
rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs) R=rsc, r http://go/go-review/1026036
-
Robert Griesemer authored
rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs) R=rsc, r http://go/go-review/1024040
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1026035
-
Russ Cox authored
didn't match the composite literal initialization. R=r CC=kaib http://go/go-review/1024039
-
Russ Cox authored
R=r http://go/go-review/1025033
-
Robert Griesemer authored
- consistently remove all underbars from links - this removes need for noline style - removed unused info style R=r, rsc http://go/go-review/1025032
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1024037
-
- 09 Nov, 2009 7 commits
-
-
Russ Cox authored
update comment. R=ken http://go/go-review/1025031
-
Robert Griesemer authored
R=rsc http://go/go-review/1024036
-
Robert Griesemer authored
fix typo that prevented function bodies from being indexed (ouch!) R=rsc http://go/go-review/1024035
-
Robert Griesemer authored
(issue found by ken) R=go-dev, rsc http://go/go-review/1025030
-
Robert Griesemer authored
R=rsc, r http://go/go-review/1025029
-
Russ Cox authored
so that first sentence is better for cmd page. live at http://r45:3456/cmd/ R=gri, r http://go/go-review/1024034
-
Robert Griesemer authored
(and to match the style of declContext) R=rsc http://go/go-review/1024033
-