summaryrefslogtreecommitdiff
path: root/src/encoding/csv/reader.go
Commit message (Expand)AuthorAgeFilesLines
* encoding/csv: add FieldPos methodRoger Peppe2021-04-291-11/+60
* all: add Unwrap and Is methods to various error typesDamien Neil2019-05-041-0/+2
* encoding/csv: disallow quote for use as CommaJoe Tsai2018-03-091-1/+1
* encoding/csv: truncate carriage returns at EOFJoe Tsai2017-12-051-0/+4
* encoding/csv: restore Go 1.9 quoted \r\n handling in ReaderRuss Cox2017-11-161-9/+20
* encoding/csv: rename ParseError.RecordLine to .StartLineRuss Cox2017-11-151-10/+10
* encoding/csv: forbid certain Comma and Comment runesJoe Tsai2017-10-251-0/+10
* encoding/csv: update ErrQuote messageJoe Tsai2017-10-241-1/+1
* encoding/csv: fix error documentationJoe Tsai2017-10-241-2/+2
* encoding/csv: add ParseError.RecordLineJoe Tsai2017-10-211-16/+27
* encoding/csv: simplify and optimize ReaderJoe Tsai2017-10-201-223/+164
* encoding/csv: preserve \r\n in quoted fieldsJustin Nuß2017-08-141-1/+10
* encoding/csv: report line start line in errorsJustin Nuß2017-08-141-4/+7
* encoding/csv: add option to reuse slices returned by ReadJustin Nuß2017-04-261-20/+49
* encoding/csv: document Read error behaviorRuss Cox2016-10-281-2/+6
* encoding/csv: avoid allocations when reading recordsJustin Nuß2016-10-051-15/+45
* encoding/csv: update doc about comments whitespaceJess Frazelle2016-06-101-26/+27
* encoding/csv: clarify that this package supports RFC 4180Ian Lance Taylor2016-05-251-0/+2
* all: fixed a handful of typosRobert Griesemer2016-05-241-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-11/+11
* encoding/csv: clarify that TrimLeadingSpace can trim the delimiterEric Lagergren2016-02-241-0/+2
* encoding/csv: indicate package of EOF in docsKatrina Owen2015-10-141-1/+1
* encoding/csv: skip blank lines when FieldsPerRecord >= 0Damien Neil2015-06-121-6/+5
* encoding/csv: fix comment in parseRecordAinar Garipov2015-06-101-1/+1
* encoding/csv: Preallocate records sliceJustin Nuß2015-04-261-0/+6
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+337