summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-07-01 09:22:55 -0700
committerRob Pike <r@golang.org>2014-07-01 09:22:55 -0700
commitb2e8387be05adf89ebe40ba36da2df78bb2b937a (patch)
tree857b17ee67ef1783514927706a9ba1b3dbe459b7 /doc
parent134ae10bdb7da98d645b345f3a24546a84a30058 (diff)
downloadgo-b2e8387be05adf89ebe40ba36da2df78bb2b937a.tar.gz
doc/go1.4.txt: delete editor and shell support
CC=golang-codereviews https://codereview.appspot.com/101590043
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 f86485792..9066cd84f 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -6,6 +6,7 @@ package or cmd/xxx directory name, and ending in a CL number.
Please keep the list sorted (as in sort.Strings of the lines).
encoding/gob: remove unsafe (CL 102680045)
+misc: deleted editor support; refer to https://code.google.com/p/go-wiki/wiki/IDEsAndTextEditorPlugins instead (CL 105470043)
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)
text/scanner: add IsIdentRune field of Scanner. (CL 108030044)