1
0
mirror of https://github.com/golang/go synced 2024-10-04 16:11:21 -06:00
go/src/pkg/os
2010-12-16 12:18:18 +11:00
..
inotify gofmt -s -w src 2010-12-11 13:49:45 -08: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 runtime: move windows goargs implementation from runtime and into os package 2010-12-16 12:18:18 +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 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 fix various comments 2010-09-16 18:21:01 -07:00
file_windows.go use append 2010-10-27 19:47:23 -07: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 remove nacl 2010-12-15 11:49:23 -05:00
os_test.go os: make MkdirAll work with symlinks 2010-12-10 10:43:45 +11: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