mirror of
https://github.com/golang/go.git
synced 2025-05-23 16:31:27 +00:00
doc/go1.4.txt: cmd/go changes, syscall
CC=golang-codereviews https://golang.org/cl/129130043
This commit is contained in:
parent
e9bbcea81d
commit
937f0d59fc
@ -7,6 +7,10 @@ Please keep the list sorted (as in sort.Strings of the lines).
|
|||||||
|
|
||||||
spec: permit for range x (CL 104680043)
|
spec: permit for range x (CL 104680043)
|
||||||
|
|
||||||
|
cmd/go: import comments (CL 124940043)
|
||||||
|
cmd/go: implement "internal" (CL 120600043)
|
||||||
|
|
||||||
|
asm: make textflag.h available outside of cmd/ld (CL 128050043)
|
||||||
crypto/tls: add support for ALPN (RFC 7301) (CL 108710046)
|
crypto/tls: add support for ALPN (RFC 7301) (CL 108710046)
|
||||||
crypto/tls: support programmatic selection of server certificates (CL 107400043)
|
crypto/tls: support programmatic selection of server certificates (CL 107400043)
|
||||||
encoding/gob: remove unsafe (CL 102680045)
|
encoding/gob: remove unsafe (CL 102680045)
|
||||||
@ -15,6 +19,7 @@ os: implement symlink support for windows (CL 86160044)
|
|||||||
runtime: implement monotonic clocks on windows (CL 108700045)
|
runtime: implement monotonic clocks on windows (CL 108700045)
|
||||||
runtime/race: freebsd is supported (CL 107270043)
|
runtime/race: freebsd is supported (CL 107270043)
|
||||||
syscall: Setuid, Setgid are disabled on linux platforms. On linux those syscalls operate on the calling thread, not the whole process. This does not match the semantics of other platforms, nor the expectations of the caller, so the operations have been disabled until issue 1435 is resolved (CL 106170043)
|
syscall: Setuid, Setgid are disabled on linux platforms. On linux those syscalls operate on the calling thread, not the whole process. This does not match the semantics of other platforms, nor the expectations of the caller, so the operations have been disabled until issue 1435 is resolved (CL 106170043)
|
||||||
|
syscal: now frozen (CL 129820043)
|
||||||
testing: add Coverage (CL 98150043)
|
testing: add Coverage (CL 98150043)
|
||||||
text/scanner: add IsIdentRune field of Scanner. (CL 108030044)
|
text/scanner: add IsIdentRune field of Scanner. (CL 108030044)
|
||||||
time: use the micro symbol (µ (U+00B5)) to print microsecond duration (CL 105030046)
|
time: use the micro symbol (µ (U+00B5)) to print microsecond duration (CL 105030046)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user