summaryrefslogtreecommitdiff
path: root/src/pkg/os/file.go
AgeCommit message (Expand)AuthorFilesLines
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-27/+3
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-10/+12
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-241/+36
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-16/+29
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox1-2/+2
2010-05-19os: add Chtimes functionBrad Fitzpatrick1-0/+16
2010-04-26os, syscall: more mingwAlex Brainman1-20/+3
2010-04-13os: mingw version of Readdir() and Stat() implementedAlex Brainman1-70/+0
2010-04-09rename os.Dir to os.FileInfoRob Pike1-24/+25
2010-04-02syscall: implementing some mingw syscalls required by os packageAlex Brainman1-3/+3
2010-03-19os: drop File finalizer after normal CloseRuss Cox1-0/+3
2010-02-08runtime: allow arbitrary return type in SetFinalizer.Russ Cox1-2/+5
2009-12-23Fix comment for Chmod.Peter Froehlich1-1/+1
2009-12-151) Change default gofmt default settings forRobert Griesemer1-112/+112
2009-12-09syscalls can return negative i/o counts. fix bugs in ReadAt and WriteAt not t...Rob Pike1-2/+2
2009-12-04Add os.Rename.Ian Lance Taylor1-1/+10
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-2/+2
2009-11-19os.ReadAt doesn't return EOF at EOF.Rob Pike1-0/+3
2009-11-10spell it with an "e"Ken Thompson1-0/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-3/+3
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-45/+45
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-9/+3
2009-11-01syscall cleanup.Russ Cox1-1/+1
2009-10-29Change Stat to Lstat in Readdir so we don't recur when someone symlinks "."Rob Pike1-1/+1
2009-10-06apply gofmt to malloc math once osRuss Cox1-47/+47
2009-08-27os.File.ReadAt/WriteAtRuss Cox1-3/+44
2009-08-12convert low-level (used by testing) packages toRuss Cox1-8/+0
2009-08-10remove unnecessary pkg. referencesRuss Cox1-2/+2
2009-06-29make use of forward method declarationRuss Cox1-7/+1
2009-06-25Change os.Error convention:Russ Cox1-35/+92
2009-06-22introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox1-1/+16
2009-06-09mv src/lib to src/pkgRob Pike1-0/+383