aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/sync/cond.go
AgeCommit message (Collapse)AuthorFilesLines
2018-09-24libgo: update to Go 1.11Ian Lance Taylor1-1/+2
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
2018-01-09libgo: update to Go1.10beta1Ian Lance Taylor1-1/+1
Update the Go library to the 1.10beta1 release. Requires a few changes to the compiler for modifications to the map runtime code, and to handle some nowritebarrier cases in the runtime. Reviewed-on: https://go-review.googlesource.com/86455 gotools/: * Makefile.am (go_cmd_vet_files): New variable. (go_cmd_buildid_files, go_cmd_test2json_files): New variables. (s-zdefaultcc): Change from constants to functions. (noinst_PROGRAMS): Add vet, buildid, and test2json. (cgo$(EXEEXT)): Link against $(LIBGOTOOL). (vet$(EXEEXT)): New target. (buildid$(EXEEXT)): New target. (test2json$(EXEEXT)): New target. (install-exec-local): Install all $(noinst_PROGRAMS). (uninstall-local): Uninstasll all $(noinst_PROGRAMS). (check-go-tool): Depend on $(noinst_PROGRAMS). Copy down objabi.go. (check-runtime): Depend on $(noinst_PROGRAMS). (check-cgo-test, check-carchive-test): Likewise. (check-vet): New target. (check): Depend on check-vet. Look at cmd_vet-testlog. (.PHONY): Add check-vet. * Makefile.in: Rebuild. From-SVN: r256365
2017-09-14libgo: update to go1.9Ian Lance Taylor1-1/+0
Reviewed-on: https://go-review.googlesource.com/63753 From-SVN: r252767
2016-07-22libgo: update to go1.7rc3Ian Lance Taylor1-42/+21
Reviewed-on: https://go-review.googlesource.com/25150 From-SVN: r238662
2016-02-03libgo: Update to go1.6rc1.Ian Lance Taylor1-10/+11
Reviewed-on: https://go-review.googlesource.com/19200 From-SVN: r233110
2013-11-06libgo: Update to October 24 version of master library.Ian Lance Taylor1-64/+49
From-SVN: r204466
2013-07-16libgo: Update to Go 1.1.1.Ian Lance Taylor1-0/+3
From-SVN: r200974
2012-10-23libgo: Update to current sources.Ian Lance Taylor1-0/+18
From-SVN: r192704
2012-03-02libgo: Update to weekly.2012-02-22 release.Ian Lance Taylor1-8/+7
From-SVN: r184819
2011-09-16Update Go library to r60.Ian Lance Taylor1-23/+46
From-SVN: r178910
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor1-0/+90
From-SVN: r171076