aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/ini/ini.odin
Commit message (Collapse)AuthorAgeFilesLines
* Remove all `core:os` imports from JS targetsJeroen van Rijn6 days1-15/+0
| | | | Fix `local_tz_name` on FreeBSD.
* `core:os` -> `core:os/os` for CSV, INI, and XMLJeroen van Rijn7 days1-9/+12
| | | | | 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.
* Further overhaul of package line comments.Jeroen van Rijn2025-10-091-1/+1
|
* package lines for encodingJeroen van Rijn2025-10-091-0/+1
|
* [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