aboutsummaryrefslogtreecommitdiff
path: root/src/lib/time
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-06-05rebuilt Makefiles for CL 29923Russ Cox
2009-06-01update Go tree to use new syscall package.Russ Cox
2009-05-08implications of stricter type equality:Russ Cox
2009-04-30better error messages, not that anyone ever sees themRuss Cox
2009-04-29don't print binary data. add TODO for better errors.Rob Pike
2009-04-19Readn is a silly name when there's no n. Change to FullRead.Rob Pike
2009-04-18the Big Error Shift applied to lib/time/zoneinfo.go.Rob Pike
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox
2009-04-16regenerate Makefiles.Russ Cox
2009-03-11Rename os.FD to os.File.Russ Cox
2009-03-07document timeRob Pike
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-16fix build - missed this file beforeRuss Cox
2009-02-16io.PipeRuss Cox
2009-02-15assorted changes:Russ Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-01-30update go code tree to new func rules.Russ Cox
2009-01-26make time fields publicRuss Cox
2009-01-20delete exportRuss Cox
2009-01-16Remove types from constants, since they didn't match whatIan Lance Taylor
2009-01-16casify syscall and sequelaeRob Pike
2009-01-16casify timeRuss Cox
2009-01-06new new & makeRuss Cox
2009-01-05change time.Tick test to use 100ms intervals.Russ Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18convert *[] to [].Russ Cox
2008-12-09replace assembly casts with unsafe.pointerRuss Cox
2008-12-09more impossible time errorsRuss Cox
2008-12-08avoid skew in time.Tick; remove errors from time.Seconds, time.NanosecondsRuss Cox
2008-12-03add time.Tick()Russ Cox
2008-11-25add author linesRuss Cox
2008-11-24convert tests.Russ Cox
2008-10-16new convert code found errorRuss Cox
2008-10-07update code to follow new semicolon rules:Russ Cox
2008-09-27Correct zoneinfo version number: it's not 2, it's '2'.Ian Lance Taylor
2008-09-22implement zoneinfo readerRuss Cox
2008-09-18make Makefiles safe for parallel makeRuss Cox
2008-09-17time & date.Russ Cox