aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-rec-small.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-16Block forever on send/receive to/from nil channel.Ian Lance Taylor1-1/+4
2011-05-20Update to current version of Go library.Ian Lance Taylor1-1/+3
2011-03-25Remove closed function. Fix tuple receive in select.Ian Lance Taylor1-1/+0
2011-03-24Update to current version of Go library.Ian Lance Taylor1-1/+2
2011-03-24Tuple receives indicate whether channel is closed.Ian Lance Taylor1-2/+18
2011-03-23Send on a closed channel panics.Ian Lance Taylor1-6/+0
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+289