aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/http/testdata/file
AgeCommit message (Collapse)AuthorFilesLines
2011-12-07libgo: Update to weekly 2011-11-09.Ian Lance Taylor1-1/+0
From-SVN: r182073
2011-01-21Remove the types float and complex.Ian Lance Taylor1-0/+1
Update to current version of Go library. Update testsuite for removed types. * go-lang.c (go_langhook_init): Omit float_type_size when calling go_create_gogo. * go-c.h: Update declaration of go_create_gogo. From-SVN: r169098