aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/fmt
AgeCommit message (Expand)Author
2011-10-18[release-branch.r58] reflect: disallow Interface method on Value obtained via...release.r58.2Andrew Gerrand
2011-06-07strconv: change Quote to be Unicode-friendly,Rob Pike
2011-06-03fmt: fix bug in UnreadRune: must clear memory of previousRob Pike
2011-06-02fmt: return EOF when out of input in Scan*.Rob Pike
2011-05-26fix build: temporarily disable the use of strings.Reader UnreadRune in fmtRobert Griesemer
2011-05-25fmt: make %q work for integers, printing a quoted character literal.Rob Pike
2011-05-21fmt: scanning doc fixEvan Shaw
2011-05-18fmt: fix minor documentation nitsRobert Griesemer
2011-04-25fix tree for reflect renameRuss Cox
2011-04-23fmt: tweak the doc for %U.Rob Pike
2011-04-22fmt: decrease recursion depthIan Lance Taylor
2011-04-12fmt: allow %U for unsigned integers.Rob Pike
2011-04-08update go tree for reflect changesRuss Cox
2011-03-31fmt: implement precs for %q.Rob Pike
2011-03-30fmt: remove uintptrGetter type checksRuss Cox
2011-03-26testing: shorten some more testsRob Pike
2011-03-09fmt: heaven forfend we export EOF = -1Rob Pike
2011-03-09fmt: make ScanState.Token more general.Roger Peppe
2011-03-08govet: handle '*' in print format strings.Rob Pike
2011-03-05fmt: trivial cleanupRobert Hencke
2011-03-03fmt: make recursive scan more efficient.Roger Peppe
2011-03-02fmt: allow recursive calls to Fscan etc.Roger Peppe
2011-03-01fmt: delete debugging print that crept in to test.Rob Pike
2011-03-01fmt: make %#p suppress leading 0xRob Pike
2011-02-24fmt: stop giving characters to the Scan method of ScannerRob Pike
2011-02-10fmt: fix minor typoRoger Peppe
2011-02-04scan: permit base prefixes 0nnn and 0xnn when scanningRob Pike
2011-02-03fmt: document %%Rob Pike
2011-02-02fmt: rename internal interfacesRobert Griesemer
2011-02-02fmt.Scan: scan binary-exponent floating format, 2.4p-3Rob Pike
2011-02-01fmt: document %b for floating pointRob Pike
2011-01-31replace non-blocking send, receive syntax with selectRuss Cox
2011-01-26fmt/doc: define width and precision for strings.Rob Pike
2011-01-19delete float, complex - code changesRuss Cox
2011-01-19fmt: document %X of string, []byteRuss Cox
2011-01-05Made format string handling more efficient.Kyle Consalus
2011-01-05fmt: normalize processing of format stringRob Pike
2010-12-07throughout: fix broken calls to Printf etc.Rob Pike
2010-12-06fmt: add %U format for standard Unicode representation of integer values.Rob Pike
2010-11-30fmt: fix documentation format glitch. no content to change.Rob Pike
2010-11-30utf8: make EncodeRune's destination the first argument.Adam Langley
2010-11-30fmt.Scan: accept Inf and NaNRob Pike
2010-11-29fmt: allow "% X" as well as "% x"Rob Pike
2010-11-01strings: ContainsBrad Fitzpatrick
2010-10-28testing: eliminate testing/regexpRob Pike
2010-10-22gofmt -s -w src miscRobert Griesemer
2010-10-04fmt: allow %d on []byteRob Pike
2010-10-01fmt: add Errorf helper functionAndrew Gerrand
2010-09-24... changesRuss Cox
2010-09-24fmt/Printf: document and tweak error messages produced for bad formatsRob Pike