aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-map-delete.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-12runtime: Delete from a nil map is now a no-op.Ian Lance Taylor1-1/+1
2012-01-17libgo: Solaris and Irix compatibility patches.Ian Lance Taylor1-1/+1
2011-11-30runtime: Copy runtime_panicstring from master library.Ian Lance Taylor1-2/+2
2011-10-25Implement predeclared delete function.Ian Lance Taylor1-1/+1
2011-09-21Support nil maps.Ian Lance Taylor1-0/+4
2011-06-11Use backend interface for map descriptors.Ian Lance Taylor1-1/+1
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor1-0/+52