summaryrefslogtreecommitdiff
path: root/src/lib/time/time_test.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-85/+0
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-13/+13
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
2009-02-15assorted changes:Russ Cox1-15/+23
- 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-13convert composite literals from { } to ( ).Russ Cox1-13/+13
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
2009-01-26make time fields publicRuss Cox1-9/+9
R=r DELTA=49 (0 added, 0 deleted, 49 changed) OCL=23480 CL=23487
2009-01-20delete exportRuss Cox1-2/+2
TBR=r OCL=23121 CL=23127
2009-01-16casify timeRuss Cox1-15/+15
R=r DELTA=103 (1 added, 0 deleted, 102 changed) OCL=22914 CL=22937
2008-11-25add author linesRuss Cox1-2/+0
R=r DELTA=150 (147 added, 0 deleted, 3 changed) OCL=19968 CL=19977
2008-11-24convert tests.Russ Cox1-0/+79
refine gotest's test selection criteria. R=r DELTA=1590 (745 added, 844 deleted, 1 changed) OCL=19903 CL=19936