1
0
mirror of https://github.com/golang/go synced 2024-10-05 00:21:21 -06:00
go/src/pkg/os
Anthony Martin 9f8c2c8bbf os: rename SyscallError.Errno to SyscallError.Err
This lets us get rid of the OS-dependent implementations
of SyscallError.  The name "Err" was chosen to match the
PathError type.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5651084
2012-02-14 14:22:34 -05:00
..
exec os,syscall: fix windows build 2012-02-11 08:47:19 +11:00
signal runtime, syscall, os/signal: fix windows build 2012-02-14 13:51:38 +11:00
user build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
dir_plan9.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
dir_unix.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
dir_windows.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
doc.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
env_test.go syscall: make Environ return original order 2012-01-09 16:51:20 -08:00
env.go os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes 2012-02-10 14:16:15 +11:00
error_plan9.go os: rename SyscallError.Errno to SyscallError.Err 2012-02-14 14:22:34 -05:00
error_posix.go os: rename SyscallError.Errno to SyscallError.Err 2012-02-14 14:22:34 -05:00
error.go os: rename SyscallError.Errno to SyscallError.Err 2012-02-14 14:22:34 -05:00
exec_plan9.go os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes 2012-02-10 14:16:15 +11:00
exec_posix.go os/signal: selective signal handling 2012-02-13 13:52:37 -05:00
exec_unix.go os/signal: selective signal handling 2012-02-13 13:52:37 -05:00
exec_windows.go os/signal: selective signal handling 2012-02-13 13:52:37 -05:00
exec.go os/signal: selective signal handling 2012-02-13 13:52:37 -05:00
export_test.go os: fix windows build 2011-11-30 12:38:54 -05:00
file_plan9.go os: talk about errors and PathError in the package documentation 2012-02-09 16:55:36 +11:00
file_posix.go os: clarify docs for link functions 2012-02-13 01:21:39 -02:00
file_unix.go os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes 2012-02-10 14:16:15 +11:00
file_windows.go os,syscall: fix windows build 2012-02-11 08:47:19 +11:00
file.go os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes 2012-02-10 14:16:15 +11:00
getwd.go os: turn FileStat.Sys into a method on FileInfo 2012-02-03 00:16:18 -02:00
os_test.go os: remove Time; callers should use time.Time. 2012-02-10 11:44:51 +11:00
os_unix_test.go os: turn FileStat.Sys into a method on FileInfo 2012-02-03 00:16:18 -02:00
path_plan9.go os: fix os.MkdirAll with backslash path separator. 2011-05-29 13:03:49 +10:00
path_test.go src: make use of runtime.GOOS, GOARCH instead of syscall.OS, ARCH 2012-01-14 06:40:55 +09:00
path_unix.go os: Add NetBSD support for recent signal changes. 2011-12-18 02:29:18 +11:00
path_windows.go os: fixed PathListSeparator to ';' for windows. 2011-06-24 15:00:59 +10:00
path.go os: use FileMode instead of uint32 in various functions 2012-01-19 15:45:18 -08:00
proc.go os: fix comment per CL 5370091 2011-11-15 14:54:00 -05:00
stat_darwin.go os: turn FileStat.Sys into a method on FileInfo 2012-02-03 00:16:18 -02:00
stat_freebsd.go os: turn FileStat.Sys into a method on FileInfo 2012-02-03 00:16:18 -02:00
stat_linux.go os: turn FileStat.Sys into a method on FileInfo 2012-02-03 00:16:18 -02:00
stat_netbsd.go os: turn FileStat.Sys into a method on FileInfo 2012-02-03 00:16:18 -02:00
stat_openbsd.go os: turn FileStat.Sys into a method on FileInfo 2012-02-03 00:16:18 -02:00
stat_plan9.go os: talk about errors and PathError in the package documentation 2012-02-09 16:55:36 +11:00
stat_windows.go os: delete Exec, NewFile takes uintptr, rename ShellExpand, doc fixes 2012-02-10 14:16:15 +11:00
str.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
sys_bsd.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
sys_linux.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
sys_plan9.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
sys_windows.go pkg: add missing godoc comments to windows versions 2012-01-17 16:51:54 +11:00
types.go os: turn FileStat.Sys into a method on FileInfo 2012-02-03 00:16:18 -02:00