1
0
mirror of https://github.com/golang/go synced 2024-11-20 10:54:49 -07:00
go/src/pkg/os
Austin Clements 3776f31144 Make os.RemoveAll return no error if path does not exist.
This fixes a problem introduced by CL 32684 into gobuild,
which used to use 'rm -rf' to remove the _obj directory.

R=rsc
APPROVED=rsc
DELTA=8  (4 added, 0 deleted, 4 changed)
OCL=32794
CL=32796
2009-08-05 14:18:54 -07:00
..
dir_darwin_386.go make use of forward method declaration 2009-06-29 15:13:56 -07:00
dir_darwin_amd64.go make use of forward method declaration 2009-06-29 15:13:56 -07:00
dir_linux_386.go make use of forward method declaration 2009-06-29 15:13:56 -07:00
dir_linux_amd64.go make use of forward method declaration 2009-06-29 15:13:56 -07:00
env.go Getenv: almost no one wants the error, so make it return a string that may be empty. 2009-06-26 20:28:41 -07:00
error.go Change os.Error convention: 2009-06-25 20:24:55 -07:00
exec.go Pretty printer for os.Waitmsg 2009-07-15 09:58:42 -07:00
file.go make use of forward method declaration 2009-06-29 15:13:56 -07:00
getwd.go Getenv: almost no one wants the error, so make it return a string that may be empty. 2009-06-26 20:28:41 -07:00
Makefile add os.Hostname 2009-06-29 13:44:46 -07:00
os_test.go /usr/local/bin might not exist so use /usr/bin in the chdir test. 2009-07-15 21:28:08 -07:00
path_test.go clean up some BUG/TODO in go code 2009-07-01 07:32:04 -07:00
path.go Make os.RemoveAll return no error if path does not exist. 2009-08-05 14:18:54 -07:00
proc.go Change os.Error convention: 2009-06-25 20:24:55 -07:00
stat_darwin_386.go mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
stat_darwin_amd64.go mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
stat_linux_386.go mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
stat_linux_amd64.go mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
sys_darwin.go add os.Hostname 2009-06-29 13:44:46 -07:00
sys_linux.go add os.Hostname 2009-06-29 13:44:46 -07:00
time.go Change os.Error convention: 2009-06-25 20:24:55 -07:00
types.go mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00