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
/
file.go
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-19
Imported Upstream version 1.3
upstream/1.3
Michael Stapelberg
1
-0
/
+8
2013-12-03
Imported Upstream version 1.2
upstream/1.2
Michael Stapelberg
1
-0
/
+9
2013-03-04
Imported Upstream version 1.1~hg20130304
upstream/1.1_hg20130304
Michael Stapelberg
1
-2
/
+2
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
1
-89
/
+118
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
1
-0
/
+211
2011-09-13
Imported Upstream version 60
Ondřej Surý
1
-211
/
+0
2011-08-03
Imported Upstream version 59
upstream/59
Ondřej Surý
1
-27
/
+3
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-10
/
+12
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-241
/
+36
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-16
/
+29
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
1
-2
/
+2
2010-05-19
os: add Chtimes function
Brad Fitzpatrick
1
-0
/
+16
2010-04-26
os, syscall: more mingw
Alex Brainman
1
-20
/
+3
2010-04-13
os: mingw version of Readdir() and Stat() implemented
Alex Brainman
1
-70
/
+0
2010-04-09
rename os.Dir to os.FileInfo
Rob Pike
1
-24
/
+25
2010-04-02
syscall: implementing some mingw syscalls required by os package
Alex Brainman
1
-3
/
+3
2010-03-19
os: drop File finalizer after normal Close
Russ Cox
1
-0
/
+3
2010-02-08
runtime: allow arbitrary return type in SetFinalizer.
Russ Cox
1
-2
/
+5
2009-12-23
Fix comment for Chmod.
Peter Froehlich
1
-1
/
+1
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
1
-112
/
+112
2009-12-09
syscalls can return negative i/o counts. fix bugs in ReadAt and WriteAt not t...
Rob Pike
1
-2
/
+2
2009-12-04
Add os.Rename.
Ian Lance Taylor
1
-1
/
+10
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
1
-2
/
+2
2009-11-19
os.ReadAt doesn't return EOF at EOF.
Rob Pike
1
-0
/
+3
2009-11-10
spell it with an "e"
Ken Thompson
1
-0
/
+1
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
1
-3
/
+3
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
1
-45
/
+45
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
1
-9
/
+3
2009-11-01
syscall cleanup.
Russ Cox
1
-1
/
+1
2009-10-29
Change Stat to Lstat in Readdir so we don't recur when someone symlinks "."
Rob Pike
1
-1
/
+1
2009-10-06
apply gofmt to malloc math once os
Russ Cox
1
-47
/
+47
2009-08-27
os.File.ReadAt/WriteAt
Russ Cox
1
-3
/
+44
2009-08-12
convert low-level (used by testing) packages to
Russ Cox
1
-8
/
+0
2009-08-10
remove unnecessary pkg. references
Russ Cox
1
-2
/
+2
2009-06-29
make use of forward method declaration
Russ Cox
1
-7
/
+1
2009-06-25
Change os.Error convention:
Russ Cox
1
-35
/
+92
2009-06-22
introduce os.EOF and io.ErrUnexpectedEOF.
Russ Cox
1
-1
/
+16
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-0
/
+383