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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
24
-447
/
+1121
2010-06-30
io/ioutil.TempFile for Windows
Peter Mundy
3
-0
/
+53
2010-06-01
Correct the regexp for finding unix signal names.
Vinu Rajashekhar
1
-1
/
+1
2010-05-31
implement os.FileInfo.*time_ns for windows
Alex Brainman
1
-4
/
+3
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
4
-5
/
+5
2010-05-19
os: add Chtimes function
Brad Fitzpatrick
2
-0
/
+58
2010-04-29
rename GOOS=mingw to GOOS=windows
Alex Brainman
5
-3
/
+3
2010-04-28
Remove destination of symlink test in case it got left behind
Ian Lance Taylor
1
-0
/
+1
2010-04-26
os, syscall: more mingw
Alex Brainman
5
-27
/
+92
2010-04-26
os: create sys_bsd.go
Giles Lean
3
-18
/
+7
2010-04-26
os: Fix build for MinGW
Evan Shaw
1
-1
/
+1
2010-04-26
net: introduce net.Error interface
Russ Cox
1
-1
/
+11
2010-04-22
runtime: closures, defer bug fix for Native Client
Russ Cox
1
-8
/
+8
2010-04-22
os/stat_freebsd.go: maybe fix build for freebsd
Rob Pike
1
-1
/
+1
2010-04-22
FileInfo: regularize the types of some fields.
Rob Pike
6
-41
/
+41
2010-04-13
os, syscall: mingw bug fixes
Alex Brainman
2
-3
/
+2
2010-04-13
os: mingw version of Readdir() and Stat() implemented
Alex Brainman
6
-76
/
+259
2010-04-09
freebsd: fix build, maybe
Russ Cox
1
-17
/
+17
2010-04-09
rename os.Dir to os.FileInfo
Rob Pike
6
-94
/
+95
2010-04-08
fix bug in os_test.go checkMode
Alex Brainman
1
-1
/
+1
2010-04-02
syscall: implementing some mingw syscalls required by os package
Alex Brainman
4
-3
/
+34
2010-03-19
os: drop File finalizer after normal Close
Russ Cox
1
-0
/
+3
2010-02-25
strings: delete Runes, Bytes
Russ Cox
1
-3
/
+3
2010-02-08
runtime: allow arbitrary return type in SetFinalizer.
Russ Cox
1
-2
/
+5
2010-01-26
os: in test, allow Hostname to return FQDN even if /bin/hostname does not
Icarus Sparry
1
-1
/
+6
2010-01-11
Replicate signal names from syscall in os/signal.
David Symonds
3
-2
/
+32
2009-12-23
Use t.Errorf for formatted error output.
Ian Lance Taylor
1
-1
/
+1
2009-12-23
Fix comment for Chmod.
Peter Froehlich
1
-1
/
+1
2009-12-16
runtime: if os/signal is not in use, crash on
Russ Cox
1
-0
/
+1
2009-12-15
os/signal: new package
David Symonds
3
-0
/
+77
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
23
-692
/
+692
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
2
-1
/
+31
2009-12-02
move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.
Rob Pike
1
-1
/
+2
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
1
-2
/
+2
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
7
-8
/
+8
2009-11-19
os.ReadAt doesn't return EOF at EOF.
Rob Pike
1
-0
/
+3
2009-11-17
FreeBSD-specific porting work.
Devon H. O'Dell
3
-0
/
+128
2009-11-12
os.TestSeek: use a smaller but still 64-bit seek offset.
Russ Cox
1
-3
/
+8
2009-11-11
fix TestRemoveAll again (tested as root this time).
Russ Cox
1
-8
/
+7
2009-11-11
os test: do not use symlink > 255 bytes.
Russ Cox
1
-1
/
+2
2009-11-11
os: do not test error case of TestRemoveAll when root
Russ Cox
1
-25
/
+28
2009-11-10
spell it with an "e"
Ken Thompson
1
-0
/
+1
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
12
-32
/
+32
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
17
-231
/
+231
2009-11-08
assorted cleanup
Russ Cox
1
-1
/
+1
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
6
-75
/
+25
2009-11-04
gofmt-ify os
Robert Griesemer
1
-1
/
+1
2009-11-02
package net cleanup
Russ Cox
1
-0
/
+1
2009-11-01
reverse the arguments to io.Copy so the destination is on the
Rob Pike
1
-2
/
+2
[next]