go/src/pkg/fmt
Rob Pike b349cd2b0a fmt/fmt_test.go: count mallocs in a few more cases.
Interesting that Fprintf can do zero mallocs.
(Sprintf must allocate the returned string.)

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/4977049
2011-09-02 11:47:15 +10:00
..
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
doc.go fmt: debugging formats for characters: %+q %#U 2011-06-11 00:03:02 +00:00
fmt_test.go fmt/fmt_test.go: count mallocs in a few more cases. 2011-09-02 11:47:15 +10:00
format.go fmt: handle precision 0 format stings in standard way 2011-07-21 16:46:51 +10:00
print.go fmt: handle precision 0 format stings in standard way 2011-07-21 16:46:51 +10:00
scan.go fmt: Scan(&int) was mishandling a lone zero. 2011-07-18 10:05:35 +10:00
scan_test.go fmt: Scan(&int) was mishandling a lone zero. 2011-07-18 10:05:35 +10:00
stringer_test.go delete float, complex - code changes 2011-01-19 23:09:00 -05:00