aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/csv
Commit message (Collapse)AuthorAgeFilesLines
* Remove core:mem import in example.Jeroen van Rijn2024-05-241-1/+0
|
* Add iterator_next(&r) to CSV.Jeroen van Rijn2024-05-242-2/+112
|
* Return partial readsgingerBill2024-04-191-4/+15
|
* Only override the comma value on `*_init` if it is "invalid"gingerBill2024-04-192-2/+8
|
* Update numerous package declaration namesgingerBill2024-04-182-2/+2
|
* Minor cleanups to the core librarygingerBill2023-09-301-1/+1
|
* Document return values of strings and add allocator errors whereLucas Perlind2023-04-071-1/+1
| | | | possible
* Allow CSV/TSV reader to read multi-line fields.Jeroen van Rijn2022-05-131-21/+65
|
* Remove unneeded semicolons from the core librarygingerBill2021-08-312-171/+171
|
* Add more uses of `or_return`gingerBill2021-08-151-31/+10
|
* Add encoding/csv WritergingerBill2021-01-092-18/+165
|
* Add encoding/csv `Reader`gingerBill2021-01-081-0/+406