summaryrefslogtreecommitdiff
path: root/src/pkg/fmt/scan.go
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-16/+5
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-41/+97
2010-06-24fmt.Scan: fix handling of EOFs.Rob Pike1-2/+11
2010-06-21reflect: add Type.Bits method, add tags to prohibit conversionsRuss Cox1-10/+13
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox1-69/+21
2010-06-18fmt.Scanf: improve error message when input does not match formatRob Pike1-4/+6
2010-06-15fmt.Scan: fix %c in the case where the input does not implement ReadRune itself.Rob Pike1-15/+38
2010-06-03fmt.Scan: %cRob Pike1-1/+16
2010-06-03fmt.Scan: field widthsRob Pike1-76/+168
2010-06-02fmt.Scan: scan []byte argumentsRob Pike1-6/+22
2010-06-02fmt.Scanf: implement formats, provide Sscanf (strings)Rob Pike1-40/+105
2010-06-01fmt.Scan: renamings, strings, errorsRob Pike1-1/+1
2010-06-01fmt.Scan: renamings, strings, errorsRob Pike1-149/+329
2010-05-31fmt.Scan: refactor the implementation so format-driven and normal scanning us...Rob Pike1-157/+97
2010-05-31fmt.Scan:Rob Pike1-136/+304
2010-05-28fmt.Scan: add Fscan and Fscanln and make Scan and ScanlnRob Pike1-4/+24
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox1-1/+1
2010-05-26fmt.Scan: custom formattersRob Pike1-11/+11
2010-05-26fmt.Scan: custom formattersRob Pike1-16/+54
2010-05-25fmt.Scan, fmt.Scanln: Start of a simple scanning API in the fmt package.Rob Pike1-0/+413