aboutsummaryrefslogtreecommitdiff
path: root/src/lib/time/tick.go
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-03-07document timeRob Pike
2009-02-16io.PipeRuss Cox
2009-01-20delete exportRuss Cox
2009-01-16casify syscall and sequelaeRob Pike
2009-01-16casify timeRuss Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-09replace assembly casts with unsafe.pointerRuss Cox
2008-12-08avoid skew in time.Tick; remove errors from time.Seconds, time.NanosecondsRuss Cox
2008-12-03add time.Tick()Russ Cox