summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-09-17 08:39:18 -0700
committerRob Pike <r@golang.org>2014-09-17 08:39:18 -0700
commitbc8a2104707fdf91fe8e6d69a366c979941149e8 (patch)
tree8a545a017fccf0efcc43b13734e20500319b5d5b /doc
parent08020794ebb1322ed64305c0de0e73dd953875fa (diff)
downloadgo-bc8a2104707fdf91fe8e6d69a366c979941149e8.tar.gz
doc/go1.4.txt: reduced stack size
CC=golang-codereviews https://codereview.appspot.com/144050043
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 f441a8023..a3a459813 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -25,6 +25,7 @@ net/http/httputil: add ReverseProxy.ErrorLog (CL 132750043)
os: implement symlink support for windows (CL 86160044)
reflect: add type.Comparable (CL 144020043)
runtime: implement monotonic clocks on windows (CL 108700045)
+runtime: stack size 2K (4K on plan 9 and windows) (CL 145790043)
runtime/race: freebsd is supported (CL 107270043)
sync/atomic: add Value (CL 136710045)
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)