summaryrefslogtreecommitdiff
path: root/src/lib/os/env.go
AgeCommit message (Collapse)AuthorFilesLines
2009-02-15assorted changes:Russ Cox1-10/+56
- use a lock instead of a thread in once avoids deadlock in recursive once calls - implement os.Setenv - remove "export" from some scripts - remove _ from names in time package - fix time test for non-MTV machines R=r DELTA=265 (87 added, 58 deleted, 120 changed) OCL=25057 CL=25057
2009-02-10drop the os_ prefix on the file names in os. os_test.go can stay.Rob Pike1-0/+27
R=rsc DELTA=793 (392 added, 392 deleted, 9 changed) OCL=24777 CL=24804