aboutsummaryrefslogtreecommitdiff
path: root/src/fmt/scan.go
AgeCommit message (Expand)Author
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2019-10-25fmt: fix handling of %% verb in ScanfRob Pike
2019-08-23doc/go1.13: document fmt's number syntax updatesEmmanuel T Odeke
2019-05-09fmt: rename buffer.WriteByte to writeByteRuss Cox
2019-03-14fmt: put back named results in ss.scanBasePrefixRuss Cox
2019-03-06fmt: rewrite if-else-if-else chain to switch statementMotkov.Kirill
2019-02-26fmt: scan new number syntaxRuss Cox
2017-08-11fmt: remove stopAtNewline unused parameterDaniel Martí
2016-10-07fmt: document and adjust Scanf space handling to eliminate a few paradoxesRuss Cox
2016-07-16fmt: properly handle early io.EOF Reads in readRune.readByteJoe Tsai
2016-03-16fmt: replace variables for type bit sizes with constantsMartin Möhrmann
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-27fmt: simplify buffer write methods and adjust calls to themMartin Möhrmann
2016-02-26fmt: use public io.RuneScanner interface for ScanState readerMartin Möhrmann
2015-12-11Revert "fmt: check newline in the end of input"Russ Cox
2015-11-23fmt: check newline in the end of inputNodir Turakulov
2015-11-20fmt: give correct error for % at end of string when scanningRob Pike
2015-10-20fmt: Add support for capital '%X' format verb for scanningThorben Krueger
2015-08-24fmt: in Scanf, %c can scan a space, so don't skip spaces at %cRob Pike
2015-08-10fmt: don't unread eof scanning %xRob Pike
2015-06-13fmt: scanning widths apply after leading spacesRob Pike
2015-06-12fmt: require newlines to match when scanning with a formatRob Pike
2015-05-05fmt: document that Scanf returns an error the same as ScanRob Pike
2014-12-22fmt: fix bug in scanning of hex stringsRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox