summaryrefslogtreecommitdiff
path: root/src/pkg/os/os_test.go
AgeCommit message (Expand)AuthorFilesLines
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-4/+88
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-2/+32
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-37/+61
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-5/+7
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-140/+280
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox1-1/+1
2010-05-19os: add Chtimes functionBrad Fitzpatrick1-0/+42
2010-04-28Remove destination of symlink test in case it got left behindIan Lance Taylor1-0/+1
2010-04-22FileInfo: regularize the types of some fields.Rob Pike1-8/+8
2010-04-08fix bug in os_test.go checkModeAlex Brainman1-1/+1
2010-02-25strings: delete Runes, BytesRuss Cox1-3/+3
2010-01-26os: in test, allow Hostname to return FQDN even if /bin/hostname does notIcarus Sparry1-1/+6
2009-12-151) Change default gofmt default settings forRobert Griesemer1-183/+183
2009-12-04Add os.Rename.Ian Lance Taylor1-0/+21
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-1/+2
2009-11-12os.TestSeek: use a smaller but still 64-bit seek offset.Russ Cox1-3/+8
2009-11-11os test: do not use symlink > 255 bytes.Russ Cox1-1/+2
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-5/+5
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-90/+90
2009-11-08assorted cleanupRuss Cox1-1/+1
2009-11-01reverse the arguments to io.Copy so the destination is on theRob Pike1-2/+2
2009-11-01os cleanup.Russ Cox1-10/+10
2009-10-06apply gofmt to malloc math once osRuss Cox1-44/+44
2009-09-17use buf.String() instead of string(buf.Bytes())Rob Pike1-2/+2
2009-09-16rename bytes.Buffer.Data() to bytes.Buffer.Bytes()Rob Pike1-2/+2
2009-09-15more "declared and not used".Russ Cox1-7/+7
2009-08-27os.File.ReadAt/WriteAtRuss Cox1-0/+40
2009-08-12convert low-level (used by testing) packages toRuss Cox1-2/+2
2009-07-15/usr/local/bin might not exist so use /usr/bin in the chdir test.Rob Pike1-1/+1
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-5/+6
2009-06-29add os.HostnameRuss Cox1-0/+40
2009-06-25Change os.Error convention:Russ Cox1-0/+38
2009-06-22introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox1-5/+5
2009-06-16386 system call fixes:Russ Cox1-6/+8
2009-06-09mv src/lib to src/pkgRob Pike1-0/+549