summaryrefslogtreecommitdiff
path: root/src/pkg/os/stat_linux_amd64.go
AgeCommit message (Collapse)AuthorFilesLines
2009-11-01os cleanup.Russ Cox1-40/+0
dir_* and stat_* are just os specific, not os+arch-specific. R=r http://go/go-review/1018010
2009-10-06apply gofmt to malloc math once osRuss Cox1-3/+3
R=gri DELTA=566 (4 added, 14 deleted, 548 changed) OCL=35410 CL=35419
2009-08-12convert low-level (used by testing) packages toRuss Cox1-2/+1
whole-package compilation. new Makefiles, tests now in separate package bytes flag fmt io math once os reflect strconv sync time utf8 delete import "xxx" in package xxx. inside package xxx, xxx is not declared anymore so s/xxx.//g delete file and package level forward declarations. note the new internal_test.go and sync and strconv to provide public access to internals during testing. the installed version of the package omits that file and thus does not open the internals to all clients. R=r OCL=33065 CL=33097
2009-06-09mv src/lib to src/pkgRob Pike1-0/+41
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102