diff --git a/doc/go1.4.html b/doc/go1.4.html index 1a18054b95..b375612d0c 100644 --- a/doc/go1.4.html +++ b/doc/go1.4.html @@ -120,9 +120,9 @@ compile but is easy to fix by adding an explicit dereference.

Go 1.4 can build binaries for ARM processors running the Android operating system. It can also build a .so library that can be loaded by an Android application -using the supporting packages in the mobile subrepository. +using the supporting packages in the mobile subrepository. A brief description of the plans for this experimental port are available -here. +here.

NaCl on ARM

@@ -193,7 +193,7 @@ A consequence is that stacks are no longer segmented, eliminating the "hot split When a stack limit is reached, a new, larger stack is allocated, all active frames for the goroutine are copied there, and any pointers into the stack are updated. Performance can be noticeably better in some cases and is always more predictable. -Details are available in the design document. +Details are available in the design document.

@@ -320,7 +320,7 @@ from 1.5 and onward it will be enforced for any repository.

Full details of the mechanism are in -the design document. +the design document.

Canonical import paths

@@ -382,7 +382,7 @@ The new -f flag overrides this check.

Further information is in -the design document. +the design document.

Import paths for the subrepositories

@@ -418,7 +418,7 @@ tool in the golang.org/x/tools subrepository.

For more information, see the -design document. +design document.

Change to file name handling

@@ -604,12 +604,12 @@ The syscall package is now frozen excep for changes needed to maintain the core repository. In particular, it will no longer be extended to support new or different system calls that are not used by the core. -The reasons are described at length in a +The reasons are described at length in a separate document.

-A new subrepository, golang.org/x/sys, +A new subrepository, golang.org/x/sys, has been created to serve as the location for new developments to support system calls on all kernels. It has a nicer structure, with three packages that each hold the implementation of