]> Cypherpunks repositories - gostls13.git/commit
os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 10 Feb 2012 03:16:15 +0000 (14:16 +1100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 10 Feb 2012 03:16:15 +0000 (14:16 +1100)
commit4152b4345724dae4b058d48a23d29ac8f8bda453
treeeb05d435757bd5092716c51d8630c63f2d8c3725
parent6c0aa2f296142c7acbd3b99e0378fe39b76db48a
os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes

Delete O_NDELAY, O_NONBLOCK, O_NOCTTY, O_ASYNC.

Clean up some docs.

Rename ShellExpand -> ExpandEnv.

Make NewFile take a uintptr; change File.Fd to return one.
(for API compatibility between Unix and Windows)

Fixes #2947

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5655045
15 files changed:
doc/go1.html
doc/go1.tmpl
src/pkg/net/fd.go
src/pkg/net/file.go
src/pkg/net/newpollserver.go
src/pkg/net/sendfile_linux.go
src/pkg/os/env.go
src/pkg/os/error_posix.go
src/pkg/os/exec/exec_test.go
src/pkg/os/exec_plan9.go
src/pkg/os/exec_posix.go
src/pkg/os/file.go
src/pkg/os/file_unix.go
src/pkg/os/file_windows.go
src/pkg/os/stat_windows.go