summaryrefslogtreecommitdiff
path: root/src/lib9/goos.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-08*l/*c: add -V flag to display version numberAndrew Gerrand1-0/+6
R=rsc CC=golang-dev http://codereview.appspot.com/204044
2010-01-18build: move GOOS, GOARCH, GOROOT lookup into central library.Russ Cox1-0/+35
bake default values in during build. R=r CC=golang-dev http://codereview.appspot.com/186173