commit 863ba0427bb8ab344aaf9eb71d0f241d0d442c4f [browse]
Author: Andrew Gerrand
Date: 2010-09-07 16:09:20 +10:00
release.2010-09-06
R=r
CC=golang-dev
https://golang.org/cl/2141043
commit c849b23ce9f8c72dd14392ad7b4d2bf7a97622ee [browse]
Author: Nigel Tao
Date: 2010-09-06 19:22:49 +10:00
exp/draw: unify a draw.Context's keyboard, mouse, etc. channels into a
single event channel.
A quit event is now represented by closing that channel.
R=r, rsc, nigeltao
CC=golang-dev
https://golang.org/cl/2114042
commit 68cce4ab206586267fcfa9ac4ef3dc8396054e94 [browse]
Author: Anthony Martin
Date: 2010-09-06 08:04:53 +10:00
fmt.Scan: fix integer overflow on 32-bit machines
R=r, rsc
CC=golang-dev
https://golang.org/cl/2144043
commit d54b921c9baf19105d074896da98d6dbf3c9e219 [browse]
Author: Rob Pike
Date: 2010-09-04 23:41:54 +10:00
netchan: use acknowledgements on export send.
Also add exporter.Drain() to wait for completion.
This makes it possible for an Exporter to fire off a message
and wait (by calling Drain) for the message to be received,
even if a client has yet to call to retrieve it.
Once this design is settled, I'll do the same for import send.
Testing strategies welcome. I have some working stand-alone
tests.
R=rsc
CC=golang-dev
https://golang.org/cl/2137041
commit 6405ab0fae63b9b5e051c8d19ba2ee3666cb327e [browse]
Author: Rob Pike
Date: 2010-09-04 22:29:10 +10:00
fmt: delete erroneous sentence about return value for Sprint*.
R=rsc
CC=golang-dev
https://golang.org/cl/2160041
clone the repository to get more history