1
0
mirror of https://github.com/golang/go synced 2024-10-04 13:21:22 -06:00
go/src/pkg/os
2010-09-07 16:29:07 -04:00
..
signal build: no required environment variables 2010-08-18 10:08:49 -04:00
dir_darwin.go implications of len spec change 2010-07-01 17:49:28 -07:00
dir_freebsd.go implications of len spec change 2010-07-01 17:49:28 -07:00
dir_linux.go implications of len spec change 2010-07-01 17:49:28 -07:00
dir_nacl.go implications of len spec change 2010-07-01 17:49:28 -07:00
dir_windows.go rename GOOS=mingw to GOOS=windows 2010-04-29 23:45:14 -07:00
env_unix.go os: implement env using native windows api. 2010-08-13 14:29:23 +10:00
env_windows.go os: preserve "=C:" like env variables in env block on windows and bug fix in Clearenv() 2010-08-17 11:38:26 +10:00
error.go net: introduce net.Error interface 2010-04-26 22:15:25 -07:00
exec.go os, exec: rename argv0 to name 2010-09-07 16:29:07 -04:00
file_unix.go os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
file_windows.go os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
file.go os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
getwd.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
os_test.go os: implement env using native windows api. 2010-08-13 14:29:23 +10:00
path_test.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
path.go os: change the type of permissions argument for Open etc. to uint32. 2010-08-04 08:34:52 +10:00
proc.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
stat_darwin.go FileInfo: regularize the types of some fields. 2010-04-22 14:01:33 -07:00
stat_freebsd.go os/stat_freebsd.go: maybe fix build for freebsd 2010-04-22 17:04:28 -07:00
stat_linux.go FileInfo: regularize the types of some fields. 2010-04-22 14:01:33 -07:00
stat_nacl.go runtime: closures, defer bug fix for Native Client 2010-04-22 17:52:22 -07:00
stat_windows.go implement os.FileInfo.*time_ns for windows 2010-05-31 13:43:40 +02:00
sys_bsd.go os: create sys_bsd.go 2010-04-26 23:01:31 -07:00
sys_linux.go changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
sys_nacl.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
sys_windows.go rename GOOS=mingw to GOOS=windows 2010-04-29 23:45:14 -07:00
time.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
types.go os: make return type of FileInfo.Permission() consistent with related functions 2010-08-24 10:38:52 +10:00