summaryrefslogtreecommitdiff
path: root/src/pkg/fmt/print.go
AgeCommit message (Collapse)AuthorFilesLines
2009-07-10reflection for interface setRuss Cox1-1/+1
rename map access methods to Elem, SetElem. R=r DELTA=95 (66 added, 7 deleted, 22 changed) OCL=31456 CL=31469
2009-07-09printing mapsRob Pike1-1/+13
R=rsc DELTA=57 (39 added, 3 deleted, 15 changed) OCL=31424 CL=31430
2009-07-07fmt: use new reflect interface (CL 31107)Russ Cox1-158/+132
R=r DELTA=208 (37 added, 63 deleted, 108 changed) OCL=31111 CL=31281
2009-06-23rename Formatter to State and Format to Formatter, for nomenclatural consistencyRob Pike1-5/+5
R=rsc DELTA=9 (0 added, 0 deleted, 9 changed) OCL=30658 CL=30658
2009-06-22document the verbs for PrintfRob Pike1-13/+61
R=rsc DELTA=61 (48 added, 0 deleted, 13 changed) OCL=30616 CL=30619
2009-06-09mv src/lib to src/pkgRob Pike1-0/+705
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102