aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/ini
Commit message (Collapse)AuthorAgeFilesLines
* [encoding/ini]: Add missing line terminator at the end of the sectionflysand72024-09-241-0/+1
|
* Tidy up codeRonald2024-07-211-2/+1
|
* Ensure that values in ini map are unquotedRonald2024-07-211-0/+2
|
* Add `core:encoding/ini` to examples/allgingerBill2024-07-191-1/+1
|
* Remove unnecessary changeRonald2024-07-171-4/+1
| | | | This was accidentally added, it was a change I made whilst testing.
* Fix memory leak in encoding/iniRonald2024-07-171-2/+5
| | | | | A simple change that fixes a memory leak caused by not deleting all the values in the map
* Clean up `unquote` codegingerBill2024-07-141-1/+1
|
* Fix #3926gingerBill2024-07-141-7/+9
|
* Fix logic bug in core/encoding/ini/ini.odinRonald2024-07-141-1/+1
| | | | | The load_map_from_path had incorrect logic where it would return false for ok when err was equal to nil and true when there was an error.
* `core:encoding/ini`gingerBill2024-05-311-0/+189