summaryrefslogtreecommitdiff
path: root/src/lib/strconv/ftoa.go
AgeCommit message (Expand)AuthorFilesLines
2009-03-05strconv: docRuss Cox1-0/+23
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-2/+2
2009-02-13convert composite literals from { } to ( ).Russ Cox1-2/+2
2009-01-22move math routines from package sys to package math,Russ Cox1-3/+6
2009-01-20delete exportRuss Cox1-4/+4
2009-01-16casify, cleanup sysRuss Cox1-2/+2
2009-01-15convert strconvRuss Cox1-34/+34
2009-01-15make safe for new package local defaultsRuss Cox1-3/+3
2009-01-06new new & makeRuss Cox1-2/+2
2008-12-18convert *[] to [].Russ Cox1-1/+1
2008-11-23fix %g 20 -> "2e+01" want "20"Russ Cox1-1/+8
2008-11-19essentially 100% coverage of strconv in tests.Russ Cox1-0/+6
2008-11-17correctly rounded floating-point conversionsRuss Cox1-0/+379