Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-02 | for consistency with syscall, rename files | Russ Cox | 1 | -41/+0 | |
from GOARCH_GOOS -> GOOS_GOARCH. update os_test and add test of Time. R=r DELTA=490 (247 added, 233 deleted, 10 changed) OCL=29730 CL=29805 | |||||
2009-06-01 | update Go tree to use new syscall package. | Russ Cox | 1 | -5/+5 | |
R=r DELTA=713 (109 added, 386 deleted, 218 changed) OCL=29707 CL=29722 | |||||
2009-05-15 | make Stat indicate whether it followed a symlink. | Russ Cox | 1 | -1/+8 | |
R=r DELTA=61 (34 added, 0 deleted, 27 changed) OCL=28904 CL=28906 | |||||
2009-02-06 | portable stat for os | Rob Pike | 1 | -0/+34 | |
add name to os.FD clean up some interfaces R=rsc DELTA=318 (231 added, 44 deleted, 43 changed) OCL=24624 CL=24627 |