summaryrefslogtreecommitdiff
path: root/src/lib/fmt/format.go
AgeCommit message (Expand)AuthorFilesLines
2009-03-10fix old-style print call in constantRob Pike1-1/+1
2009-03-06document fmt.Rob Pike1-100/+136
2009-01-23fix typo in comment. s/put/Put/Rob Pike1-1/+1
2009-01-20delete exportRuss Cox1-2/+2
2009-01-16two more casifications in fmtRob Pike1-7/+7
2009-01-15convert strconvRuss Cox1-8/+8
2009-01-15make safe for new package local defaultsRuss Cox1-4/+4
2009-01-15casify fmt and its dependents.Rob Pike1-99/+97
2009-01-06new new & makeRuss Cox1-2/+2
2008-12-19fmt and reflect updates for recent changesRuss Cox1-1/+1
2008-12-11print field names on struct members.Russ Cox1-0/+2
2008-11-25% x inserts spaces between hex bytes in string/*[]byteRuss Cox1-0/+3
2008-11-24replay CL 19916 and CL 19913 now that the build can handle themRuss Cox1-9/+83
2008-11-24Automated g4 rollback of changelist 19916.Russ Cox1-83/+9
2008-11-24utf8: add InString routines for decoding in stringsRuss Cox1-9/+83
2008-11-17correctly rounded floating-point conversionsRuss Cox1-194/+51
2008-10-29update Fmt interface: d=int, ud=uint, d32=int32, d64=int64, etc.Russ Cox1-64/+97
2008-10-29adapt to new compiler typesRuss Cox1-18/+18
2008-10-26fix top-level commentsRob Pike1-1/+3
2008-10-24add printf to fmt.Rob Pike1-0/+523