1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:31:22 -06:00
go/src/pkg/os
2011-03-07 15:30:51 -08:00
..
inotify fix example in inotify 2011-02-11 08:30:34 -05:00
signal build: no required environment variables 2010-08-18 10:08:49 -04:00
dir_darwin.go use append 2010-10-27 19:47:23 -07:00
dir_freebsd.go use append 2010-10-27 19:47:23 -07:00
dir_linux.go use append 2010-10-27 19:47:23 -07:00
dir_windows.go rename GOOS=mingw to GOOS=windows 2010-04-29 23:45:14 -07:00
env_test.go os: add Expand function to evaluate environment variables. 2010-11-08 13:25:01 -08:00
env_unix.go os: implement env using native windows api. 2010-08-13 14:29:23 +10:00
env_windows.go syscall: change windows apis with bool return value to return errno instead 2011-02-11 10:15:51 +11:00
env.go os.Expand: don't call append for each non-variable char 2010-11-08 15:13:35 -08:00
error.go os: remove ENODATA (fixes freebsd build) 2011-02-16 14:10:52 -05:00
exec_unix.go os: implement new Process api 2011-02-04 14:41:26 +11:00
exec_windows.go syscall: change windows apis with bool return value to return errno instead 2011-02-11 10:15:51 +11:00
exec.go os: implement new Process api 2011-02-04 14:41:26 +11:00
file_unix.go fix various comments 2010-09-16 18:21:01 -07:00
file_windows.go syscall: change windows apis with bool return value to return errno instead 2011-02-11 10:15:51 +11:00
file.go os: add Sync to *File, wraps syscall.Fsync 2011-01-12 11:08:39 +11:00
getwd.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
Makefile os: implement new Process api 2011-02-04 14:41:26 +11:00
os_test.go os: adjust test: /bin is a symlink, not a directory, on Solaris. 2011-03-07 15:30:51 -08:00
path_test.go os: make MkdirAll work with symlinks 2010-12-10 10:43:45 +11:00
path.go os: make MkdirAll work with symlinks 2010-12-10 10:43:45 +11: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_windows.go os: correct Stat S_ISDIR on Windows 2010-10-21 10:29:45 +11: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_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