]> Cypherpunks repositories - gostls13.git/commit
printf->Printf etc.
authorRob Pike <r@golang.org>
Thu, 15 Jan 2009 21:48:11 +0000 (13:48 -0800)
committerRob Pike <r@golang.org>
Thu, 15 Jan 2009 21:48:11 +0000 (13:48 -0800)
commit61f33020446aaeabf15dce358852b08f8facb1dd
treea72b91ed6b55c7c4635039376af421a98695ad60
parentc0f6144f1b20d3805ee47781dc9683f6d302192c
printf->Printf etc.
the raw fmt routines will be another, smaller but subtler pass.

R=rsc
DELTA=157  (0 added, 0 deleted, 157 changed)
OCL=22851
CL=22851
20 files changed:
doc/progs/print.go
doc/progs/print_string.go
doc/progs/printf.go
src/lib/bignum.go
src/lib/bignum_test.go
src/lib/bufio_test.go
src/lib/flag.go
src/lib/fmt/fmt_test.go
src/lib/fmt/print.go
src/lib/json/generic.go
src/lib/net/dnsclient.go
src/lib/net/dnsmsg.go
src/lib/sort_test.go
src/lib/strconv/fp_test.go
src/lib/testing.go
test/hilbert.go
test/malloc1.go
test/mallocrep1.go
test/map.go
usr/gri/pretty/printer.go