1
0
mirror of https://github.com/golang/go synced 2024-09-24 19:30:12 -06:00
The Go programming language
Go to file
Russ Cox ff3173849e assorted changes:
- 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-15 22:12:35 -08:00
doc convert composite literals from { } to ( ). 2009-02-13 14:48:32 -08:00
include libmach: 2009-02-03 15:00:09 -08:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src assorted changes: 2009-02-15 22:12:35 -08:00
test - vector package (identical to array except for names) 2009-02-13 15:07:56 -08:00
usr/gri - accept new composite literal syntax 2009-02-13 16:27:53 -08:00