summaryrefslogtreecommitdiff
path: root/src/pkg/time/tick.go
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-3/+9
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-30/+29
2010-04-11time: fix comment typoAndrew Gerrand1-1/+1
2010-02-18time.Ticker: fix bug arising when all tickers are dead.Rob Pike1-6/+15
2010-01-29fix bug in tickRob Pike1-4/+5
2010-01-29An experimental implemenation of Ticker using two goroutines for all tickers.Rob Pike1-63/+122
2010-01-19time: make tick.Stop a little more robustRuss Cox1-6/+30
2009-12-151) Change default gofmt default settings forRobert Griesemer1-15/+15
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-2/+2
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-5/+5
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-10-07apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox1-8/+8
2009-09-23expand ticker interface to allow a client to shut down a ticker.Rob Pike1-15/+38
2009-09-17unused importsRuss Cox1-5/+0
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-1/+3
2009-08-12convert low-level (used by testing) packages toRuss Cox1-1/+0
2009-08-10remove unnecessary pkg. referencesRuss Cox1-5/+5
2009-06-09mv src/lib to src/pkgRob Pike1-0/+62