summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2014-08-07 10:25:50 +1000
committerAlex Brainman <alex.brainman@gmail.com>2014-08-07 10:25:50 +1000
commitcd2fc32481ee7a98bcfb2f25e2de9a8691e1cb3f (patch)
treeed134dfed7a212a8d02c27749f67d5a7d10c5a47 /doc
parent7883ebaef38ebbaf317004ae58ff8fde87f21179 (diff)
downloadgo-cd2fc32481ee7a98bcfb2f25e2de9a8691e1cb3f.tar.gz
doc/go1.4.txt: implement monotonic clocks on windows
LGTM=dave R=golang-codereviews, dave CC=golang-codereviews https://codereview.appspot.com/126760043
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index 87904ee7e..3ea1ca3c5 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -10,6 +10,7 @@ spec: permit for range x (CL 104680043)
encoding/gob: remove unsafe (CL 102680045)
misc: deleted editor support; refer to https://code.google.com/p/go-wiki/wiki/IDEsAndTextEditorPlugins instead (CL 105470043)
os: implement symlink support for windows (CL 86160044)
+runtime: implement monotonic clocks on windows (CL 108700045)
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)
testing: add Coverage (CL 98150043)