aboutsummaryrefslogtreecommitdiff
path: root/src/lib/fmt/format.go
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-05-15implement %#o %#x %#X formatsRob Pike
2009-05-05fmt: dead code and dataRuss Cox
2009-04-21minor adjustment to comment formatting for better godoc outputRobert Griesemer
2009-04-06an early 6g limitation forced the use ofRuss Cox
2009-03-10fix old-style print call in constantRob Pike
2009-03-06document fmt.Rob Pike
2009-01-23fix typo in comment. s/put/Put/Rob Pike
2009-01-20delete exportRuss Cox
2009-01-16two more casifications in fmtRob Pike
2009-01-15convert strconvRuss Cox
2009-01-15make safe for new package local defaultsRuss Cox
2009-01-15casify fmt and its dependents.Rob Pike
2009-01-06new new & makeRuss Cox
2008-12-19fmt and reflect updates for recent changesRuss Cox
2008-12-11print field names on struct members.Russ Cox
2008-11-25% x inserts spaces between hex bytes in string/*[]byteRuss Cox
2008-11-24replay CL 19916 and CL 19913 now that the build can handle themRuss Cox
2008-11-24Automated g4 rollback of changelist 19916.Russ Cox
2008-11-24utf8: add InString routines for decoding in stringsRuss Cox
2008-11-17correctly rounded floating-point conversionsRuss Cox
2008-10-29update Fmt interface: d=int, ud=uint, d32=int32, d64=int64, etc.Russ Cox
2008-10-29adapt to new compiler typesRuss Cox
2008-10-26fix top-level commentsRob Pike
2008-10-24add printf to fmt.Rob Pike