]> Cypherpunks repositories - gostls13.git/commit
path/filepath: retrieve real file name in windows EvalSymlinks
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 7 Mar 2012 23:00:25 +0000 (10:00 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 7 Mar 2012 23:00:25 +0000 (10:00 +1100)
commit0029b0d20744392260997441c1158dcb1b23a734
treee32c676bc85803cad319dc6c550c42935cfc1188
parent90010f8f6351256113368130a4040da78e1fe401
path/filepath: retrieve real file name in windows EvalSymlinks

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5756049
src/pkg/go/build/deps_test.go
src/pkg/path/filepath/path.go
src/pkg/path/filepath/path_test.go
src/pkg/path/filepath/symlink.go [new file with mode: 0644]
src/pkg/path/filepath/symlink_windows.go [new file with mode: 0644]
src/pkg/syscall/syscall_windows.go
src/pkg/syscall/zsyscall_windows_386.go
src/pkg/syscall/zsyscall_windows_amd64.go