aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/csv
Commit message (Collapse)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-1/+1
|
* eprintfJeroen van Rijn7 days1-6/+5
|
* `core:os` -> `core:os/os` for CSV, INI, and XMLJeroen van Rijn7 days1-15/+19
| | | | | Also had to vendor `core:encoding/ini` into `core:os/os2` for the user directories on *nix, as it used that package to read `~/.config/user-dirs.dirs`, causing an import cycle.
* Link doc lines to source specifications.Jeroen van Rijn2025-10-101-2/+1
|
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
|
* Fix incorrect CSV reader settings for example, fix typo in docsWesley Kerfoot2025-05-272-3/+1
|
* core: improve package doc comments for the documentation generatorLaytan Laats2024-09-033-92/+98
|
* encoding/csv: fix examplesLaytan Laats2024-08-301-4/+6
|
* Update example to use `err != nil` insteadgingerBill2024-08-041-3/+3
|
* Mark deuxJeroen van Rijn2024-06-241-1/+1
|
* Fix CSV comments.Jeroen van Rijn2024-06-241-2/+4
|
* 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