aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/os/stat_linux.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2013-01-31os: provide access to file LastAccessTime and CreationTime on windowsAlex Brainman
2012-02-03os: turn FileStat.Sys into a method on FileInfoGustavo Niemeyer
2012-01-19os: add ModeStickyEvan Shaw
2012-01-09os: add ModeCharDeviceRuss Cox
2011-11-30os: new FileInfo, FileMode types + update treeRuss Cox
2011-11-30use new time APIRuss Cox
2011-03-29os: fix FileInfo.Name returned by StatDavid Forsythe
2010-04-22FileInfo: regularize the types of some fields.Rob Pike
2010-04-09rename os.Dir to os.FileInfoRob Pike
2009-12-151) Change default gofmt default settings forRobert Griesemer
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-01os cleanup.Russ Cox