summaryrefslogtreecommitdiff
path: root/src/pkg/time/zoneinfo.go
AgeCommit message (Expand)AuthorFilesLines
2012-02-29Imported Upstream version 2012.02.22Ondřej Surý1-5/+18
2012-01-30Imported Upstream version 2012.01.27Ondřej Surý1-0/+191
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-243/+0
2010-02-04Add RFC822 formats as named constants.Rob Pike1-0/+1
2009-12-151) Change default gofmt default settings forRobert Griesemer1-68/+68
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-3/+3
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-5/+5
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-18/+18
2009-10-27files that are okay from the last gofmt roundRuss Cox1-1/+1
2009-10-08more lgtm files from gofmtRuss Cox1-1/+1
2009-10-07apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox1-42/+41
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-09-14fix "declared and not used" errors in non-test code.Russ Cox1-4/+2
2009-06-26Getenv: almost no one wants the error, so make it return a string that may be...Rob Pike1-1/+1
2009-06-25Change os.Error convention:Russ Cox1-42/+21
2009-06-22introduce os.EOF and io.ErrUnexpectedEOF.Russ Cox1-20/+1
2009-06-09mv src/lib to src/pkgRob Pike1-0/+285