summaryrefslogtreecommitdiff
path: root/src/lib/fmt/fmt_test.go
AgeCommit message (Expand)AuthorFilesLines
2009-03-06delete vestigial references to package syscallRob Pike1-1/+0
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-122/+122
2009-02-13convert composite literals from { } to ( ).Russ Cox1-122/+122
2009-01-22move math routines from package sys to package math,Russ Cox1-3/+4
2009-01-20delete exportRuss Cox1-5/+5
2009-01-15more casifying fixupsRob Pike1-122/+122
2009-01-15printf->Printf etc.Rob Pike1-15/+15
2008-12-23put array test in table, with TODO to fix when arrays work in interfaces.Rob Pike1-0/+8
2008-12-22print array (not just *array) using %vRob Pike1-0/+14
2008-12-19[] and struct in interfaces.Russ Cox1-15/+6
2008-12-19fmt and reflect updates for recent changesRuss Cox1-6/+7
2008-12-18convert *[] to [].Russ Cox1-5/+7
2008-12-11print field names on struct members.Russ Cox1-0/+75
2008-11-25% x inserts spaces between hex bytes in string/*[]byteRuss Cox1-0/+1
2008-11-24replay CL 19916 and CL 19913 now that the build can handle themRuss Cox1-0/+164
2008-11-24Automated g4 rollback of changelist 19916.Russ Cox1-164/+0
2008-11-24utf8: add InString routines for decoding in stringsRuss Cox1-0/+164