| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core:os -> core:os/old && core:os/os2 -> core:os | Jeroen van Rijn | 6 days | 1 | -1/+1 |
| | | |||||
| * | Remove all `core:os` imports from JS targets | Jeroen van Rijn | 6 days | 2 | -15/+20 |
| | | | | | Fix `local_tz_name` on FreeBSD. | ||||
| * | `core:os` -> `core:os/os` for CSV, INI, and XML | Jeroen van Rijn | 7 days | 1 | -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 Rijn | 2025-10-09 | 1 | -1/+1 |
| | | |||||
| * | package lines for encoding | Jeroen van Rijn | 2025-10-09 | 1 | -0/+1 |
| | | |||||
| * | [encoding/ini]: Add missing line terminator at the end of the section | flysand7 | 2024-09-24 | 1 | -0/+1 |
| | | |||||
| * | Tidy up code | Ronald | 2024-07-21 | 1 | -2/+1 |
| | | |||||
| * | Ensure that values in ini map are unquoted | Ronald | 2024-07-21 | 1 | -0/+2 |
| | | |||||
| * | Add `core:encoding/ini` to examples/all | gingerBill | 2024-07-19 | 1 | -1/+1 |
| | | |||||
| * | Remove unnecessary change | Ronald | 2024-07-17 | 1 | -4/+1 |
| | | | | | This was accidentally added, it was a change I made whilst testing. | ||||
| * | Fix memory leak in encoding/ini | Ronald | 2024-07-17 | 1 | -2/+5 |
| | | | | | | A simple change that fixes a memory leak caused by not deleting all the values in the map | ||||
| * | Clean up `unquote` code | gingerBill | 2024-07-14 | 1 | -1/+1 |
| | | |||||
| * | Fix #3926 | gingerBill | 2024-07-14 | 1 | -7/+9 |
| | | |||||
| * | Fix logic bug in core/encoding/ini/ini.odin | Ronald | 2024-07-14 | 1 | -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` | gingerBill | 2024-05-31 | 1 | -0/+189 |