commit 1e86d46a7651d5895b1b9345497916ec40b1a5e7 [browse]
Author: Andrew Gerrand
Date: 2010-11-03 11:49:22 +11:00
release.2010-11-02
R=golang-dev, gri, r2, r
CC=golang-dev
https://golang.org/cl/2846041
commit 417e22b58484a93cc5cd8191af918cac52fd0d77 [browse]
Author: Robert Griesemer
Date: 2010-11-02 16:01:07 -07:00
sync: fix typo in documentation
R=rsc, adg
CC=golang-dev
https://golang.org/cl/2841041
commit 95b40f6ca16d0fefc0996060fd91acdd34aba317 [browse]
Author: Kai Backman
Date: 2010-11-02 14:04:56 -07:00
Fix a deadlock bug in the rpc client. The panic will trigger
regularly when client connections are flaky (probably another
issue).
(credits to jussi@tinkercad.com for finding the issue)
R=rsc, r
CC=golang-dev, jussi
https://golang.org/cl/2831042
commit 59315fbfb5cc24fc130ed683c8be10bc659d3808 [browse]
Author: Rob Pike
Date: 2010-11-02 10:58:27 -07:00
netchan: fix locking bug.
There's no need to hold the client mutex when calling encode, since encode itself
uses a mutex to make the writes atomic. However, we need to keep
the messages ordered, so add a mutex for that purpose alone.
Fixes #1244.
R=rsc
CC=golang-dev
https://golang.org/cl/2833041
commit 396228a6525b211e0c368f255724eeefef264062 [browse]
Author: Robert Griesemer
Date: 2010-11-02 10:38:07 -07:00
go/scanner: removed scanner/internal-only uses of token.Position
First step towards a more light-weight implementation of token.Position:
- only use token.Position for reporting token and error position
- use offsets only for scanner control
- no interface changes yet
R=rsc
CC=golang-dev
https://golang.org/cl/2825041
clone the repository to get more history