- 27 Apr, 2010 25 commits
-
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/989042
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/943047
-
Russ Cox authored
R=r CC=golang-dev, rog https://golang.org/cl/811046
-
Robert Griesemer authored
(composite literals in control clauses only need parentheses if the literals start with a type name) R=rsc CC=golang-dev https://golang.org/cl/962045
-
Robert Griesemer authored
where index is a composite literal R=rsc CC=golang-dev https://golang.org/cl/961044
-
Robert Griesemer authored
within an if, for, or switch control clause R=rsc CC=golang-dev https://golang.org/cl/943046
-
Robert Griesemer authored
Fixes #748. R=rsc CC=golang-dev https://golang.org/cl/946043
-
Russ Cox authored
R=r, cw CC=golang-dev https://golang.org/cl/952041
-
Christopher Wedgwood authored
This fixes a crash seen when viewing a directory list. Fixes #747. R=gri CC=golang-dev, rsc https://golang.org/cl/1010042
-
Russ Cox authored
This matches the old JSON package behavior. All lowercase names are not as standard as I believed, and it seems less surprising to need to write type T struct { Field string "field" } to get lower case (behavior after this CL) than it does to need to write type T struct { Field string "Field" } to preserve the case (behavior before this CL). Also test and fix unmarshal into non-nil interface value or pointer. Fixes #744. R=r CC=golang-dev https://golang.org/cl/1013041
-
Russ Cox authored
Added goroutine; got simpler. Fixes deadlock when doing Read+Close or Write+Close on same end. R=r, cw CC=golang-dev https://golang.org/cl/994043
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/949043
-
Micah Stetson authored
Fixes #734. R=rsc, r CC=golang-dev https://golang.org/cl/975042
-
Alex Brainman authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/988042
-
Alex Brainman authored
R=rsc, rsc1 CC=golang-dev https://golang.org/cl/878046
-
Giles Lean authored
R=rsc CC=golang-dev https://golang.org/cl/897042
-
Evan Shaw authored
R=rsc CC=golang-dev https://golang.org/cl/1014041
-
Alex Brainman authored
R=rsc CC=golang-dev https://golang.org/cl/968043
-
Kyle Consalus authored
R=r, rsc CC=golang-dev https://golang.org/cl/978042
-
Charles L. Dorian authored
R=rsc CC=golang-dev https://golang.org/cl/937042
-
Russ Cox authored
R=ken2, r, ken3 CC=golang-dev https://golang.org/cl/1006041
-
Russ Cox authored
R=adg, gri CC=golang-dev, r https://golang.org/cl/1008042
-
Russ Cox authored
Depends on CL 957045, 980043, 1004043. Fixes #715. R=agl1, agl CC=golang-dev https://golang.org/cl/943043
-
Russ Cox authored
Adds two more methods, Timeout and Temporary. Implemented by os.Errno too. The intent is to make the checks for os.EAGAIN a little less clunky. It should also let us clean up a bug that Mike Solomon pointed out: if a network server gets an "out of file descriptors" error from Accept, the listener should not stop. It will be able to check this because that error would have Temporary() == true. Also clean up some underscore names. Fixes #442. R=r CC=golang-dev, msolo https://golang.org/cl/957045
-
Andrew Gerrand authored
R=rsc, r CC=golang-dev https://golang.org/cl/1010041
-
- 26 Apr, 2010 6 commits
-
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1004043
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/980043
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1009041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/982043
-
Russ Cox authored
More in line with other regexp packages and egrep; accommodates overzealous escapers. R=r CC=golang-dev https://golang.org/cl/1008041
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1007041
-
- 23 Apr, 2010 3 commits
-
-
Russ Cox authored
Enable package tests for Native Client build. R=r CC=golang-dev https://golang.org/cl/957042
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/970042
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/962043
-
- 22 Apr, 2010 5 commits
-
-
Evan Shaw authored
Changed most of the functions in nat.go to methods on nat. R=gri CC=golang-dev https://golang.org/cl/976041
-
Rob Pike authored
Uid, Gid become int. File size info becomes int64. Times become int64. R=rsc, cw CC=golang-dev https://golang.org/cl/968042
-
Evan Shaw authored
Everything was linking to "Run_time_panics", but the id was "Run_time_errors". R=golang-dev, r CC=golang-dev https://golang.org/cl/961042
-
Evan Shaw authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/917042
-
Evan Shaw authored
R=rsc, gri CC=golang-dev https://golang.org/cl/967041
-
- 21 Apr, 2010 1 commit
-
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/953041
-