Fix r180999.
[gcc.git] / libgo / runtime / go-new-channel.c
2011-09-21 Ian Lance TaylorFix channels with element type of size zero.
2011-06-14 Ian Lance TaylorChange builtin make to runtime call at lowering time.
2011-05-20 Ian Lance TaylorUpdate to current version of Go library.
2011-04-13 Ian Lance TaylorUnify handling of runtime support functions.
2011-03-25 Ian Lance TaylorRemove closed function. Fix tuple receive in select.
2011-03-23 Ian Lance TaylorSend on a closed channel panics.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.