summaryrefslogtreecommitdiff
path: root/src/lib/strconv/decimal.go
AgeCommit message (Expand)AuthorFilesLines
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-30/+30
2009-02-13convert composite literals from { } to ( ).Russ Cox1-30/+30
2009-01-15convert strconvRuss Cox1-86/+86
2009-01-06new new & makeRuss Cox1-2/+2
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-12-18convert *[] to [].Russ Cox1-10/+10
2008-11-19essentially 100% coverage of strconv in tests.Russ Cox1-2/+8
2008-11-17correctly rounded floating-point conversionsRuss Cox1-0/+385