aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/csv/writer.odin
Commit message (Collapse)AuthorAgeFilesLines
* Only override the comma value on `*_init` if it is "invalid"gingerBill2024-04-191-1/+4
|
* Update numerous package declaration namesgingerBill2024-04-181-1/+1
|
* Document return values of strings and add allocator errors whereLucas Perlind2023-04-071-1/+1
| | | | possible
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-32/+32
|
* Add more uses of `or_return`gingerBill2021-08-151-31/+10
|
* Add encoding/csv WritergingerBill2021-01-091-0/+147