summaryrefslogtreecommitdiff
path: root/src/lib/os/file.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-01update Go tree to use new syscall package.Russ Cox1-61/+46
2009-05-18add Getwd, Fchdir, testsRuss Cox1-0/+7
2009-05-15os: MkdirAll, RemoveAll, Chmod, Chown, Truncate, Getgroups.Russ Cox1-6/+54
2009-05-15make Stat indicate whether it followed a symlink.Russ Cox1-21/+29
2009-05-13Add os.Link, os.Symlink, os.Readlink.Ian Lance Taylor1-0/+27
2009-05-08move things out of sys into os and runtimeRuss Cox1-1/+1
2009-04-29exit with error status EPIPE ifRuss Cox1-1/+10
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-16/+16
2009-04-14fix infinite loop in Readdirnames: bufp > nbuf can happenRuss Cox1-1/+1
2009-04-13fix error return in RemoveRuss Cox1-2/+2
2009-04-13lib miscRuss Cox1-0/+30
2009-04-07ChdirRuss Cox1-0/+6
2009-03-11Rename os.FD to os.File.Russ Cox1-56/+58
2009-03-07document osRob Pike1-18/+70
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-1/+1
2009-02-15add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.Russ Cox1-3/+23
2009-02-13convert composite literals from { } to ( ).Russ Cox1-1/+1
2009-02-10change DirInfo->dirInfo now that 6g export bug is fixedRob Pike1-2/+2
2009-02-10drop the os_ prefix on the file names in os. os_test.go can stay.Rob Pike1-0/+189