1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:21:21 -06:00
go/src/pkg/os
Christopher Wedgwood 707e5acd71 updates: append(y,[]byte(z)...) -> append(y,z...)"
(more are possible but omitted for now as they are part of
specific tests where rather than changing what is there we
should probably expand the tests to cover the new case)

R=rsc, dvyukov
CC=golang-dev
https://golang.org/cl/5247058
2011-10-12 13:42:04 -07:00
..
inotify go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
signal os: add Process.Kill and Process.Signal 2011-06-06 19:53:30 +10:00
user build: add build comments to core packages 2011-09-15 16:48:57 -04:00
dir_plan9.go updates: append(y,[]byte(z)...) -> append(y,z...)" 2011-10-12 13:42:04 -07:00
dir_unix.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
dir_windows.go Make unix Readdir and windows Readdirnames return partially successful results on error. 2011-06-01 13:12:37 +10:00
env_plan9.go os: fix Getenv for Plan 9. Truncate the rightmost char if it is '\0'. 2011-06-08 09:44:03 -04:00
env_test.go os: add Expand function to evaluate environment variables. 2010-11-08 13:25:01 -08:00
env_unix.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
env_windows.go windows: define and use syscall.Handle 2011-07-01 10:18:07 -04:00
env.go updates: append(y,[]byte(z)...) -> append(y,z...)" 2011-10-12 13:42:04 -07:00
error_plan9.go build: build more packages/commands for Plan 9 2011-08-22 11:03:17 +10:00
error_posix.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
error.go os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
exec_plan9.go os: Plan 9: add Process.Signal as a way to send notes. 2011-07-13 16:29:37 -07:00
exec_posix.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
exec_unix.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
exec_windows.go os: don't permit Process.Signal after a successful Wait 2011-07-11 15:47:42 -07:00
exec.go os: Plan 9: add Process.Signal as a way to send notes. 2011-07-13 16:29:37 -07:00
file_plan9.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
file_posix.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
file_unix.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
file_windows.go os: os.RemoveAll has to check for 2 error codes on Windows. ENOENT is not enough. 2011-09-08 17:27:41 +10:00
file.go windows: define and use syscall.Handle 2011-07-01 10:18:07 -04:00
getwd.go os: New Open API. 2011-04-04 23:42:14 -07:00
Makefile os: add support for openbsd 2011-08-08 09:56:36 -04:00
mkunixsignals.sh os: Fix comment in generated signal_unix.go file. 2011-09-13 09:38:08 -07:00
os_test.go os: disable Hostname test on OpenBSD 2011-08-22 23:24:16 -04:00
path_plan9.go os: fix os.MkdirAll with backslash path separator. 2011-05-29 13:03:49 +10:00
path_test.go os: Plan 9, fix OpenFile & Chmod. Update tests. 2011-06-14 11:20:34 -04:00
path_unix.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
path_windows.go os: fixed PathListSeparator to ';' for windows. 2011-06-24 15:00:59 +10:00
path.go os: os.RemoveAll has to check for 2 error codes on Windows. ENOENT is not enough. 2011-09-08 17:27:41 +10:00
proc.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
stat_darwin.go os: fix FileInfo.Name returned by Stat 2011-03-29 14:23:36 -04:00
stat_freebsd.go os: fix FileInfo.Name returned by Stat 2011-03-29 14:23:36 -04:00
stat_linux.go os: fix FileInfo.Name returned by Stat 2011-03-29 14:23:36 -04:00
stat_openbsd.go os: add support for openbsd 2011-08-08 09:56:36 -04:00
stat_plan9.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
stat_windows.go os: use GetFileAttributesEx to implement Stat on windows 2011-09-06 09:59:08 +10:00
str.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
sys_bsd.go build: add build comments to core packages 2011-09-15 16:48:57 -04:00
sys_linux.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
sys_plan9.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
sys_windows.go rename GOOS=mingw to GOOS=windows 2010-04-29 23:45:14 -07:00
time.go go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
types.go os: fix documentation for FileInfo.Name. 2011-07-07 16:05:38 +10:00