summaryrefslogtreecommitdiff
path: root/libgo/runtime/go-send-nb-small.c
Commit message (Expand)AuthorAgeFilesLines
* compiler/runtime: Copy channel implementation from master library.Ian Lance Taylor2011-12-011-107/+0
* runtime: Copy runtime_panicstring from master library.Ian Lance Taylor2011-11-301-1/+1
* runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor2011-11-281-4/+2
* Block forever on send/receive to/from nil channel.Ian Lance Taylor2011-09-161-0/+3
* Update to current version of Go library.Ian Lance Taylor2011-05-201-1/+1
* Send on a closed channel panics.Ian Lance Taylor2011-03-231-15/+9
* Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor2010-12-031-0/+112