From f49a5c6c578963d21c95b5d65805fb9f0edaae0f Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 16 Jul 2018 18:37:13 +0000 Subject: [PATCH] doc: move the go1.11 "all" section elsewhere, add os/signal.Ignored, GOMIPS64 Change-Id: Ice8f82a6288eeadfb8efd7628444166a447831da Reviewed-on: https://go-review.googlesource.com/124096 Reviewed-by: Brad Fitzpatrick --- doc/go1.11.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/doc/go1.11.html b/doc/go1.11.html index 5a8caf7ed5..7fec20b3e6 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -39,7 +39,7 @@ Do not send CLs removing the interior tags from such phrases.

Ports

-

+

As announced in the Go 1.10 release notes, Go 1.11 now requires OpenBSD 6.2 or later, macOS 10.10 Yosemite or later, or Windows 7 or later; Support for previous versions of these operating systems has been removed. @@ -55,6 +55,20 @@ Do not send CLs removing the interior tags from such phrases. has known issues.

+

+ The build modes c-shared and c-archive are now supported on + freebsd/amd64. +

+ +

+ On 64-bit MIPS systems, the new environment variable settings + GOMIPS64=hardfloat (the default) and + GOMIPS64=softfloat select whether to use + hardware instructions or software emulation for floating-point computations. + For 32-bit systems, the environment variable is still GOMIPS, + as added in Go 1.10. +

+

WebAssembly

Go 1.11 adds an experimental port to WebAssembly (js/wasm). @@ -161,7 +175,6 @@ Do not send CLs removing the interior tags from such phrases. - @@ -170,21 +183,7 @@ Do not send CLs removing the interior tags from such phrases. -

all
-
-

- TODO: https://golang.org/cl/93875: enable c-shared/c-archive support for freebsd/amd64 -

- -

- TODO: https://golang.org/cl/94255: drop support for Windows Vista or below (Windows XP) -

- -

- TODO: https://golang.org/cl/115038: remove support for macOS 10.9 and earlier -

-
crypto
@@ -426,7 +425,8 @@ Do not send CLs removing the interior tags from such phrases.
os/signal

- TODO: https://golang.org/cl/108376: add func Ignored(sig Signal) bool + The new Ignored function reports + whether a signal is currently ignored.

-- 2.50.0