2020-06-17 11:37:25 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update go114 to 1.14.4.
go1.14.3 (released 2020/05/14) includes fixes to cgo, the compiler, the
runtime, and the go/doc and math/big packages. See the Go 1.14.3
milestone on our issue tracker for details.
go1.14.4 (released 2020/06/01) includes fixes to the go doc command, the
runtime, and the encoding/json and os packages. See the Go 1.14.4
milestone on our issue tracker for details.
|
2020-05-08 02:49:59 by Maya Rashish | Files touched by this commit (2) |
Log message:
go113, go114: when bootstrapped using a modules capable Go bootstrap,
put the cache in the work directory. Helps bulk building on netbsd/aarch64.
|
2020-05-01 18:02:04 by Tobias Nygren | Files touched by this commit (4) |
Log message:
go*: delete dup PLISTs. pkglint says "unix.a" is listed in main PLIST.
|
2020-05-01 17:58:00 by Tobias Nygren | Files touched by this commit (2) |
Log message:
go114: netbsd/arm64: provide declaration of crosscall1
|
2020-05-01 16:09:15 by Tobias Nygren | Files touched by this commit (5) |
Log message:
go*: move definition of GOROOT_BOOTSTRAP to go/bootstrap.mk.
NFC. But will later need to do something else when MACHINE_ARCH == aarch64.
Also drop dup include of bsd.prefs.mk. go/version.mk does this already.
|
2020-04-27 20:42:12 by Tobias Nygren | Files touched by this commit (2) |
Log message:
go114: fix stack alignment for runtime.pipe2 return value on NetBSD/aarch64
from maya@
|
2020-04-27 05:21:35 by Tobias Nygren | Files touched by this commit (2) |
Log message:
go114: work around aarch64 signal handler issue
|
2020-04-09 15:28:38 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update go114 to 1.14.2.
go1.14.2 (released 2020/04/08) includes fixes to cgo, the go command, the
runtime, os/exec, and testing packages. See the Go 1.14.2 milestone on our
issue tracker for details.
From what I know from work, 1.14.1 had a nasty runtime bug that is now
fixed.
|
2020-03-20 20:50:48 by Benny Siegert | Files touched by this commit (3) |
Log message:
Update go114 to 1.14.1.
This release include fixes to the go command, tools, the runtime,
the toolchain, and to the crypto/cypher package.
View the release notes for more information:
https://golang.org/doc/devel/release.html#go1.14.minor
|