index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
os
/
os_test.go
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
1
-4
/
+88
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-2
/
+32
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-37
/
+61
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
1
-5
/
+7
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-140
/
+280
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
1
-1
/
+1
2010-05-19
os: add Chtimes function
Brad Fitzpatrick
1
-0
/
+42
2010-04-28
Remove destination of symlink test in case it got left behind
Ian Lance Taylor
1
-0
/
+1
2010-04-22
FileInfo: regularize the types of some fields.
Rob Pike
1
-8
/
+8
2010-04-08
fix bug in os_test.go checkMode
Alex Brainman
1
-1
/
+1
2010-02-25
strings: delete Runes, Bytes
Russ Cox
1
-3
/
+3
2010-01-26
os: in test, allow Hostname to return FQDN even if /bin/hostname does not
Icarus Sparry
1
-1
/
+6
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
1
-183
/
+183
2009-12-04
Add os.Rename.
Ian Lance Taylor
1
-0
/
+21
2009-12-02
move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.
Rob Pike
1
-1
/
+2
2009-11-12
os.TestSeek: use a smaller but still 64-bit seek offset.
Russ Cox
1
-3
/
+8
2009-11-11
os test: do not use symlink > 255 bytes.
Russ Cox
1
-1
/
+2
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
1
-5
/
+5
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
1
-90
/
+90
2009-11-08
assorted cleanup
Russ Cox
1
-1
/
+1
2009-11-01
reverse the arguments to io.Copy so the destination is on the
Rob Pike
1
-2
/
+2
2009-11-01
os cleanup.
Russ Cox
1
-10
/
+10
2009-10-06
apply gofmt to malloc math once os
Russ Cox
1
-44
/
+44
2009-09-17
use buf.String() instead of string(buf.Bytes())
Rob Pike
1
-2
/
+2
2009-09-16
rename bytes.Buffer.Data() to bytes.Buffer.Bytes()
Rob Pike
1
-2
/
+2
2009-09-15
more "declared and not used".
Russ Cox
1
-7
/
+7
2009-08-27
os.File.ReadAt/WriteAt
Russ Cox
1
-0
/
+40
2009-08-12
convert low-level (used by testing) packages to
Russ Cox
1
-2
/
+2
2009-07-15
/usr/local/bin might not exist so use /usr/bin in the chdir test.
Rob Pike
1
-1
/
+1
2009-06-29
io.StringBytes -> strings.Bytes
Russ Cox
1
-5
/
+6
2009-06-29
add os.Hostname
Russ Cox
1
-0
/
+40
2009-06-25
Change os.Error convention:
Russ Cox
1
-0
/
+38
2009-06-22
introduce os.EOF and io.ErrUnexpectedEOF.
Russ Cox
1
-5
/
+5
2009-06-16
386 system call fixes:
Russ Cox
1
-6
/
+8
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-0
/
+549