aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/crypto/cipher/ctr.go
AgeCommit message (Collapse)AuthorFilesLines
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-0/+8
Reviewed-on: https://go-review.googlesource.com/136435 gotools/: * Makefile.am (mostlyclean-local): Run chmod on check-go-dir to make sure it is writable. (check-go-tools): Likewise. (check-vet): Copy internal/objabi to check-vet-dir. * Makefile.in: Rebuild. From-SVN: r264546
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor1-0/+10
Reviewed-on: https://go-review.googlesource.com/25150 From-SVN: r238662
2016-02-03libgo: Update to go1.6rc1.Ian Lance Taylor1-4/+1
Reviewed-on: https://go-review.googlesource.com/19200 From-SVN: r233110
2014-06-04libgo: Merge from revision 18783:00cce3a34d7e of master library.Ian Lance Taylor1-17/+38
This revision was committed January 7, 2014. The next revision deleted runtime/mfinal.c. That will be done in a subsequent merge. This merge changes type descriptors to add a zero field, pointing to a zero value for that type. This is implemented as a common variable. * go-gcc.cc (Gcc_backend::implicit_variable): Add is_common and alignment parameters. Permit init parameter to be NULL. From-SVN: r211249
2012-11-21libgo: Update to current version of master library.Ian Lance Taylor1-1/+1
From-SVN: r193688
2011-03-30Update to current Go library.Ian Lance Taylor1-0/+4
From-SVN: r171732
2011-01-21Remove the types float and complex.Ian Lance Taylor1-0/+51
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